[
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper",
    "children": [
      {
        "kind": "ENUM",
        "name": "com.destroystokyo.paper.HeightmapType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANY",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/HeightmapType.html#ANY"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "HeightmapType()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/HeightmapType.html#HeightmapType()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLOCKING",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/HeightmapType.html#LIGHT_BLOCKING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOLID",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/HeightmapType.html#SOLID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOLID_OR_LIQUID",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/HeightmapType.html#SOLID_OR_LIQUID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOLID_OR_LIQUID_NO_LEAVES",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/HeightmapType.html#SOLID_OR_LIQUID_NO_LEAVES"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/HeightmapType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/HeightmapType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/HeightmapType.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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/MaterialSetTag.html#MaterialSetTag(NamespacedKey,Collection)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MaterialSetTag(NamespacedKey,Material...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "materials"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/com/destroystokyo/paper/MaterialSetTag.html#MaterialSetTag(Predicate)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "add(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "materials"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#add(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "add(Material...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#add(Material...)"
          },
          {
            "kind": "METHOD",
            "name": "add(MaterialSetTag...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tags"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#add(MaterialSetTag...)"
          },
          {
            "kind": "METHOD",
            "name": "add(Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "filter"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#add(Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "add(Tag...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tags"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#add(Tag...)"
          },
          {
            "kind": "METHOD",
            "name": "contains(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "with"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#contains(String)"
          },
          {
            "kind": "METHOD",
            "name": "endsWith(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "with"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.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.15.1/com/destroystokyo/paper/MaterialSetTag.html#ensureSize(String,int)"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getValues()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#getValues()"
          },
          {
            "kind": "METHOD",
            "name": "isTagged(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#isTagged(Block)"
          },
          {
            "kind": "METHOD",
            "name": "isTagged(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#isTagged(BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "isTagged(BlockState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#isTagged(BlockState)"
          },
          {
            "kind": "METHOD",
            "name": "isTagged(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#isTagged(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "isTagged(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#isTagged(Material)"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#key"
          },
          {
            "kind": "FIELD",
            "name": "materials",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#materials"
          },
          {
            "kind": "METHOD",
            "name": "not(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "materials"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#not(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "not(Material...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#not(Material...)"
          },
          {
            "kind": "METHOD",
            "name": "not(MaterialSetTag)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tags"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#not(MaterialSetTag)"
          },
          {
            "kind": "METHOD",
            "name": "not(Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "filter"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#not(Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "notEndsWith(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "with"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#notEndsWith(String)"
          },
          {
            "kind": "METHOD",
            "name": "notStartsWith(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "with"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#notStartsWith(String)"
          },
          {
            "kind": "METHOD",
            "name": "startsWith(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "with"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html#startsWith(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialSetTag.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.MaterialTags",
        "children": [
          {
            "kind": "FIELD",
            "name": "ARROWS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#ARROWS"
          },
          {
            "kind": "FIELD",
            "name": "BEDS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#BEDS"
          },
          {
            "kind": "FIELD",
            "name": "BUCKETS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#BUCKETS"
          },
          {
            "kind": "FIELD",
            "name": "COALS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#COALS"
          },
          {
            "kind": "FIELD",
            "name": "COBBLESTONES",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#COBBLESTONES"
          },
          {
            "kind": "FIELD",
            "name": "COBBLESTONE_WALLS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#COBBLESTONE_WALLS"
          },
          {
            "kind": "FIELD",
            "name": "COLORABLE",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#COLORABLE"
          },
          {
            "kind": "FIELD",
            "name": "CONCRETES",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#CONCRETES"
          },
          {
            "kind": "FIELD",
            "name": "CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "COOKED_FISH",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#COOKED_FISH"
          },
          {
            "kind": "FIELD",
            "name": "DYES",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#DYES"
          },
          {
            "kind": "FIELD",
            "name": "FENCES",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#FENCES"
          },
          {
            "kind": "FIELD",
            "name": "FENCE_GATES",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#FENCE_GATES"
          },
          {
            "kind": "FIELD",
            "name": "FISH_BUCKETS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#FISH_BUCKETS"
          },
          {
            "kind": "FIELD",
            "name": "GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#GLASS"
          },
          {
            "kind": "FIELD",
            "name": "GLASS_PANES",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#GLASS_PANES"
          },
          {
            "kind": "FIELD",
            "name": "GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_APPLES",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#GOLDEN_APPLES"
          },
          {
            "kind": "FIELD",
            "name": "HORSE_ARMORS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#HORSE_ARMORS"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#INFESTED_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "MUSHROOMS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#MUSHROOMS"
          },
          {
            "kind": "FIELD",
            "name": "MUSHROOM_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#MUSHROOM_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISCS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#MUSIC_DISCS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MaterialTags()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#MaterialTags()"
          },
          {
            "kind": "FIELD",
            "name": "ORES",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#ORES"
          },
          {
            "kind": "FIELD",
            "name": "PISTONS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#PISTONS"
          },
          {
            "kind": "FIELD",
            "name": "POTATOES",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#POTATOES"
          },
          {
            "kind": "FIELD",
            "name": "PRESSURE_PLATES",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#PRESSURE_PLATES"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#PRISMARINE"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_SLABS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#PRISMARINE_SLABS"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#PRISMARINE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "PUMPKINS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#PUMPKINS"
          },
          {
            "kind": "FIELD",
            "name": "PURPUR",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#PURPUR"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#QUARTZ_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "RAW_FISH",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#RAW_FISH"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_TORCH",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#REDSTONE_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "RED_SANDSTONES",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#RED_SANDSTONES"
          },
          {
            "kind": "FIELD",
            "name": "SANDSTONES",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#SANDSTONES"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_BOXES",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#SHULKER_BOXES"
          },
          {
            "kind": "FIELD",
            "name": "SIGNS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "SKULLS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#SKULLS"
          },
          {
            "kind": "FIELD",
            "name": "SPAWN_EGGS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#SPAWN_EGGS"
          },
          {
            "kind": "FIELD",
            "name": "SPONGES",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#SPONGES"
          },
          {
            "kind": "FIELD",
            "name": "STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "STAINED_GLASS_PANES",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#STAINED_GLASS_PANES"
          },
          {
            "kind": "FIELD",
            "name": "STAINED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#STAINED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "TORCH",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#TORCH"
          },
          {
            "kind": "FIELD",
            "name": "TRAPDOORS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#TRAPDOORS"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_FENCES",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#WOODEN_FENCES"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_GATES",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#WOODEN_GATES"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_TRAPDOORS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#WOODEN_TRAPDOORS"
          },
          {
            "kind": "METHOD",
            "name": "keyFor(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html#keyFor(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/MaterialTags.html"
      },
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.Namespaced",
        "children": [
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Namespaced.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getNamespace()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Namespaced.html#getNamespace()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Namespaced.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.NamespacedTag",
        "children": [
          {
            "kind": "FIELD",
            "name": "BUKKIT",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/NamespacedTag.html#BUKKIT"
          },
          {
            "kind": "FIELD",
            "name": "MINECRAFT",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/com/destroystokyo/paper/NamespacedTag.html#NamespacedTag(String,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "VALID_KEY",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/NamespacedTag.html#VALID_KEY"
          },
          {
            "kind": "FIELD",
            "name": "VALID_NAMESPACE",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/NamespacedTag.html#VALID_NAMESPACE"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/NamespacedTag.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/NamespacedTag.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getNamespace()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/NamespacedTag.html#getNamespace()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/NamespacedTag.html#hashCode()"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/NamespacedTag.html#key"
          },
          {
            "kind": "METHOD",
            "name": "minecraft(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/NamespacedTag.html#minecraft(String)"
          },
          {
            "kind": "FIELD",
            "name": "namespace",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/NamespacedTag.html#namespace"
          },
          {
            "kind": "METHOD",
            "name": "randomKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/NamespacedTag.html#randomKey()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/NamespacedTag.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/NamespacedTag.html"
      },
      {
        "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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/ParticleBuilder.html#ParticleBuilder(Particle)"
          },
          {
            "kind": "METHOD",
            "name": "allPlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#allPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "color(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/ParticleBuilder.html#color(Color,float)"
          },
          {
            "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.15.1/com/destroystokyo/paper/ParticleBuilder.html#color(int,int,int)"
          },
          {
            "kind": "FIELD",
            "name": "count",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#count"
          },
          {
            "kind": "METHOD",
            "name": "count()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#count()"
          },
          {
            "kind": "METHOD",
            "name": "count(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#count(int)"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#data"
          },
          {
            "kind": "FIELD",
            "name": "extra",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#extra"
          },
          {
            "kind": "METHOD",
            "name": "extra()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#extra()"
          },
          {
            "kind": "METHOD",
            "name": "extra(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "extra"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#extra(double)"
          },
          {
            "kind": "FIELD",
            "name": "force",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#force"
          },
          {
            "kind": "METHOD",
            "name": "force(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#force(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "hasReceivers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#hasReceivers()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#location"
          },
          {
            "kind": "METHOD",
            "name": "location()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#location()"
          },
          {
            "kind": "METHOD",
            "name": "location(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/com/destroystokyo/paper/ParticleBuilder.html#offset(double,double,double)"
          },
          {
            "kind": "FIELD",
            "name": "offsetX",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#offsetX"
          },
          {
            "kind": "METHOD",
            "name": "offsetX()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#offsetX()"
          },
          {
            "kind": "FIELD",
            "name": "offsetY",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#offsetY"
          },
          {
            "kind": "METHOD",
            "name": "offsetY()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#offsetY()"
          },
          {
            "kind": "FIELD",
            "name": "offsetZ",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#offsetZ"
          },
          {
            "kind": "METHOD",
            "name": "offsetZ()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#offsetZ()"
          },
          {
            "kind": "FIELD",
            "name": "particle",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#particle"
          },
          {
            "kind": "METHOD",
            "name": "particle()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#particle()"
          },
          {
            "kind": "METHOD",
            "name": "particle(Particle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "particle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#particle(Particle)"
          },
          {
            "kind": "FIELD",
            "name": "receivers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#receivers"
          },
          {
            "kind": "METHOD",
            "name": "receivers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#receivers()"
          },
          {
            "kind": "METHOD",
            "name": "receivers(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "receivers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#receivers(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "receivers(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "receivers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#receivers(List)"
          },
          {
            "kind": "METHOD",
            "name": "receivers(Player...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "receivers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#receivers(Player...)"
          },
          {
            "kind": "METHOD",
            "name": "receivers(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/ParticleBuilder.html#receivers(int,int,int)"
          },
          {
            "kind": "FIELD",
            "name": "source",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#source"
          },
          {
            "kind": "METHOD",
            "name": "source()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#source()"
          },
          {
            "kind": "METHOD",
            "name": "source(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#source(Player)"
          },
          {
            "kind": "METHOD",
            "name": "spawn()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html#spawn()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/ParticleBuilder.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.Title",
        "children": [
          {
            "kind": "FIELD",
            "name": "DEFAULT_FADE_IN",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title.html#DEFAULT_FADE_IN"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_FADE_OUT",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title.html#DEFAULT_FADE_OUT"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_STAY",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/Title.html#Title(BaseComponent...)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Title(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/com/destroystokyo/paper/Title.html#Title(String,String,int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "builder()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/Title/Builder.html#Builder()"
              },
              {
                "kind": "METHOD",
                "name": "build()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title/Builder.html#build()"
              },
              {
                "kind": "FIELD",
                "name": "fadeIn",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title/Builder.html#fadeIn"
              },
              {
                "kind": "METHOD",
                "name": "fadeIn(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "fadeIn"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title/Builder.html#fadeIn(int)"
              },
              {
                "kind": "FIELD",
                "name": "fadeOut",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title/Builder.html#fadeOut"
              },
              {
                "kind": "METHOD",
                "name": "fadeOut(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "fadeOut"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title/Builder.html#fadeOut(int)"
              },
              {
                "kind": "FIELD",
                "name": "stay",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title/Builder.html#stay"
              },
              {
                "kind": "METHOD",
                "name": "stay(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "stay"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title/Builder.html#stay(int)"
              },
              {
                "kind": "FIELD",
                "name": "subtitle",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title/Builder.html#subtitle"
              },
              {
                "kind": "METHOD",
                "name": "subtitle(BaseComponent)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "subtitle"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/com/destroystokyo/paper/Title/Builder.html#subtitle(String)"
              },
              {
                "kind": "FIELD",
                "name": "title",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title/Builder.html#title"
              },
              {
                "kind": "METHOD",
                "name": "title(BaseComponent)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "title"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/com/destroystokyo/paper/Title/Builder.html#title(String)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title/Builder.html"
          },
          {
            "kind": "FIELD",
            "name": "fadeIn",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title.html#fadeIn"
          },
          {
            "kind": "FIELD",
            "name": "fadeOut",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title.html#fadeOut"
          },
          {
            "kind": "METHOD",
            "name": "getFadeIn()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title.html#getFadeIn()"
          },
          {
            "kind": "METHOD",
            "name": "getFadeOut()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title.html#getFadeOut()"
          },
          {
            "kind": "METHOD",
            "name": "getStay()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title.html#getStay()"
          },
          {
            "kind": "METHOD",
            "name": "getSubtitle()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title.html#getSubtitle()"
          },
          {
            "kind": "METHOD",
            "name": "getTitle()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title.html#getTitle()"
          },
          {
            "kind": "FIELD",
            "name": "stay",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title.html#stay"
          },
          {
            "kind": "FIELD",
            "name": "subtitle",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title.html#subtitle"
          },
          {
            "kind": "FIELD",
            "name": "title",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title.html#title"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/Title.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/block/BlockSoundGroup.html#getBreakSound()"
          },
          {
            "kind": "METHOD",
            "name": "getFallSound()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/block/BlockSoundGroup.html#getFallSound()"
          },
          {
            "kind": "METHOD",
            "name": "getHitSound()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/block/BlockSoundGroup.html#getHitSound()"
          },
          {
            "kind": "METHOD",
            "name": "getPlaceSound()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/block/BlockSoundGroup.html#getPlaceSound()"
          },
          {
            "kind": "METHOD",
            "name": "getStepSound()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/block/BlockSoundGroup.html#getStepSound()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/block/BlockSoundGroup.html"
      },
      {
        "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.15.1/com/destroystokyo/paper/block/TargetBlockInfo.html#TargetBlockInfo(Block,BlockFace)"
          },
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/block/TargetBlockInfo.html#block"
          },
          {
            "kind": "FIELD",
            "name": "blockFace",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/block/TargetBlockInfo/FluidMode.html#ALWAYS"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "FluidMode()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/block/TargetBlockInfo/FluidMode.html#FluidMode()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NEVER",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/block/TargetBlockInfo/FluidMode.html#NEVER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SOURCE_ONLY",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/block/TargetBlockInfo/FluidMode.html#SOURCE_ONLY"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/block/TargetBlockInfo/FluidMode.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/block/TargetBlockInfo/FluidMode.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/block/TargetBlockInfo/FluidMode.html"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/block/TargetBlockInfo.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockFace()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/block/TargetBlockInfo.html#getBlockFace()"
          },
          {
            "kind": "METHOD",
            "name": "getRelativeBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/block/TargetBlockInfo.html#getRelativeBlock()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/block/TargetBlockInfo.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/block/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.entity",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.entity.Pathfinder",
        "children": [
          {
            "kind": "INTERFACE",
            "name": "com.destroystokyo.paper.entity.Pathfinder.PathResult",
            "children": [
              {
                "kind": "METHOD",
                "name": "getFinalPoint()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/entity/Pathfinder/PathResult.html#getFinalPoint()"
              },
              {
                "kind": "METHOD",
                "name": "getNextPoint()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/entity/Pathfinder/PathResult.html#getNextPoint()"
              },
              {
                "kind": "METHOD",
                "name": "getNextPointIndex()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/entity/Pathfinder/PathResult.html#getNextPointIndex()"
              },
              {
                "kind": "METHOD",
                "name": "getPoints()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/entity/Pathfinder/PathResult.html#getPoints()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/entity/Pathfinder/PathResult.html"
          },
          {
            "kind": "METHOD",
            "name": "findPath(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/entity/Pathfinder.html#findPath(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getCurrentPath()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/entity/Pathfinder.html#getCurrentPath()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/entity/Pathfinder.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "hasPath()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/entity/Pathfinder.html#hasPath()"
          },
          {
            "kind": "METHOD",
            "name": "moveTo(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/entity/Pathfinder.html#moveTo(PathResult,double)"
          },
          {
            "kind": "METHOD",
            "name": "stopPathfinding()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/entity/Pathfinder.html#stopPathfinding()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/entity/RangedEntity.html#isChargingAttack()"
          },
          {
            "kind": "METHOD",
            "name": "rangedAttack(LivingEntity,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "charge"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/entity/RangedEntity.html#setChargingAttack(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/entity/TargetEntityInfo.html#TargetEntityInfo(Entity,Vector)"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/entity/TargetEntityInfo.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/entity/TargetEntityInfo.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHitVector()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/entity/TargetEntityInfo.html#getHitVector()"
          },
          {
            "kind": "FIELD",
            "name": "hitVec",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/entity/TargetEntityInfo.html#hitVec"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/entity/TargetEntityInfo.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/entity/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.event.block",
    "children": [
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.block.AnvilDamagedEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "AnvilDamagedEvent(InventoryView,BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockData"
              },
              {
                "kind": "PARAMETER",
                "name": "inventory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#AnvilDamagedEvent(InventoryView,BlockData)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#cancel"
          },
          {
            "kind": "ENUM",
            "name": "com.destroystokyo.paper.event.block.AnvilDamagedEvent.DamageState",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BROKEN",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/AnvilDamagedEvent/DamageState.html#BROKEN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CHIPPED",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/AnvilDamagedEvent/DamageState.html#CHIPPED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DAMAGED",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/block/AnvilDamagedEvent/DamageState.html#DamageState(Material)"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FULL",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/AnvilDamagedEvent/DamageState.html#FULL"
              },
              {
                "kind": "METHOD",
                "name": "getMaterial()",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/com/destroystokyo/paper/event/block/AnvilDamagedEvent/DamageState.html#getState(Material)"
              },
              {
                "kind": "FIELD",
                "name": "material",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/block/AnvilDamagedEvent/DamageState.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/AnvilDamagedEvent/DamageState.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/AnvilDamagedEvent/DamageState.html"
          },
          {
            "kind": "FIELD",
            "name": "damageState",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#damageState"
          },
          {
            "kind": "METHOD",
            "name": "getDamageState()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#getDamageState()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#getInventory()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isBreaking()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#isBreaking()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#setDamageState(DamageState)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.block.BeaconEffectEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BeaconEffectEvent(Block,PotionEffect,Player,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "effect"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "primary"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#BeaconEffectEvent(Block,PotionEffect,Player,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "effect",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#effect"
          },
          {
            "kind": "METHOD",
            "name": "getEffect()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#getEffect()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isPrimary()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#isPrimary()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#player"
          },
          {
            "kind": "FIELD",
            "name": "primary",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#primary"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#setEffect(PotionEffect)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BeaconEffectEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.block.BlockDestroyEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockDestroyEvent(Block,BlockData,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "newState"
              },
              {
                "kind": "PARAMETER",
                "name": "willDrop"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#BlockDestroyEvent(Block,BlockData,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewState()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#getNewState()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newState",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#newState"
          },
          {
            "kind": "FIELD",
            "name": "playEffect",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#playEffect"
          },
          {
            "kind": "METHOD",
            "name": "playEffect()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setPlayEffect(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "playEffect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#setPlayEffect(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "willDrop",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#willDrop"
          },
          {
            "kind": "METHOD",
            "name": "willDrop()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#willDrop()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/BlockDestroyEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.block.TNTPrimeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "TNTPrimeEvent(Block,PrimeReason,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "primerEntity"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "theBlock"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/TNTPrimeEvent.html#TNTPrimeEvent(Block,PrimeReason,Entity)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/block/TNTPrimeEvent/PrimeReason.html#EXPLOSION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FIRE",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/TNTPrimeEvent/PrimeReason.html#FIRE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ITEM",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/TNTPrimeEvent/PrimeReason.html#ITEM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PROJECTILE",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/TNTPrimeEvent/PrimeReason.html#PROJECTILE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "PrimeReason()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/TNTPrimeEvent/PrimeReason.html#PrimeReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "REDSTONE",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/block/TNTPrimeEvent/PrimeReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/TNTPrimeEvent/PrimeReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/TNTPrimeEvent/PrimeReason.html"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/TNTPrimeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/TNTPrimeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPrimerEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/TNTPrimeEvent.html#getPrimerEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/TNTPrimeEvent.html#getReason()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/TNTPrimeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/TNTPrimeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "primerEntity",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/TNTPrimeEvent.html#primerEntity"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/block/TNTPrimeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/TNTPrimeEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/block/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.event.entity",
    "children": [
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.CreeperIgniteEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "CreeperIgniteEvent(Creeper,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "creeper"
              },
              {
                "kind": "PARAMETER",
                "name": "ignited"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/CreeperIgniteEvent.html#CreeperIgniteEvent(Creeper,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "canceled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/CreeperIgniteEvent.html#canceled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/CreeperIgniteEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/CreeperIgniteEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/CreeperIgniteEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/CreeperIgniteEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "ignited",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/CreeperIgniteEvent.html#ignited"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/CreeperIgniteEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isIgnited()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/com/destroystokyo/paper/event/entity/CreeperIgniteEvent.html#setIgnited(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/CreeperIgniteEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EnderDragonFireballHitEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EnderDragonFireballHitEvent(DragonFireball,Collection,AreaEffectCloud)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "areaEffectCloud"
              },
              {
                "kind": "PARAMETER",
                "name": "fireball"
              },
              {
                "kind": "PARAMETER",
                "name": "targets"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#EnderDragonFireballHitEvent(DragonFireball,Collection,AreaEffectCloud)"
          },
          {
            "kind": "FIELD",
            "name": "areaEffectCloud",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#areaEffectCloud"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getAreaEffectCloud()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#getAreaEffectCloud()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTargets()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#getTargets()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "targets",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#targets"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EnderDragonFlameEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EnderDragonFlameEvent(EnderDragon,AreaEffectCloud)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "areaEffectCloud"
              },
              {
                "kind": "PARAMETER",
                "name": "enderDragon"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonFlameEvent.html#EnderDragonFlameEvent(EnderDragon,AreaEffectCloud)"
          },
          {
            "kind": "FIELD",
            "name": "areaEffectCloud",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonFlameEvent.html#areaEffectCloud"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonFlameEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getAreaEffectCloud()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonFlameEvent.html#getAreaEffectCloud()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonFlameEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonFlameEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonFlameEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonFlameEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/entity/EnderDragonFlameEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonFlameEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EnderDragonShootFireballEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EnderDragonShootFireballEvent(EnderDragon,DragonFireball)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "fireball"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonShootFireballEvent.html#EnderDragonShootFireballEvent(EnderDragon,DragonFireball)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonShootFireballEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "fireball",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonShootFireballEvent.html#fireball"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonShootFireballEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getFireball()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonShootFireballEvent.html#getFireball()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonShootFireballEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonShootFireballEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonShootFireballEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/entity/EnderDragonShootFireballEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EnderDragonShootFireballEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EndermanAttackPlayerEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EndermanAttackPlayerEvent(Enderman,Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.html#EndermanAttackPlayerEvent(Enderman,Player)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EndermanEscapeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EndermanEscapeEvent(Enderman,Reason)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanEscapeEvent.html#EndermanEscapeEvent(Enderman,Reason)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/entity/EndermanEscapeEvent/Reason.html#CRITICAL_HIT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DROWN",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanEscapeEvent/Reason.html#DROWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INDIRECT",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanEscapeEvent/Reason.html#INDIRECT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RUNAWAY",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanEscapeEvent/Reason.html#RUNAWAY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Reason()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanEscapeEvent/Reason.html#Reason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STARE",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/entity/EndermanEscapeEvent/Reason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanEscapeEvent/Reason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanEscapeEvent/Reason.html"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanEscapeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanEscapeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanEscapeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanEscapeEvent.html#getReason()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanEscapeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanEscapeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/entity/EndermanEscapeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EndermanEscapeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EntityAddToWorldEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityAddToWorldEvent(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityAddToWorldEvent.html#EntityAddToWorldEvent(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityAddToWorldEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityAddToWorldEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityAddToWorldEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityAddToWorldEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EntityKnockbackByEntityEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityKnockbackByEntityEvent(LivingEntity,Entity,float,Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "acceleration"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "hitBy"
              },
              {
                "kind": "PARAMETER",
                "name": "knockbackStrength"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityKnockbackByEntityEvent.html#EntityKnockbackByEntityEvent(LivingEntity,Entity,float,Vector)"
          },
          {
            "kind": "FIELD",
            "name": "acceleration",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityKnockbackByEntityEvent.html#acceleration"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityKnockbackByEntityEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getAcceleration()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityKnockbackByEntityEvent.html#getAcceleration()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityKnockbackByEntityEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityKnockbackByEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityKnockbackByEntityEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getHitBy()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityKnockbackByEntityEvent.html#getHitBy()"
          },
          {
            "kind": "METHOD",
            "name": "getKnockbackStrength()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityKnockbackByEntityEvent.html#getKnockbackStrength()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityKnockbackByEntityEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "hitBy",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityKnockbackByEntityEvent.html#hitBy"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityKnockbackByEntityEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "knockbackStrength",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityKnockbackByEntityEvent.html#knockbackStrength"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityKnockbackByEntityEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityKnockbackByEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EntityPathfindEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityPathfindEvent(Entity,Location,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "targetEntity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#EntityPathfindEvent(Entity,Location,Entity)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLoc()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#getLoc()"
          },
          {
            "kind": "METHOD",
            "name": "getTargetEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#getTargetEntity()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "loc",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#loc"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "targetEntity",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#targetEntity"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EntityRemoveFromWorldEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityRemoveFromWorldEvent(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityRemoveFromWorldEvent.html#EntityRemoveFromWorldEvent(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityRemoveFromWorldEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityRemoveFromWorldEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityRemoveFromWorldEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityRemoveFromWorldEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EntityTeleportEndGatewayEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityTeleportEndGatewayEvent(Entity,Location,Location,EndGateway)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "from"
              },
              {
                "kind": "PARAMETER",
                "name": "gateway"
              },
              {
                "kind": "PARAMETER",
                "name": "to"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTeleportEndGatewayEvent.html#EntityTeleportEndGatewayEvent(Entity,Location,Location,EndGateway)"
          },
          {
            "kind": "FIELD",
            "name": "gateway",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTeleportEndGatewayEvent.html#gateway"
          },
          {
            "kind": "METHOD",
            "name": "getGateway()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTeleportEndGatewayEvent.html#getGateway()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTeleportEndGatewayEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EntityTransformedEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityTransformedEvent(Entity,Entity,TransformedReason)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "transformed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTransformedEvent.html#EntityTransformedEvent(Entity,Entity,TransformedReason)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTransformedEvent.html#cancelled"
          },
          {
            "kind": "ENUM",
            "name": "com.destroystokyo.paper.event.entity.EntityTransformedEvent.TransformedReason",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CURED",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTransformedEvent/TransformedReason.html#CURED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DROWNED",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTransformedEvent/TransformedReason.html#DROWNED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INFECTED",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTransformedEvent/TransformedReason.html#INFECTED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LIGHTNING",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTransformedEvent/TransformedReason.html#LIGHTNING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SHEARED",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTransformedEvent/TransformedReason.html#SHEARED"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "TransformedReason()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTransformedEvent/TransformedReason.html#TransformedReason()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTransformedEvent/TransformedReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTransformedEvent/TransformedReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTransformedEvent/TransformedReason.html"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTransformedEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTransformedEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTransformedEvent.html#getReason()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTransformed()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTransformedEvent.html#getTransformed()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTransformedEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTransformedEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTransformedEvent.html#reason"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTransformedEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "transformed",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTransformedEvent.html#transformed"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityTransformedEvent.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EntityZapEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityZapEvent(Entity,LightningStrike,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bolt"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "replacementEntity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityZapEvent.html#EntityZapEvent(Entity,LightningStrike,Entity)"
          },
          {
            "kind": "FIELD",
            "name": "bolt",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityZapEvent.html#bolt"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityZapEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBolt()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityZapEvent.html#getBolt()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityZapEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityZapEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getReplacementEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityZapEvent.html#getReplacementEntity()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityZapEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/entity/EntityZapEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/EntityZapEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.ExperienceOrbMergeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ExperienceOrbMergeEvent(ExperienceOrb,ExperienceOrb)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mergeSource"
              },
              {
                "kind": "PARAMETER",
                "name": "mergeTarget"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html#ExperienceOrbMergeEvent(ExperienceOrb,ExperienceOrb)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMergeSource()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html#getMergeSource()"
          },
          {
            "kind": "METHOD",
            "name": "getMergeTarget()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html#getMergeTarget()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "mergeSource",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html#mergeSource"
          },
          {
            "kind": "FIELD",
            "name": "mergeTarget",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.PhantomPreSpawnEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PhantomPreSpawnEvent(Location,Entity,SpawnReason)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PhantomPreSpawnEvent.html#PhantomPreSpawnEvent(Location,Entity,SpawnReason)"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PhantomPreSpawnEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getSpawningEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PhantomPreSpawnEvent.html#getSpawningEntity()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PhantomPreSpawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.PlayerNaturallySpawnCreaturesEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerNaturallySpawnCreaturesEvent(Player,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PlayerNaturallySpawnCreaturesEvent.html#PlayerNaturallySpawnCreaturesEvent(Player,byte)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PlayerNaturallySpawnCreaturesEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PlayerNaturallySpawnCreaturesEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PlayerNaturallySpawnCreaturesEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnRadius()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PlayerNaturallySpawnCreaturesEvent.html#getSpawnRadius()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PlayerNaturallySpawnCreaturesEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PlayerNaturallySpawnCreaturesEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "radius",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/com/destroystokyo/paper/event/entity/PlayerNaturallySpawnCreaturesEvent.html#setSpawnRadius(byte)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PlayerNaturallySpawnCreaturesEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.PreCreatureSpawnEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PreCreatureSpawnEvent(Location,EntityType,SpawnReason)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#PreCreatureSpawnEvent(Location,EntityType,SpawnReason)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#getReason()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#getSpawnLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#getType()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#location"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#setShouldAbortSpawn(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "shouldAbortSpawn",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#shouldAbortSpawn"
          },
          {
            "kind": "METHOD",
            "name": "shouldAbortSpawn()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#shouldAbortSpawn()"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.PreSpawnerSpawnEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PreSpawnerSpawnEvent(Location,EntityType,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "spawnerLocation"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PreSpawnerSpawnEvent.html#PreSpawnerSpawnEvent(Location,EntityType,Location)"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnerLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PreSpawnerSpawnEvent.html#getSpawnerLocation()"
          },
          {
            "kind": "FIELD",
            "name": "spawnerLocation",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PreSpawnerSpawnEvent.html#spawnerLocation"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/PreSpawnerSpawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.ProjectileCollideEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ProjectileCollideEvent(Projectile,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "collidedWith"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/ProjectileCollideEvent.html#ProjectileCollideEvent(Projectile,Entity)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/ProjectileCollideEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "collidedWith",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/ProjectileCollideEvent.html#collidedWith"
          },
          {
            "kind": "METHOD",
            "name": "getCollidedWith()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/ProjectileCollideEvent.html#getCollidedWith()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/ProjectileCollideEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/ProjectileCollideEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/ProjectileCollideEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlerList",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/ProjectileCollideEvent.html#handlerList"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/entity/ProjectileCollideEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/ProjectileCollideEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.SkeletonHorseTrapEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SkeletonHorseTrapEvent(SkeletonHorse)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "horse"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SkeletonHorseTrapEvent.html#SkeletonHorseTrapEvent(SkeletonHorse)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SkeletonHorseTrapEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SkeletonHorseTrapEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SkeletonHorseTrapEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SkeletonHorseTrapEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SkeletonHorseTrapEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/entity/SkeletonHorseTrapEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SkeletonHorseTrapEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.SlimeChangeDirectionEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SlimeChangeDirectionEvent(Slime,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slime"
              },
              {
                "kind": "PARAMETER",
                "name": "yaw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SlimeChangeDirectionEvent.html#SlimeChangeDirectionEvent(Slime,float)"
          },
          {
            "kind": "METHOD",
            "name": "getNewYaw()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/entity/SlimeChangeDirectionEvent.html#setNewYaw(float)"
          },
          {
            "kind": "FIELD",
            "name": "yaw",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SlimeChangeDirectionEvent.html#yaw"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SlimeChangeDirectionEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.SlimePathfindEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SlimePathfindEvent(Slime)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SlimePathfindEvent.html#SlimePathfindEvent(Slime)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SlimePathfindEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SlimePathfindEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SlimePathfindEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SlimePathfindEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SlimePathfindEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/entity/SlimePathfindEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SlimePathfindEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.SlimeSwimEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SlimeSwimEvent(Slime)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SlimeSwimEvent.html#SlimeSwimEvent(Slime)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SlimeSwimEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.SlimeTargetLivingEntityEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SlimeTargetLivingEntityEvent(Slime,LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slime"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SlimeTargetLivingEntityEvent.html#SlimeTargetLivingEntityEvent(Slime,LivingEntity)"
          },
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SlimeTargetLivingEntityEvent.html#getTarget()"
          },
          {
            "kind": "FIELD",
            "name": "target",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SlimeTargetLivingEntityEvent.html#target"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SlimeTargetLivingEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.SlimeWanderEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SlimeWanderEvent(Slime)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SlimeWanderEvent.html#SlimeWanderEvent(Slime)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/SlimeWanderEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.TurtleGoHomeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "TurtleGoHomeEvent(Turtle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "turtle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleGoHomeEvent.html#TurtleGoHomeEvent(Turtle)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleGoHomeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleGoHomeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleGoHomeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleGoHomeEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleGoHomeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/entity/TurtleGoHomeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleGoHomeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.TurtleLayEggEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "TurtleLayEggEvent(Turtle,Location,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "eggCount"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "turtle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#TurtleLayEggEvent(Turtle,Location,int)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "eggCount",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#eggCount"
          },
          {
            "kind": "METHOD",
            "name": "getEggCount()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#getEggCount()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#getLocation()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#setEggCount(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.TurtleStartDiggingEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "TurtleStartDiggingEvent(Turtle,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "turtle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleStartDiggingEvent.html#TurtleStartDiggingEvent(Turtle,Location)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleStartDiggingEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleStartDiggingEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleStartDiggingEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleStartDiggingEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleStartDiggingEvent.html#getLocation()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleStartDiggingEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleStartDiggingEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/entity/TurtleStartDiggingEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/TurtleStartDiggingEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.WitchConsumePotionEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "WitchConsumePotionEvent(Witch,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "potion"
              },
              {
                "kind": "PARAMETER",
                "name": "witch"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.html#WitchConsumePotionEvent(Witch,ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPotion()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.html#getPotion()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "potion",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.html#setPotion(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.WitchReadyPotionEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "WitchReadyPotionEvent(Witch,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "potion"
              },
              {
                "kind": "PARAMETER",
                "name": "witch"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html#WitchReadyPotionEvent(Witch,ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPotion()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html#getPotion()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "potion",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html#potion"
          },
          {
            "kind": "METHOD",
            "name": "process(Witch,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "potion"
              },
              {
                "kind": "PARAMETER",
                "name": "witch"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html#process(Witch,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html#setPotion(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.WitchThrowPotionEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "WitchThrowPotionEvent(Witch,LivingEntity,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "potion"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              },
              {
                "kind": "PARAMETER",
                "name": "witch"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#WitchThrowPotionEvent(Witch,LivingEntity,ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPotion()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#getPotion()"
          },
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#getTarget()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "potion",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#setPotion(ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "target",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#target"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/entity/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.event.executor",
    "children": [
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.executor.MethodHandleEventExecutor",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MethodHandleEventExecutor(Class,Method)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "eventClass"
              },
              {
                "kind": "PARAMETER",
                "name": "m"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/MethodHandleEventExecutor.html#MethodHandleEventExecutor(Class,Method)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MethodHandleEventExecutor(Class,MethodHandle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "eventClass"
              },
              {
                "kind": "PARAMETER",
                "name": "handle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/MethodHandleEventExecutor.html#MethodHandleEventExecutor(Class,MethodHandle)"
          },
          {
            "kind": "FIELD",
            "name": "eventClass",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/MethodHandleEventExecutor.html#eventClass"
          },
          {
            "kind": "METHOD",
            "name": "execute(Listener,Event)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "event"
              },
              {
                "kind": "PARAMETER",
                "name": "listener"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/MethodHandleEventExecutor.html#execute(Listener,Event)"
          },
          {
            "kind": "FIELD",
            "name": "handle",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/MethodHandleEventExecutor.html#handle"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/MethodHandleEventExecutor.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.executor.StaticMethodHandleEventExecutor",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "StaticMethodHandleEventExecutor(Class,Method)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "eventClass"
              },
              {
                "kind": "PARAMETER",
                "name": "m"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/StaticMethodHandleEventExecutor.html#StaticMethodHandleEventExecutor(Class,Method)"
          },
          {
            "kind": "FIELD",
            "name": "eventClass",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/StaticMethodHandleEventExecutor.html#eventClass"
          },
          {
            "kind": "METHOD",
            "name": "execute(Listener,Event)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "event"
              },
              {
                "kind": "PARAMETER",
                "name": "listener"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/StaticMethodHandleEventExecutor.html#execute(Listener,Event)"
          },
          {
            "kind": "FIELD",
            "name": "handle",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/StaticMethodHandleEventExecutor.html#handle"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/StaticMethodHandleEventExecutor.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.event.executor.asm",
    "children": [
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.executor.asm.ASMEventExecutorGenerator",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ASMEventExecutorGenerator()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/asm/ASMEventExecutorGenerator.html#ASMEventExecutorGenerator()"
          },
          {
            "kind": "FIELD",
            "name": "NEXT_ID",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/asm/ASMEventExecutorGenerator.html#NEXT_ID"
          },
          {
            "kind": "METHOD",
            "name": "generateEventExecutor(Method,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "m"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/asm/ASMEventExecutorGenerator.html#generateEventExecutor(Method,String)"
          },
          {
            "kind": "METHOD",
            "name": "generateName()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/asm/ASMEventExecutorGenerator.html#generateName()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/asm/ASMEventExecutorGenerator.html"
      },
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.event.executor.asm.ClassDefiner",
        "children": [
          {
            "kind": "METHOD",
            "name": "defineClass(ClassLoader,String,byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "parentLoader"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/asm/ClassDefiner.html#defineClass(ClassLoader,String,byte...)"
          },
          {
            "kind": "METHOD",
            "name": "getInstance()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/asm/ClassDefiner.html#getInstance()"
          },
          {
            "kind": "METHOD",
            "name": "isBypassAccessChecks()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/asm/ClassDefiner.html#isBypassAccessChecks()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/asm/ClassDefiner.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.executor.asm.SafeClassDefiner",
        "children": [
          {
            "kind": "FIELD",
            "name": "INSTANCE",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/asm/SafeClassDefiner.html#INSTANCE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SafeClassDefiner()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/asm/SafeClassDefiner.html#SafeClassDefiner()"
          },
          {
            "kind": "CLASS",
            "name": "com.destroystokyo.paper.event.executor.asm.SafeClassDefiner.GeneratedClassLoader",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "GeneratedClassLoader(ClassLoader)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "parent"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/asm/SafeClassDefiner/GeneratedClassLoader.html#GeneratedClassLoader(ClassLoader)"
              },
              {
                "kind": "METHOD",
                "name": "define(String,byte...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "data"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/asm/SafeClassDefiner/GeneratedClassLoader.html#define(String,byte...)"
              },
              {
                "kind": "METHOD",
                "name": "getClassLoadingLock(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/asm/SafeClassDefiner/GeneratedClassLoader.html#getClassLoadingLock(String)"
              },
              {
                "kind": "METHOD",
                "name": "hasClass(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/asm/SafeClassDefiner/GeneratedClassLoader.html#hasClass(String)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/asm/SafeClassDefiner/GeneratedClassLoader.html"
          },
          {
            "kind": "METHOD",
            "name": "defineClass(ClassLoader,String,byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "parentLoader"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/asm/SafeClassDefiner.html#defineClass(ClassLoader,String,byte...)"
          },
          {
            "kind": "FIELD",
            "name": "loaders",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/asm/SafeClassDefiner.html#loaders"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/asm/SafeClassDefiner.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/executor/asm/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.event.player",
    "children": [
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.IllegalPacketEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "IllegalPacketEvent(Player,String,String,Exception)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "e"
              },
              {
                "kind": "PARAMETER",
                "name": "kickMessage"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#IllegalPacketEvent(Player,String,String,Exception)"
          },
          {
            "kind": "FIELD",
            "name": "ex",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#ex"
          },
          {
            "kind": "METHOD",
            "name": "getExceptionMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#getExceptionMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getKickMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#getKickMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#getType()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isShouldKick()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#isShouldKick()"
          },
          {
            "kind": "FIELD",
            "name": "kickMessage",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#kickMessage"
          },
          {
            "kind": "METHOD",
            "name": "process(Player,String,String,Exception)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "exception"
              },
              {
                "kind": "PARAMETER",
                "name": "kickMessage"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#process(Player,String,String,Exception)"
          },
          {
            "kind": "METHOD",
            "name": "setKickMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "kickMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#setShouldKick(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "shouldKick",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#shouldKick"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/IllegalPacketEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerAdvancementCriterionGrantEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerAdvancementCriterionGrantEvent(Player,Advancement,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "advancement"
              },
              {
                "kind": "PARAMETER",
                "name": "criterion"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#PlayerAdvancementCriterionGrantEvent(Player,Advancement,String)"
          },
          {
            "kind": "FIELD",
            "name": "advancement",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#advancement"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "criterion",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#criterion"
          },
          {
            "kind": "METHOD",
            "name": "getAdvancement()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#getAdvancement()"
          },
          {
            "kind": "METHOD",
            "name": "getCriterion()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#getCriterion()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerArmorChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLERS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html#HANDLERS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerArmorChangeEvent(Player,SlotType,ItemStack,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newItem"
              },
              {
                "kind": "PARAMETER",
                "name": "oldItem"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "slotType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html#PlayerArmorChangeEvent(Player,SlotType,ItemStack,ItemStack)"
          },
          {
            "kind": "ENUM",
            "name": "com.destroystokyo.paper.event.player.PlayerArmorChangeEvent.SlotType",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CHEST",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html#CHEST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FEET",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html#FEET"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HEAD",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html#HEAD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LEGS",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html#getByMaterial(Material)"
              },
              {
                "kind": "METHOD",
                "name": "getTypes()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html#getTypes()"
              },
              {
                "kind": "FIELD",
                "name": "immutableTypes",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html#immutableTypes"
              },
              {
                "kind": "METHOD",
                "name": "isEquipable(Material)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "material"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html#isEquipable(Material)"
              },
              {
                "kind": "FIELD",
                "name": "mutableTypes",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html#mutableTypes"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html#getNewItem()"
          },
          {
            "kind": "METHOD",
            "name": "getOldItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html#getOldItem()"
          },
          {
            "kind": "METHOD",
            "name": "getSlotType()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html#getSlotType()"
          },
          {
            "kind": "FIELD",
            "name": "newItem",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html#newItem"
          },
          {
            "kind": "FIELD",
            "name": "oldItem",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html#oldItem"
          },
          {
            "kind": "FIELD",
            "name": "slotType",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html#slotType"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerConnectionCloseEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLERS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerConnectionCloseEvent.html#HANDLERS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerConnectionCloseEvent(UUID,String,InetAddress,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "async"
              },
              {
                "kind": "PARAMETER",
                "name": "ipAddress"
              },
              {
                "kind": "PARAMETER",
                "name": "playerName"
              },
              {
                "kind": "PARAMETER",
                "name": "playerUniqueId"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerConnectionCloseEvent.html#PlayerConnectionCloseEvent(UUID,String,InetAddress,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerConnectionCloseEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerConnectionCloseEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getIpAddress()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerConnectionCloseEvent.html#getIpAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerName()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerConnectionCloseEvent.html#getPlayerName()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerUniqueId()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerConnectionCloseEvent.html#getPlayerUniqueId()"
          },
          {
            "kind": "FIELD",
            "name": "ipAddress",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerConnectionCloseEvent.html#ipAddress"
          },
          {
            "kind": "FIELD",
            "name": "playerName",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerConnectionCloseEvent.html#playerName"
          },
          {
            "kind": "FIELD",
            "name": "playerUniqueId",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerConnectionCloseEvent.html#playerUniqueId"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerConnectionCloseEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerElytraBoostEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerElytraBoostEvent(Player,ItemStack,Firework)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "firework"
              },
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#PlayerElytraBoostEvent(Player,ItemStack,Firework)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "consume",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#consume"
          },
          {
            "kind": "FIELD",
            "name": "firework",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#firework"
          },
          {
            "kind": "METHOD",
            "name": "getFirework()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#getFirework()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItemStack()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#getItemStack()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "itemStack",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#setShouldConsume(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "shouldConsume()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#shouldConsume()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerHandshakeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLERS",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#HANDLERS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerHandshakeEvent(String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelled"
              },
              {
                "kind": "PARAMETER",
                "name": "originalHandshake"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#PlayerHandshakeEvent(String,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "failMessage",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#failMessage"
          },
          {
            "kind": "FIELD",
            "name": "failed",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#failed"
          },
          {
            "kind": "METHOD",
            "name": "getFailMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#getFailMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getOriginalHandshake()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#getOriginalHandshake()"
          },
          {
            "kind": "METHOD",
            "name": "getPropertiesJson()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#getPropertiesJson()"
          },
          {
            "kind": "METHOD",
            "name": "getServerHostname()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#getServerHostname()"
          },
          {
            "kind": "METHOD",
            "name": "getSocketAddressHostname()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#getSocketAddressHostname()"
          },
          {
            "kind": "METHOD",
            "name": "getUniqueId()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#getUniqueId()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isFailed()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#isFailed()"
          },
          {
            "kind": "FIELD",
            "name": "originalHandshake",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#originalHandshake"
          },
          {
            "kind": "FIELD",
            "name": "propertiesJson",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#propertiesJson"
          },
          {
            "kind": "FIELD",
            "name": "serverHostname",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#serverHostname"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#setFailMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "setFailed(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "failed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#setUniqueId(UUID)"
          },
          {
            "kind": "FIELD",
            "name": "socketAddressHostname",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#socketAddressHostname"
          },
          {
            "kind": "FIELD",
            "name": "uniqueId",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#uniqueId"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerInitialSpawnEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerInitialSpawnEvent(Player,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "spawnLocation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerInitialSpawnEvent.html#PlayerInitialSpawnEvent(Player,Location)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerInitialSpawnEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerInitialSpawnEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerInitialSpawnEvent.html#getSpawnLocation()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerInitialSpawnEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spawnLocation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerInitialSpawnEvent.html#setSpawnLocation(Location)"
          },
          {
            "kind": "FIELD",
            "name": "spawnLocation",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerInitialSpawnEvent.html#spawnLocation"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerInitialSpawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerJumpEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerJumpEvent(Player,Location,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "from"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "to"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#PlayerJumpEvent(Player,Location,Location)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "from",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#from"
          },
          {
            "kind": "METHOD",
            "name": "getFrom()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#getFrom()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTo()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#getTo()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#setFrom(Location)"
          },
          {
            "kind": "FIELD",
            "name": "to",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#to"
          },
          {
            "kind": "METHOD",
            "name": "validateLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#validateLocation(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerJumpEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerLaunchProjectileEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerLaunchProjectileEvent(Player,ItemStack,Projectile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              },
              {
                "kind": "PARAMETER",
                "name": "projectile"
              },
              {
                "kind": "PARAMETER",
                "name": "shooter"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#PlayerLaunchProjectileEvent(Player,ItemStack,Projectile)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "consumeItem",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#consumeItem"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItemStack()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#getItemStack()"
          },
          {
            "kind": "METHOD",
            "name": "getProjectile()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#getProjectile()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "itemStack",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#itemStack"
          },
          {
            "kind": "FIELD",
            "name": "projectile",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#setShouldConsume(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "shouldConsume()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#shouldConsume()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerLocaleChangeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerLocaleChangeEvent(Player,String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newLocale"
              },
              {
                "kind": "PARAMETER",
                "name": "oldLocale"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerLocaleChangeEvent.html#PlayerLocaleChangeEvent(Player,String,String)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerLocaleChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerLocaleChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewLocale()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerLocaleChangeEvent.html#getNewLocale()"
          },
          {
            "kind": "METHOD",
            "name": "getOldLocale()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerLocaleChangeEvent.html#getOldLocale()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerLocaleChangeEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "newLocale",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerLocaleChangeEvent.html#newLocale"
          },
          {
            "kind": "FIELD",
            "name": "oldLocale",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerLocaleChangeEvent.html#oldLocale"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerLocaleChangeEvent.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerPickupExperienceEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerPickupExperienceEvent(Player,ExperienceOrb)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "experienceOrb"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerPickupExperienceEvent.html#PlayerPickupExperienceEvent(Player,ExperienceOrb)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerPickupExperienceEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "experienceOrb",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerPickupExperienceEvent.html#experienceOrb"
          },
          {
            "kind": "METHOD",
            "name": "getExperienceOrb()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerPickupExperienceEvent.html#getExperienceOrb()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerPickupExperienceEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerPickupExperienceEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerPickupExperienceEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/player/PlayerPickupExperienceEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerPickupExperienceEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerPostRespawnEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerPostRespawnEvent(Player,Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isBedSpawn"
              },
              {
                "kind": "PARAMETER",
                "name": "respawnPlayer"
              },
              {
                "kind": "PARAMETER",
                "name": "respawnedLocation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerPostRespawnEvent.html#PlayerPostRespawnEvent(Player,Location,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerPostRespawnEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerPostRespawnEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRespawnedLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerPostRespawnEvent.html#getRespawnedLocation()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerPostRespawnEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "isBedSpawn",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerPostRespawnEvent.html#isBedSpawn"
          },
          {
            "kind": "METHOD",
            "name": "isBedSpawn()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerPostRespawnEvent.html#isBedSpawn()"
          },
          {
            "kind": "FIELD",
            "name": "respawnedLocation",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerPostRespawnEvent.html#respawnedLocation"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerPostRespawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerReadyArrowEvent",
        "children": [
          {
            "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.15.1/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html#PlayerReadyArrowEvent(Player,ItemStack,ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "arrow",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html#arrow"
          },
          {
            "kind": "FIELD",
            "name": "bow",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html#bow"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getArrow()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html#getArrow()"
          },
          {
            "kind": "METHOD",
            "name": "getBow()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html#getBow()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerStartSpectatingEntityEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerStartSpectatingEntityEvent(Player,Entity,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "currentSpectatorTarget"
              },
              {
                "kind": "PARAMETER",
                "name": "newSpectatorTarget"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html#PlayerStartSpectatingEntityEvent(Player,Entity,Entity)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "currentSpectatorTarget",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html#currentSpectatorTarget"
          },
          {
            "kind": "METHOD",
            "name": "getCurrentSpectatorTarget()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html#getCurrentSpectatorTarget()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewSpectatorTarget()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html#getNewSpectatorTarget()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newSpectatorTarget",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerStopSpectatingEntityEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerStopSpectatingEntityEvent(Player,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "spectatorTarget"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerStopSpectatingEntityEvent.html#PlayerStopSpectatingEntityEvent(Player,Entity)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerStopSpectatingEntityEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerStopSpectatingEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerStopSpectatingEntityEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSpectatorTarget()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerStopSpectatingEntityEvent.html#getSpectatorTarget()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerStopSpectatingEntityEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/player/PlayerStopSpectatingEntityEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "spectatorTarget",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerStopSpectatingEntityEvent.html#spectatorTarget"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerStopSpectatingEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerTeleportEndGatewayEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerTeleportEndGatewayEvent(Player,Location,Location,EndGateway)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "from"
              },
              {
                "kind": "PARAMETER",
                "name": "gateway"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "to"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerTeleportEndGatewayEvent.html#PlayerTeleportEndGatewayEvent(Player,Location,Location,EndGateway)"
          },
          {
            "kind": "FIELD",
            "name": "gateway",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerTeleportEndGatewayEvent.html#gateway"
          },
          {
            "kind": "METHOD",
            "name": "getGateway()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerTeleportEndGatewayEvent.html#getGateway()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerTeleportEndGatewayEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerUseUnknownEntityEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerUseUnknownEntityEvent(Player,int,boolean,EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attack"
              },
              {
                "kind": "PARAMETER",
                "name": "entityId"
              },
              {
                "kind": "PARAMETER",
                "name": "hand"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html#PlayerUseUnknownEntityEvent(Player,int,boolean,EquipmentSlot)"
          },
          {
            "kind": "FIELD",
            "name": "attack",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html#attack"
          },
          {
            "kind": "FIELD",
            "name": "entityId",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html#entityId"
          },
          {
            "kind": "METHOD",
            "name": "getEntityId()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html#getEntityId()"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html#hand"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isAttack()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html#isAttack()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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": "CONSTRUCTOR",
            "name": "FillProfileEvent(PlayerProfile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/FillProfileEvent.html#FillProfileEvent(PlayerProfile)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/FillProfileEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/FillProfileEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerProfile()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/FillProfileEvent.html#getPlayerProfile()"
          },
          {
            "kind": "METHOD",
            "name": "getProperties()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/FillProfileEvent.html#getProperties()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/FillProfileEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "profile",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/FillProfileEvent.html#profile"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/FillProfileEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.profile.LookupProfileEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "LookupProfileEvent(PlayerProfile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/LookupProfileEvent.html#LookupProfileEvent(PlayerProfile)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/LookupProfileEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/LookupProfileEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerProfile()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/LookupProfileEvent.html#getPlayerProfile()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/LookupProfileEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "profile",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/LookupProfileEvent.html#profile"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/LookupProfileEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.profile.PreFillProfileEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PreFillProfileEvent(PlayerProfile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/PreFillProfileEvent.html#PreFillProfileEvent(PlayerProfile)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/PreFillProfileEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/PreFillProfileEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerProfile()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/PreFillProfileEvent.html#getPlayerProfile()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/PreFillProfileEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "profile",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/profile/PreFillProfileEvent.html#setProperties(Collection)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/PreFillProfileEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.profile.PreLookupProfileEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PreLookupProfileEvent(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#PreLookupProfileEvent(String)"
          },
          {
            "kind": "METHOD",
            "name": "addProfileProperties(Set)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "properties"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#addProfileProperties(Set)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getProfileProperties()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#getProfileProperties()"
          },
          {
            "kind": "METHOD",
            "name": "getUUID()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#getUUID()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#name"
          },
          {
            "kind": "FIELD",
            "name": "properties",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#setProfileProperties(Set)"
          },
          {
            "kind": "METHOD",
            "name": "setUUID(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#setUUID(UUID)"
          },
          {
            "kind": "FIELD",
            "name": "uuid",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#uuid"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.profile.ProfileWhitelistVerifyEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ProfileWhitelistVerifyEvent(PlayerProfile,boolean,boolean,boolean,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isOp"
              },
              {
                "kind": "PARAMETER",
                "name": "kickMessage"
              },
              {
                "kind": "PARAMETER",
                "name": "profile"
              },
              {
                "kind": "PARAMETER",
                "name": "whitelistEnabled"
              },
              {
                "kind": "PARAMETER",
                "name": "whitelisted"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#ProfileWhitelistVerifyEvent(PlayerProfile,boolean,boolean,boolean,String)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getKickMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#getKickMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerProfile()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#getPlayerProfile()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "isOp",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#isOp"
          },
          {
            "kind": "METHOD",
            "name": "isOp()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#isOp()"
          },
          {
            "kind": "METHOD",
            "name": "isWhitelistEnabled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#isWhitelistEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "isWhitelisted()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#isWhitelisted()"
          },
          {
            "kind": "FIELD",
            "name": "kickMessage",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#kickMessage"
          },
          {
            "kind": "FIELD",
            "name": "profile",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#setKickMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "setWhitelisted(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "whitelisted"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#setWhitelisted(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "whitelistEnabled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#whitelistEnabled"
          },
          {
            "kind": "FIELD",
            "name": "whitelisted",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#whitelisted"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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": "CONSTRUCTOR",
            "name": "AsyncTabCompleteEvent(CommandSender,List,String,boolean,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "buffer"
              },
              {
                "kind": "PARAMETER",
                "name": "completions"
              },
              {
                "kind": "PARAMETER",
                "name": "isCommand"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#AsyncTabCompleteEvent(CommandSender,List,String,boolean,Location)"
          },
          {
            "kind": "FIELD",
            "name": "buffer",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#buffer"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "completions",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#completions"
          },
          {
            "kind": "FIELD",
            "name": "fireSyncHandler",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#fireSyncHandler"
          },
          {
            "kind": "METHOD",
            "name": "getBuffer()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#getBuffer()"
          },
          {
            "kind": "METHOD",
            "name": "getCompletions()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#getCompletions()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getSender()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#getSender()"
          },
          {
            "kind": "FIELD",
            "name": "handled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#handled"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "isCommand",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#isCommand"
          },
          {
            "kind": "METHOD",
            "name": "isCommand()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#isCommand()"
          },
          {
            "kind": "METHOD",
            "name": "isHandled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#isHandled()"
          },
          {
            "kind": "FIELD",
            "name": "loc",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#loc"
          },
          {
            "kind": "FIELD",
            "name": "sender",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#sender"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#setHandled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.server.GS4QueryEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "GS4QueryEvent(QueryType,InetAddress,QueryResponse)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "querierAddress"
              },
              {
                "kind": "PARAMETER",
                "name": "queryType"
              },
              {
                "kind": "PARAMETER",
                "name": "response"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent.html#GS4QueryEvent(QueryType,InetAddress,QueryResponse)"
          },
          {
            "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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#Builder()"
                  },
                  {
                    "kind": "METHOD",
                    "name": "build()",
                    "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#build()"
                  },
                  {
                    "kind": "METHOD",
                    "name": "clearPlayers()",
                    "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#clearPlayers()"
                  },
                  {
                    "kind": "METHOD",
                    "name": "clearPlugins()",
                    "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#clearPlugins()"
                  },
                  {
                    "kind": "FIELD",
                    "name": "currentPlayers",
                    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#currentPlayers(int)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "gameVersion",
                    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#gameVersion(String)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "hostname",
                    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#hostname(String)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "map",
                    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#map(String)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "maxPlayers",
                    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#maxPlayers(int)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "motd",
                    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#motd(String)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "players",
                    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#players(String...)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "plugins",
                    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#plugins(PluginInformation...)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "port",
                    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#port(int)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "serverVersion",
                    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#serverVersion(String)"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/PluginInformation.html#PluginInformation(String,String)"
                  },
                  {
                    "kind": "METHOD",
                    "name": "getName()",
                    "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/PluginInformation.html#getName()"
                  },
                  {
                    "kind": "METHOD",
                    "name": "getVersion()",
                    "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/PluginInformation.html#getVersion()"
                  },
                  {
                    "kind": "FIELD",
                    "name": "name",
                    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/PluginInformation.html#setVersion(String)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "version",
                    "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/PluginInformation.html#version"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/PluginInformation.html"
              },
              {
                "kind": "FIELD",
                "name": "currentPlayers",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#currentPlayers"
              },
              {
                "kind": "FIELD",
                "name": "gameVersion",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#gameVersion"
              },
              {
                "kind": "METHOD",
                "name": "getCurrentPlayers()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#getCurrentPlayers()"
              },
              {
                "kind": "METHOD",
                "name": "getGameVersion()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#getGameVersion()"
              },
              {
                "kind": "METHOD",
                "name": "getHostname()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#getHostname()"
              },
              {
                "kind": "METHOD",
                "name": "getMap()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#getMap()"
              },
              {
                "kind": "METHOD",
                "name": "getMaxPlayers()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#getMaxPlayers()"
              },
              {
                "kind": "METHOD",
                "name": "getMotd()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#getMotd()"
              },
              {
                "kind": "METHOD",
                "name": "getPlayers()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#getPlayers()"
              },
              {
                "kind": "METHOD",
                "name": "getPlugins()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#getPlugins()"
              },
              {
                "kind": "METHOD",
                "name": "getPort()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#getPort()"
              },
              {
                "kind": "METHOD",
                "name": "getServerVersion()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#getServerVersion()"
              },
              {
                "kind": "FIELD",
                "name": "hostname",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#hostname"
              },
              {
                "kind": "FIELD",
                "name": "map",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#map"
              },
              {
                "kind": "FIELD",
                "name": "maxPlayers",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#maxPlayers"
              },
              {
                "kind": "FIELD",
                "name": "motd",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#motd"
              },
              {
                "kind": "FIELD",
                "name": "players",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#players"
              },
              {
                "kind": "FIELD",
                "name": "plugins",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#plugins"
              },
              {
                "kind": "FIELD",
                "name": "port",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#port"
              },
              {
                "kind": "FIELD",
                "name": "serverVersion",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#serverVersion"
              },
              {
                "kind": "METHOD",
                "name": "toBuilder()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#toBuilder()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryType.html#BASIC"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FULL",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryType.html#FULL"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "QueryType()",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryType.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryType.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryType.html"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getQuerierAddress()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent.html#getQuerierAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getQueryType()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent.html#getQueryType()"
          },
          {
            "kind": "METHOD",
            "name": "getResponse()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent.html#getResponse()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "querierAddress",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent.html#querierAddress"
          },
          {
            "kind": "FIELD",
            "name": "queryType",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent.html#queryType"
          },
          {
            "kind": "FIELD",
            "name": "response",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent.html#setResponse(QueryResponse)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/GS4QueryEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.server.PaperServerListPingEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PaperServerListPingEvent(StatusClient,String,int,int,String,int,CachedServerIcon)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "client"
              },
              {
                "kind": "PARAMETER",
                "name": "favicon"
              },
              {
                "kind": "PARAMETER",
                "name": "maxPlayers"
              },
              {
                "kind": "PARAMETER",
                "name": "motd"
              },
              {
                "kind": "PARAMETER",
                "name": "numPlayers"
              },
              {
                "kind": "PARAMETER",
                "name": "protocolVersion"
              },
              {
                "kind": "PARAMETER",
                "name": "version"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#PaperServerListPingEvent(StatusClient,String,int,int,String,int,CachedServerIcon)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "client",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#client"
          },
          {
            "kind": "CLASS",
            "name": "com.destroystokyo.paper.event.server.PaperServerListPingEvent.PlayerIterator",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "PlayerIterator()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent/PlayerIterator.html#PlayerIterator()"
              },
              {
                "kind": "FIELD",
                "name": "current",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent/PlayerIterator.html#current"
              },
              {
                "kind": "METHOD",
                "name": "hasNext()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent/PlayerIterator.html#hasNext()"
              },
              {
                "kind": "FIELD",
                "name": "next",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent/PlayerIterator.html#next"
              },
              {
                "kind": "METHOD",
                "name": "next()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent/PlayerIterator.html#next()"
              },
              {
                "kind": "FIELD",
                "name": "player",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent/PlayerIterator.html#player"
              },
              {
                "kind": "METHOD",
                "name": "remove()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent/PlayerIterator.html#remove()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent/PlayerIterator.html"
          },
          {
            "kind": "FIELD",
            "name": "favicon",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#getBukkitPlayer(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getClient()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#getClient()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxPlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#getMaxPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getNumPlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#getNumPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getOnlinePlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#getOnlinePlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerSample()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#getPlayerSample()"
          },
          {
            "kind": "METHOD",
            "name": "getProtocolVersion()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#getProtocolVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getServerIcon()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#getServerIcon()"
          },
          {
            "kind": "METHOD",
            "name": "getVersion()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#getVersion()"
          },
          {
            "kind": "FIELD",
            "name": "hidePlayers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#hidePlayers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "iterator()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#iterator()"
          },
          {
            "kind": "FIELD",
            "name": "numPlayers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#numPlayers"
          },
          {
            "kind": "FIELD",
            "name": "originalPlayerCount",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#originalPlayerCount"
          },
          {
            "kind": "FIELD",
            "name": "playerSample",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#playerSample"
          },
          {
            "kind": "FIELD",
            "name": "players",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#players"
          },
          {
            "kind": "FIELD",
            "name": "protocolVersion",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#setVersion(String)"
          },
          {
            "kind": "METHOD",
            "name": "shouldHidePlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#shouldHidePlayers()"
          },
          {
            "kind": "FIELD",
            "name": "version",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#version"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.server.ServerExceptionEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerExceptionEvent(ServerException)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "exception"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerExceptionEvent.html#ServerExceptionEvent(ServerException)"
          },
          {
            "kind": "FIELD",
            "name": "exception",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerExceptionEvent.html#exception"
          },
          {
            "kind": "METHOD",
            "name": "getException()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerExceptionEvent.html#getException()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerExceptionEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerExceptionEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerExceptionEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerExceptionEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.server.ServerTickEndEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerTickEndEvent(int,double,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tickDuration"
              },
              {
                "kind": "PARAMETER",
                "name": "tickNumber"
              },
              {
                "kind": "PARAMETER",
                "name": "timeRemaining"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerTickEndEvent.html#ServerTickEndEvent(int,double,long)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerTickEndEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerTickEndEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTickDuration()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerTickEndEvent.html#getTickDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getTickNumber()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerTickEndEvent.html#getTickNumber()"
          },
          {
            "kind": "METHOD",
            "name": "getTimeRemaining()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerTickEndEvent.html#getTimeRemaining()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerTickEndEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "tickDuration",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerTickEndEvent.html#tickDuration"
          },
          {
            "kind": "FIELD",
            "name": "tickNumber",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerTickEndEvent.html#tickNumber"
          },
          {
            "kind": "FIELD",
            "name": "timeEnd",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerTickEndEvent.html#timeEnd"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerTickEndEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.server.ServerTickStartEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerTickStartEvent(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tickNumber"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerTickStartEvent.html#ServerTickStartEvent(int)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerTickStartEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerTickStartEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTickNumber()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerTickStartEvent.html#getTickNumber()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerTickStartEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "tickNumber",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerTickStartEvent.html#tickNumber"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/ServerTickStartEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.server.WhitelistToggleEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "WhitelistToggleEvent(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enabled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/WhitelistToggleEvent.html#WhitelistToggleEvent(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "enabled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/WhitelistToggleEvent.html#enabled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/WhitelistToggleEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/WhitelistToggleEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/WhitelistToggleEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isEnabled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/WhitelistToggleEvent.html#isEnabled()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/event/server/WhitelistToggleEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/exception/ServerCommandException.html#ServerCommandException(Throwable,Command,CommandSender,String...)"
          },
          {
            "kind": "FIELD",
            "name": "arguments",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/ServerCommandException.html#arguments"
          },
          {
            "kind": "FIELD",
            "name": "command",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/ServerCommandException.html#command"
          },
          {
            "kind": "FIELD",
            "name": "commandSender",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/ServerCommandException.html#commandSender"
          },
          {
            "kind": "METHOD",
            "name": "getArguments()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/ServerCommandException.html#getArguments()"
          },
          {
            "kind": "METHOD",
            "name": "getCommand()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/ServerCommandException.html#getCommand()"
          },
          {
            "kind": "METHOD",
            "name": "getCommandSender()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/ServerCommandException.html#getCommandSender()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/exception/ServerEventException.html#ServerEventException(Throwable,Plugin,Listener,Event)"
          },
          {
            "kind": "FIELD",
            "name": "event",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/ServerEventException.html#event"
          },
          {
            "kind": "METHOD",
            "name": "getEvent()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/ServerEventException.html#getEvent()"
          },
          {
            "kind": "METHOD",
            "name": "getListener()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/ServerEventException.html#getListener()"
          },
          {
            "kind": "FIELD",
            "name": "listener",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/ServerEventException.html#listener"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/exception/ServerException.html#ServerException(Throwable)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/exception/ServerInternalException.html#reportInternalException(Throwable)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/exception/ServerPluginEnableDisableException.html#ServerPluginEnableDisableException(Throwable,Plugin)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/exception/ServerPluginException.html#ServerPluginException(Throwable,Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "getResponsiblePlugin()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/ServerPluginException.html#getResponsiblePlugin()"
          },
          {
            "kind": "FIELD",
            "name": "responsiblePlugin",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/ServerPluginException.html#responsiblePlugin"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/exception/ServerPluginMessageException.html#ServerPluginMessageException(Throwable,Plugin,Player,String,byte...)"
          },
          {
            "kind": "FIELD",
            "name": "channel",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/ServerPluginMessageException.html#channel"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/ServerPluginMessageException.html#data"
          },
          {
            "kind": "METHOD",
            "name": "getChannel()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/ServerPluginMessageException.html#getChannel()"
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/ServerPluginMessageException.html#getData()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/ServerPluginMessageException.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/ServerPluginMessageException.html#player"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/exception/ServerSchedulerException.html#ServerSchedulerException(Throwable,BukkitTask)"
          },
          {
            "kind": "METHOD",
            "name": "getTask()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/ServerSchedulerException.html#getTask()"
          },
          {
            "kind": "FIELD",
            "name": "task",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/ServerSchedulerException.html#task"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/exception/ServerTabCompleteException.html#ServerTabCompleteException(Throwable,Command,CommandSender,String...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/ServerTabCompleteException.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/exception/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.inventory",
    "children": [
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.inventory.ItemStackRecipeChoice",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemStackRecipeChoice(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "choices"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/inventory/ItemStackRecipeChoice.html#ItemStackRecipeChoice(ItemStack)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemStackRecipeChoice(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "choices"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/inventory/ItemStackRecipeChoice.html#ItemStackRecipeChoice(List)"
          },
          {
            "kind": "FIELD",
            "name": "choices",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/inventory/ItemStackRecipeChoice.html#choices"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/inventory/ItemStackRecipeChoice.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getItemStack()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/inventory/ItemStackRecipeChoice.html#getItemStack()"
          },
          {
            "kind": "METHOD",
            "name": "test(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/inventory/ItemStackRecipeChoice.html#test(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/inventory/ItemStackRecipeChoice.html",
        "deprecated": {
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/inventory/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.15.1/com/destroystokyo/paper/inventory/meta/ArmorStandMeta.html#hasNoBasePlate()"
          },
          {
            "kind": "METHOD",
            "name": "isInvisible()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/inventory/meta/ArmorStandMeta.html#isInvisible()"
          },
          {
            "kind": "METHOD",
            "name": "isMarker()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/inventory/meta/ArmorStandMeta.html#isMarker()"
          },
          {
            "kind": "METHOD",
            "name": "isSmall()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/inventory/meta/ArmorStandMeta.html#setSmall(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "shouldShowArms()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/inventory/meta/ArmorStandMeta.html#shouldShowArms()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/inventory/meta/ArmorStandMeta.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/loottable/LootableBlockInventory.html#getBlock()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/loottable/LootableEntityInventory.html#getEntity()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/loottable/LootableEntityInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.loottable.LootableInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getLastFilled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/loottable/LootableInventory.html#getLastFilled()"
          },
          {
            "kind": "METHOD",
            "name": "getLastLooted(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/loottable/LootableInventory.html#getLastLooted(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getNextRefill()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/loottable/LootableInventory.html#getNextRefill()"
          },
          {
            "kind": "METHOD",
            "name": "hasBeenFilled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/loottable/LootableInventory.html#hasBeenFilled()"
          },
          {
            "kind": "METHOD",
            "name": "hasPendingRefill()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/loottable/LootableInventory.html#hasPendingRefill()"
          },
          {
            "kind": "METHOD",
            "name": "hasPlayerLooted(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/loottable/LootableInventory.html#hasPlayerLooted(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "isRefillEnabled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/loottable/LootableInventory.html#setNextRefill(long)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/loottable/LootableInventory.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.loottable.LootableInventoryReplenishEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "LootableInventoryReplenishEvent(Player,LootableInventory)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inventory"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/loottable/LootableInventoryReplenishEvent.html#LootableInventoryReplenishEvent(Player,LootableInventory)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/loottable/LootableInventoryReplenishEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/loottable/LootableInventoryReplenishEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/loottable/LootableInventoryReplenishEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/loottable/LootableInventoryReplenishEvent.html#getInventory()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/loottable/LootableInventoryReplenishEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "inventory",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/loottable/LootableInventoryReplenishEvent.html#inventory"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/loottable/LootableInventoryReplenishEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/loottable/LootableInventoryReplenishEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/loottable/LootableInventoryReplenishEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/network/NetworkClient.html#getAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getProtocolVersion()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/network/NetworkClient.html#getProtocolVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getVirtualHost()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/network/NetworkClient.html#getVirtualHost()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/network/StatusClient.html#isLegacy()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/network/StatusClient.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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": "clearProperties()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/profile/PlayerProfile.html#clearProperties()"
          },
          {
            "kind": "METHOD",
            "name": "complete()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/profile/PlayerProfile.html#complete()"
          },
          {
            "kind": "METHOD",
            "name": "complete(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "textures"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/profile/PlayerProfile.html#complete(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "completeFromCache()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/profile/PlayerProfile.html#completeFromCache()"
          },
          {
            "kind": "METHOD",
            "name": "getId()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/profile/PlayerProfile.html#getId()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/profile/PlayerProfile.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getProperties()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/profile/PlayerProfile.html#getProperties()"
          },
          {
            "kind": "METHOD",
            "name": "hasProperty(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "property"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/profile/PlayerProfile.html#hasProperty(String)"
          },
          {
            "kind": "METHOD",
            "name": "hasTextures()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/profile/PlayerProfile.html#hasTextures()"
          },
          {
            "kind": "METHOD",
            "name": "isComplete()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/profile/PlayerProfile.html#isComplete()"
          },
          {
            "kind": "METHOD",
            "name": "removeProperties(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "properties"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/profile/PlayerProfile.html#setId(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "setName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/profile/PlayerProfile.html#setName(String)"
          },
          {
            "kind": "METHOD",
            "name": "setProperties(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "properties"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/com/destroystokyo/paper/profile/PlayerProfile.html#setProperty(ProfileProperty)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/com/destroystokyo/paper/profile/ProfileProperty.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/profile/ProfileProperty.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getSignature()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/profile/ProfileProperty.html#getSignature()"
          },
          {
            "kind": "METHOD",
            "name": "getValue()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/profile/ProfileProperty.html#getValue()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/profile/ProfileProperty.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "isSigned()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/profile/ProfileProperty.html#isSigned()"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/profile/ProfileProperty.html#name"
          },
          {
            "kind": "FIELD",
            "name": "signature",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/profile/ProfileProperty.html#signature"
          },
          {
            "kind": "FIELD",
            "name": "value",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/profile/ProfileProperty.html#value"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/profile/ProfileProperty.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/profile/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.util",
    "children": [
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.util.SneakyThrow",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003ethrowSneaky(Throwable)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "exception"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/util/SneakyThrow.html#\u003cT\u003ethrowSneaky(Throwable)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SneakyThrow()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/util/SneakyThrow.html#SneakyThrow()"
          },
          {
            "kind": "METHOD",
            "name": "sneaky(Throwable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "exception"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/util/SneakyThrow.html#sneaky(Throwable)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/util/SneakyThrow.html"
      },
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.util.VersionFetcher",
        "children": [
          {
            "kind": "CLASS",
            "name": "com.destroystokyo.paper.util.VersionFetcher.DummyVersionFetcher",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "DummyVersionFetcher()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/util/VersionFetcher/DummyVersionFetcher.html#DummyVersionFetcher()"
              },
              {
                "kind": "METHOD",
                "name": "getCacheTime()",
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/util/VersionFetcher/DummyVersionFetcher.html#getCacheTime()"
              },
              {
                "kind": "METHOD",
                "name": "getVersionMessage(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "serverVersion"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/util/VersionFetcher/DummyVersionFetcher.html#getVersionMessage(String)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/util/VersionFetcher/DummyVersionFetcher.html"
          },
          {
            "kind": "METHOD",
            "name": "getCacheTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/util/VersionFetcher.html#getCacheTime()"
          },
          {
            "kind": "METHOD",
            "name": "getVersionMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "serverVersion"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/util/VersionFetcher.html#getVersionMessage(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/util/VersionFetcher.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/util/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.utils",
    "children": [
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.utils.CachedSizeConcurrentLinkedQueue",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "CachedSizeConcurrentLinkedQueue()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/utils/CachedSizeConcurrentLinkedQueue.html#CachedSizeConcurrentLinkedQueue()"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "E"
          },
          {
            "kind": "METHOD",
            "name": "add(E)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "e"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/utils/CachedSizeConcurrentLinkedQueue.html#add(E)"
          },
          {
            "kind": "FIELD",
            "name": "cachedSize",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/utils/CachedSizeConcurrentLinkedQueue.html#cachedSize"
          },
          {
            "kind": "METHOD",
            "name": "poll()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/utils/CachedSizeConcurrentLinkedQueue.html#poll()"
          },
          {
            "kind": "METHOD",
            "name": "size()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/utils/CachedSizeConcurrentLinkedQueue.html#size()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/utils/CachedSizeConcurrentLinkedQueue.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.utils.PaperPluginLogger",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PaperPluginLogger(PluginDescriptionFile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "description"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/utils/PaperPluginLogger.html#PaperPluginLogger(PluginDescriptionFile)"
          },
          {
            "kind": "METHOD",
            "name": "getLogger(PluginDescriptionFile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "description"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/utils/PaperPluginLogger.html#getLogger(PluginDescriptionFile)"
          },
          {
            "kind": "METHOD",
            "name": "setParent(Logger)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "parent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/utils/PaperPluginLogger.html#setParent(Logger)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/utils/PaperPluginLogger.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.utils.UnsafeUtils",
        "children": [
          {
            "kind": "FIELD",
            "name": "UNSAFE",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/utils/UnsafeUtils.html#UNSAFE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "UnsafeUtils()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/utils/UnsafeUtils.html#UnsafeUtils()"
          },
          {
            "kind": "METHOD",
            "name": "getUnsafe()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/utils/UnsafeUtils.html#getUnsafe()"
          },
          {
            "kind": "METHOD",
            "name": "isUnsafeSupported()",
            "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/utils/UnsafeUtils.html#isUnsafeSupported()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/utils/UnsafeUtils.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/com/destroystokyo/paper/utils/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit",
    "children": [
      {
        "kind": "ENUM",
        "name": "org.bukkit.Art",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ALBAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#ALBAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AZTEC",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#AZTEC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AZTEC2",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#AZTEC2"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Art(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "height"
              },
              {
                "kind": "PARAMETER",
                "name": "id"
              },
              {
                "kind": "PARAMETER",
                "name": "width"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#Art(int,int,int)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOMB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#BOMB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BURNING_SKULL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#BURNING_SKULL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#BUST"
          },
          {
            "kind": "FIELD",
            "name": "BY_ID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#BY_ID"
          },
          {
            "kind": "FIELD",
            "name": "BY_NAME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#BY_NAME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COURBET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#COURBET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREEBET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#CREEBET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DONKEY_KONG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#DONKEY_KONG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIGHTERS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#FIGHTERS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAHAM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#GRAHAM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "KEBAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#KEBAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MATCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#MATCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIGSCENE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#PIGSCENE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLANT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#PLANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POINTER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#POINTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POOL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#POOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SEA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#SEA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKELETON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#SKELETON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKULL_AND_ROSES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#SKULL_AND_ROSES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STAGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#STAGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SUNSET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#SUNSET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VOID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#VOID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WANDERER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#WANDERER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WASTELAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#WASTELAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#WITHER"
          },
          {
            "kind": "METHOD",
            "name": "getBlockHeight()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#getBlockHeight()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockWidth()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#getBlockWidth()"
          },
          {
            "kind": "METHOD",
            "name": "getById(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#getById(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getByName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#getByName(String)"
          },
          {
            "kind": "METHOD",
            "name": "getId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#getId()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#getKey()"
          },
          {
            "kind": "FIELD",
            "name": "height",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#height"
          },
          {
            "kind": "FIELD",
            "name": "id",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#id"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#key"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#values()"
          },
          {
            "kind": "FIELD",
            "name": "width",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html#width"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Art.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.Axis",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Axis()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Axis.html#Axis()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "X",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Axis.html#X"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "Y",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Axis.html#Y"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "Z",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Axis.html#Z"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Axis.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Axis.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Axis.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.BanEntry",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCreated()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BanEntry.html#getCreated()"
          },
          {
            "kind": "METHOD",
            "name": "getExpiration()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BanEntry.html#getExpiration()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BanEntry.html#getReason()"
          },
          {
            "kind": "METHOD",
            "name": "getSource()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BanEntry.html#getSource()"
          },
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BanEntry.html#getTarget()"
          },
          {
            "kind": "METHOD",
            "name": "save()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BanEntry.html#save()"
          },
          {
            "kind": "METHOD",
            "name": "setCreated(Date)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "created"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BanEntry.html#setCreated(Date)"
          },
          {
            "kind": "METHOD",
            "name": "setExpiration(Date)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expiration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BanEntry.html#setExpiration(Date)"
          },
          {
            "kind": "METHOD",
            "name": "setReason(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BanEntry.html#setReason(String)"
          },
          {
            "kind": "METHOD",
            "name": "setSource(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BanEntry.html#setSource(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BanEntry.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.BanList",
        "children": [
          {
            "kind": "METHOD",
            "name": "addBan(String,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.15.1/org/bukkit/BanList.html#addBan(String,String,Date,String)"
          },
          {
            "kind": "METHOD",
            "name": "getBanEntries()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BanList.html#getBanEntries()"
          },
          {
            "kind": "METHOD",
            "name": "getBanEntry(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BanList.html#getBanEntry(String)"
          },
          {
            "kind": "METHOD",
            "name": "isBanned(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BanList.html#isBanned(String)"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.BanList.Type",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "IP",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BanList/Type.html#IP"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NAME",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BanList/Type.html#NAME"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BanList/Type.html#Type()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BanList/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BanList/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BanList/Type.html"
          },
          {
            "kind": "METHOD",
            "name": "pardon(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BanList.html#pardon(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/BlockChangeDelegate.html#getBlockData(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getHeight()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/BlockChangeDelegate.html#setBlockData(int,int,int,BlockData)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/BlockChangeDelegate.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.Bukkit",
        "children": [
          {
            "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.15.1/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.15.1/org/bukkit/Bukkit.html#\u003cT\u003egetTags(String,Class)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Bukkit()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#Bukkit()"
          },
          {
            "kind": "METHOD",
            "name": "addRecipe(Recipe)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipe"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#addRecipe(Recipe)"
          },
          {
            "kind": "METHOD",
            "name": "advancementIterator()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#advancementIterator()"
          },
          {
            "kind": "METHOD",
            "name": "banIP(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "address"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#banIP(String)"
          },
          {
            "kind": "METHOD",
            "name": "broadcast(BaseComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "component"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#broadcast(BaseComponent)"
          },
          {
            "kind": "METHOD",
            "name": "broadcast(BaseComponent...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "components"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#broadcast(BaseComponent...)"
          },
          {
            "kind": "METHOD",
            "name": "broadcast(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "permission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#broadcast(String,String)"
          },
          {
            "kind": "METHOD",
            "name": "broadcastMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#broadcastMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "clearRecipes()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#clearRecipes()"
          },
          {
            "kind": "METHOD",
            "name": "createBlockData(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/Bukkit.html#createBlockData(Material,String)"
          },
          {
            "kind": "METHOD",
            "name": "createBlockData(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/Bukkit.html#createChunkData(World)"
          },
          {
            "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.15.1/org/bukkit/Bukkit.html#createExplorerMap(World,Location,StructureType)"
          },
          {
            "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.15.1/org/bukkit/Bukkit.html#createExplorerMap(World,Location,StructureType,int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "createInventory(InventoryHolder,InventoryType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#createInventory(InventoryHolder,InventoryType)"
          },
          {
            "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.15.1/org/bukkit/Bukkit.html#createInventory(InventoryHolder,InventoryType,String)"
          },
          {
            "kind": "METHOD",
            "name": "createInventory(InventoryHolder,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              },
              {
                "kind": "PARAMETER",
                "name": "size"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#createInventory(InventoryHolder,int)"
          },
          {
            "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.15.1/org/bukkit/Bukkit.html#createInventory(InventoryHolder,int,String)"
          },
          {
            "kind": "METHOD",
            "name": "createMap(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#createMap(World)"
          },
          {
            "kind": "METHOD",
            "name": "createMerchant(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#createMerchant(String)"
          },
          {
            "kind": "METHOD",
            "name": "createProfile(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#createProfile(String)"
          },
          {
            "kind": "METHOD",
            "name": "createProfile(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/Bukkit.html#createProfile(UUID,String)"
          },
          {
            "kind": "METHOD",
            "name": "createWorld(WorldCreator)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "creator"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#createWorld(WorldCreator)"
          },
          {
            "kind": "METHOD",
            "name": "dispatchCommand(CommandSender,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "commandLine"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#dispatchCommand(CommandSender,String)"
          },
          {
            "kind": "METHOD",
            "name": "getAdvancement(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getAdvancement(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getAllowEnd()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getAllowEnd()"
          },
          {
            "kind": "METHOD",
            "name": "getAllowFlight()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getAllowFlight()"
          },
          {
            "kind": "METHOD",
            "name": "getAllowNether()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getAllowNether()"
          },
          {
            "kind": "METHOD",
            "name": "getAmbientSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getAmbientSpawnLimit()"
          },
          {
            "kind": "METHOD",
            "name": "getAnimalSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getAnimalSpawnLimit()"
          },
          {
            "kind": "METHOD",
            "name": "getBanList(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getBanList(Type)"
          },
          {
            "kind": "METHOD",
            "name": "getBannedPlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getBannedPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getBossBar(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getBossBar(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getBossBars()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getBossBars()"
          },
          {
            "kind": "METHOD",
            "name": "getBukkitVersion()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getBukkitVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getCommandAliases()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getCommandAliases()"
          },
          {
            "kind": "METHOD",
            "name": "getCommandMap()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getCommandMap()"
          },
          {
            "kind": "METHOD",
            "name": "getConnectionThrottle()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getConnectionThrottle()"
          },
          {
            "kind": "METHOD",
            "name": "getConsoleSender()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getConsoleSender()"
          },
          {
            "kind": "METHOD",
            "name": "getCurrentTick()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getCurrentTick()"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultGameMode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getDefaultGameMode()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getEntity(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getGenerateStructures()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getGenerateStructures()"
          },
          {
            "kind": "METHOD",
            "name": "getHelpMap()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getHelpMap()"
          },
          {
            "kind": "METHOD",
            "name": "getIPBans()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getIPBans()"
          },
          {
            "kind": "METHOD",
            "name": "getIdleTimeout()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getIdleTimeout()"
          },
          {
            "kind": "METHOD",
            "name": "getIp()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getIp()"
          },
          {
            "kind": "METHOD",
            "name": "getItemFactory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getItemFactory()"
          },
          {
            "kind": "METHOD",
            "name": "getLogger()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getLogger()"
          },
          {
            "kind": "METHOD",
            "name": "getLootTable(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getLootTable(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getMap(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getMap(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getMaxPlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getMaxPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getMessenger()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getMessenger()"
          },
          {
            "kind": "METHOD",
            "name": "getMonsterSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getMonsterSpawnLimit()"
          },
          {
            "kind": "METHOD",
            "name": "getMotd()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getMotd()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getOfflinePlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getOfflinePlayer(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getOfflinePlayer(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getOfflinePlayer(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getOfflinePlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getOfflinePlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getOnlineMode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getOnlineMode()"
          },
          {
            "kind": "METHOD",
            "name": "getOnlinePlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getOnlinePlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getOperators()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getOperators()"
          },
          {
            "kind": "METHOD",
            "name": "getPermissionMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getPermissionMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getPlayer(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getPlayer(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerExact(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getPlayerExact(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerUniqueId(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "playerName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getPlayerUniqueId(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPluginCommand(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getPluginCommand(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPluginManager()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getPluginManager()"
          },
          {
            "kind": "METHOD",
            "name": "getPort()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getPort()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipesFor(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getRecipesFor(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getScheduler()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getScheduler()"
          },
          {
            "kind": "METHOD",
            "name": "getScoreboardManager()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getScoreboardManager()"
          },
          {
            "kind": "METHOD",
            "name": "getServer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getServer()"
          },
          {
            "kind": "METHOD",
            "name": "getServerIcon()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getServerIcon()"
          },
          {
            "kind": "METHOD",
            "name": "getServicesManager()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getServicesManager()"
          },
          {
            "kind": "METHOD",
            "name": "getShutdownMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getShutdownMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnRadius()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getSpawnRadius()"
          },
          {
            "kind": "METHOD",
            "name": "getTPS()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getTPS()"
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerAnimalSpawns()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getTicksPerAnimalSpawns()"
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerMonsterSpawns()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getTicksPerMonsterSpawns()"
          },
          {
            "kind": "METHOD",
            "name": "getUnsafe()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getUnsafe()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getUpdateFolder()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getUpdateFolder()"
          },
          {
            "kind": "METHOD",
            "name": "getUpdateFolderFile()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getUpdateFolderFile()"
          },
          {
            "kind": "METHOD",
            "name": "getVersion()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getViewDistance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getViewDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getWarningState()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getWarningState()"
          },
          {
            "kind": "METHOD",
            "name": "getWaterAnimalSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getWaterAnimalSpawnLimit()"
          },
          {
            "kind": "METHOD",
            "name": "getWhitelistedPlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getWhitelistedPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getWorld(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getWorld(String)"
          },
          {
            "kind": "METHOD",
            "name": "getWorld(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getWorld(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getWorldContainer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getWorldContainer()"
          },
          {
            "kind": "METHOD",
            "name": "getWorldType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getWorldType()"
          },
          {
            "kind": "METHOD",
            "name": "getWorlds()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#getWorlds()"
          },
          {
            "kind": "METHOD",
            "name": "hasWhitelist()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#hasWhitelist()"
          },
          {
            "kind": "METHOD",
            "name": "isHardcore()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#isHardcore()"
          },
          {
            "kind": "METHOD",
            "name": "isPrimaryThread()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#isPrimaryThread()"
          },
          {
            "kind": "METHOD",
            "name": "loadServerIcon(BufferedImage)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "image"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#loadServerIcon(BufferedImage)"
          },
          {
            "kind": "METHOD",
            "name": "loadServerIcon(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#loadServerIcon(File)"
          },
          {
            "kind": "METHOD",
            "name": "matchPlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#matchPlayer(String)"
          },
          {
            "kind": "METHOD",
            "name": "recipeIterator()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#recipeIterator()"
          },
          {
            "kind": "METHOD",
            "name": "reload()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#reload()"
          },
          {
            "kind": "METHOD",
            "name": "reloadCommandAliases()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#reloadCommandAliases()"
          },
          {
            "kind": "METHOD",
            "name": "reloadData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#reloadData()"
          },
          {
            "kind": "METHOD",
            "name": "reloadPermissions()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#reloadPermissions()"
          },
          {
            "kind": "METHOD",
            "name": "reloadWhitelist()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#reloadWhitelist()"
          },
          {
            "kind": "METHOD",
            "name": "removeBossBar(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#removeBossBar(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "resetRecipes()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#resetRecipes()"
          },
          {
            "kind": "METHOD",
            "name": "savePlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/Bukkit.html#selectEntities(CommandSender,String)"
          },
          {
            "kind": "FIELD",
            "name": "server",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#server"
          },
          {
            "kind": "METHOD",
            "name": "setDefaultGameMode(GameMode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mode"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#setDefaultGameMode(GameMode)"
          },
          {
            "kind": "METHOD",
            "name": "setIdleTimeout(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "threshold"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#setIdleTimeout(int)"
          },
          {
            "kind": "METHOD",
            "name": "setServer(Server)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "server"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#setServer(Server)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnRadius(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#setSpawnRadius(int)"
          },
          {
            "kind": "METHOD",
            "name": "setWhitelist(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#setWhitelist(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "shutdown()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#shutdown()"
          },
          {
            "kind": "METHOD",
            "name": "spigot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#spigot()"
          },
          {
            "kind": "METHOD",
            "name": "suggestPlayerNamesWhenNullTabCompletions()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#suggestPlayerNamesWhenNullTabCompletions()"
          },
          {
            "kind": "METHOD",
            "name": "unbanIP(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "address"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html#unbanIP(String)"
          },
          {
            "kind": "METHOD",
            "name": "unloadWorld(String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "save"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/Bukkit.html#unloadWorld(World,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Bukkit.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.ChatColor",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "AQUA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#AQUA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#BLACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#BLUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOLD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#BOLD"
          },
          {
            "kind": "FIELD",
            "name": "BY_CHAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#BY_CHAR"
          },
          {
            "kind": "FIELD",
            "name": "BY_ID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#BY_ID"
          },
          {
            "kind": "FIELD",
            "name": "COLOR_CHAR",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/ChatColor.html#ChatColor(char,int,boolean)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_AQUA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#DARK_AQUA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_BLUE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#DARK_BLUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_GRAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#DARK_GRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_GREEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#DARK_GREEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_PURPLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#DARK_PURPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_RED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#DARK_RED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#GOLD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#GRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#GREEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITALIC",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#ITALIC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_PURPLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#LIGHT_PURPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGIC",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#MAGIC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#RED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RESET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#RESET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIKETHROUGH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#STRIKETHROUGH"
          },
          {
            "kind": "FIELD",
            "name": "STRIP_COLOR_PATTERN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#STRIP_COLOR_PATTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UNDERLINE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#UNDERLINE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#WHITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#YELLOW"
          },
          {
            "kind": "METHOD",
            "name": "asBungee()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#asBungee()"
          },
          {
            "kind": "FIELD",
            "name": "code",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#code"
          },
          {
            "kind": "METHOD",
            "name": "getByChar(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "code"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#getByChar(String)"
          },
          {
            "kind": "METHOD",
            "name": "getByChar(char)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "code"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#getByChar(char)"
          },
          {
            "kind": "METHOD",
            "name": "getChar()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#getChar()"
          },
          {
            "kind": "METHOD",
            "name": "getLastColors(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#getLastColors(String)"
          },
          {
            "kind": "FIELD",
            "name": "intCode",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#intCode"
          },
          {
            "kind": "METHOD",
            "name": "isColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#isColor()"
          },
          {
            "kind": "FIELD",
            "name": "isFormat",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#isFormat"
          },
          {
            "kind": "METHOD",
            "name": "isFormat()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#isFormat()"
          },
          {
            "kind": "METHOD",
            "name": "stripColor(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#stripColor(String)"
          },
          {
            "kind": "FIELD",
            "name": "toString",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#toString"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/ChatColor.html#translateAlternateColorCodes(char,String)"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChatColor.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.Chunk",
        "children": [
          {
            "kind": "METHOD",
            "name": "addPluginChunkTicket(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Chunk.html#addPluginChunkTicket(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "contains(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/Chunk.html#getBlock(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Chunk.html#getChunkKey()"
          },
          {
            "kind": "METHOD",
            "name": "getChunkKey(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/Chunk.html#getChunkKey(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkSnapshot()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/Chunk.html#getChunkSnapshot(boolean,boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getEntities()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Chunk.html#getEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getInhabitedTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Chunk.html#getInhabitedTime()"
          },
          {
            "kind": "METHOD",
            "name": "getPluginChunkTickets()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Chunk.html#getPluginChunkTickets()"
          },
          {
            "kind": "METHOD",
            "name": "getTileEntities()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Chunk.html#getTileEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getTileEntities(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "useSnapshot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Chunk.html#getTileEntities(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Chunk.html#getWorld()"
          },
          {
            "kind": "METHOD",
            "name": "getX()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Chunk.html#getX()"
          },
          {
            "kind": "METHOD",
            "name": "getZ()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Chunk.html#getZ()"
          },
          {
            "kind": "METHOD",
            "name": "isForceLoaded()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Chunk.html#isForceLoaded()"
          },
          {
            "kind": "METHOD",
            "name": "isLoaded()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Chunk.html#isLoaded()"
          },
          {
            "kind": "METHOD",
            "name": "isSlimeChunk()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Chunk.html#isSlimeChunk()"
          },
          {
            "kind": "METHOD",
            "name": "load()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Chunk.html#load()"
          },
          {
            "kind": "METHOD",
            "name": "load(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "generate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Chunk.html#load(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "removePluginChunkTicket(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Chunk.html#removePluginChunkTicket(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "setForceLoaded(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "forced"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Chunk.html#setForceLoaded(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setInhabitedTime(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Chunk.html#setInhabitedTime(long)"
          },
          {
            "kind": "METHOD",
            "name": "unload()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Chunk.html#unload()"
          },
          {
            "kind": "METHOD",
            "name": "unload(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "save"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Chunk.html#unload(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Chunk.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.ChunkSnapshot",
        "children": [
          {
            "kind": "METHOD",
            "name": "contains(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/ChunkSnapshot.html#getBiome(int,int)",
            "deprecated": {
              "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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/ChunkSnapshot.html#getBlockType(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getCaptureFullTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/ChunkSnapshot.html#getData(int,int,int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getHighestBlockYAt(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/ChunkSnapshot.html#getRawBiomeTemperature(int,int)",
            "deprecated": {
              "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.15.1/org/bukkit/ChunkSnapshot.html#getRawBiomeTemperature(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getWorldName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChunkSnapshot.html#getWorldName()"
          },
          {
            "kind": "METHOD",
            "name": "getX()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChunkSnapshot.html#getX()"
          },
          {
            "kind": "METHOD",
            "name": "getZ()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChunkSnapshot.html#getZ()"
          },
          {
            "kind": "METHOD",
            "name": "isSectionEmpty(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sy"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChunkSnapshot.html#isSectionEmpty(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/ChunkSnapshot.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.CoalType",
        "children": [
          {
            "kind": "FIELD",
            "name": "BY_DATA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CoalType.html#BY_DATA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHARCOAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CoalType.html#CHARCOAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CoalType.html#COAL"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "CoalType(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CoalType.html#CoalType(int)"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CoalType.html#data"
          },
          {
            "kind": "METHOD",
            "name": "getByData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CoalType.html#getByData(byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CoalType.html#getData()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CoalType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CoalType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CoalType.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.Color",
        "children": [
          {
            "kind": "FIELD",
            "name": "AQUA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#AQUA"
          },
          {
            "kind": "FIELD",
            "name": "BIT_MASK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#BIT_MASK"
          },
          {
            "kind": "FIELD",
            "name": "BLACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#BLACK"
          },
          {
            "kind": "FIELD",
            "name": "BLUE",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/Color.html#Color(int,int,int)"
          },
          {
            "kind": "FIELD",
            "name": "FUCHSIA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#FUCHSIA"
          },
          {
            "kind": "FIELD",
            "name": "GRAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#GRAY"
          },
          {
            "kind": "FIELD",
            "name": "GREEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#GREEN"
          },
          {
            "kind": "FIELD",
            "name": "LIME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#LIME"
          },
          {
            "kind": "FIELD",
            "name": "MAROON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#MAROON"
          },
          {
            "kind": "FIELD",
            "name": "NAVY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#NAVY"
          },
          {
            "kind": "FIELD",
            "name": "OLIVE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#OLIVE"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#ORANGE"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#PURPLE"
          },
          {
            "kind": "FIELD",
            "name": "RED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#RED"
          },
          {
            "kind": "FIELD",
            "name": "SILVER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#SILVER"
          },
          {
            "kind": "FIELD",
            "name": "TEAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#TEAL"
          },
          {
            "kind": "FIELD",
            "name": "WHITE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#WHITE"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#YELLOW"
          },
          {
            "kind": "METHOD",
            "name": "asBGR()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/Color.html#asInt(String,Map)"
          },
          {
            "kind": "METHOD",
            "name": "asRGB()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#asRGB()"
          },
          {
            "kind": "FIELD",
            "name": "blue",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#blue"
          },
          {
            "kind": "METHOD",
            "name": "deserialize(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#deserialize(Map)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "fromBGR(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bgr"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/Color.html#fromRGB(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getBlue()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#getBlue()"
          },
          {
            "kind": "METHOD",
            "name": "getGreen()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#getGreen()"
          },
          {
            "kind": "METHOD",
            "name": "getRed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#getRed()"
          },
          {
            "kind": "FIELD",
            "name": "green",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#green"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "mixColors(Color...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "colors"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#mixColors(Color...)"
          },
          {
            "kind": "METHOD",
            "name": "mixDyes(DyeColor...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "colors"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#mixDyes(DyeColor...)"
          },
          {
            "kind": "FIELD",
            "name": "red",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#red"
          },
          {
            "kind": "METHOD",
            "name": "serialize()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#serialize()"
          },
          {
            "kind": "METHOD",
            "name": "setBlue(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blue"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#setBlue(int)"
          },
          {
            "kind": "METHOD",
            "name": "setGreen(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "green"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#setGreen(int)"
          },
          {
            "kind": "METHOD",
            "name": "setRed(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "red"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#setRed(int)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Color.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.CropState",
        "children": [
          {
            "kind": "FIELD",
            "name": "BY_DATA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CropState.html#BY_DATA"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "CropState(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CropState.html#CropState(int)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GERMINATED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CropState.html#GERMINATED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MEDIUM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CropState.html#MEDIUM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RIPE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CropState.html#RIPE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SEEDED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CropState.html#SEEDED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CropState.html#SMALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CropState.html#TALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VERY_SMALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CropState.html#VERY_SMALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VERY_TALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CropState.html#VERY_TALL"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CropState.html#data"
          },
          {
            "kind": "METHOD",
            "name": "getByData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CropState.html#getByData(byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CropState.html#getData()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CropState.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CropState.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/CropState.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.Difficulty",
        "children": [
          {
            "kind": "FIELD",
            "name": "BY_ID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Difficulty.html#BY_ID"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Difficulty(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Difficulty.html#Difficulty(int)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EASY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Difficulty.html#EASY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HARD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Difficulty.html#HARD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NORMAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Difficulty.html#NORMAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PEACEFUL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Difficulty.html#PEACEFUL"
          },
          {
            "kind": "METHOD",
            "name": "getByValue(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Difficulty.html#getByValue(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getValue()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Difficulty.html#getValue()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "value",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Difficulty.html#value"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Difficulty.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Difficulty.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Difficulty.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.DyeColor",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#BLACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#BLUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#BROWN"
          },
          {
            "kind": "FIELD",
            "name": "BY_COLOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#BY_COLOR"
          },
          {
            "kind": "FIELD",
            "name": "BY_DYE_DATA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#BY_DYE_DATA"
          },
          {
            "kind": "FIELD",
            "name": "BY_FIREWORK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#BY_FIREWORK"
          },
          {
            "kind": "FIELD",
            "name": "BY_WOOL_DATA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#BY_WOOL_DATA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/DyeColor.html#DyeColor(int,int,Color,Color)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#GRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#GREEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#LIGHT_BLUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#LIGHT_GRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#LIME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#MAGENTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#ORANGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#PINK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#PURPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#RED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#WHITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#YELLOW"
          },
          {
            "kind": "FIELD",
            "name": "color",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#color"
          },
          {
            "kind": "FIELD",
            "name": "dyeData",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#dyeData"
          },
          {
            "kind": "FIELD",
            "name": "firework",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#firework"
          },
          {
            "kind": "METHOD",
            "name": "getByColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#getByColor(Color)"
          },
          {
            "kind": "METHOD",
            "name": "getByDyeData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#getByDyeData(byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getByFireworkColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#getByFireworkColor(Color)"
          },
          {
            "kind": "METHOD",
            "name": "getByWoolData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#getByWoolData(byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getDyeData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#getDyeData()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getFireworkColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#getFireworkColor()"
          },
          {
            "kind": "METHOD",
            "name": "getWoolData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#getWoolData()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "legacyValueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#legacyValueOf(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#values()"
          },
          {
            "kind": "FIELD",
            "name": "woolData",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html#woolData"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/DyeColor.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.Effect",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANVIL_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#ANVIL_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANVIL_LAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#ANVIL_LAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANVIL_USE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#ANVIL_USE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAT_TAKEOFF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#BAT_TAKEOFF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLAZE_SHOOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#BLAZE_SHOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOW_FIRE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#BOW_FIRE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREWING_STAND_BREW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#BREWING_STAND_BREW"
          },
          {
            "kind": "FIELD",
            "name": "BY_ID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#BY_ID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHORUS_FLOWER_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#CHORUS_FLOWER_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHORUS_FLOWER_GROW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#CHORUS_FLOWER_GROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLICK1",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#CLICK1"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLICK2",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#CLICK2"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#DOOR_CLOSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOOR_TOGGLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#DOOR_TOGGLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRAGON_BREATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#DRAGON_BREATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDERDRAGON_GROWL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#ENDERDRAGON_GROWL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDERDRAGON_SHOOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#ENDERDRAGON_SHOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDEREYE_LAUNCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#ENDEREYE_LAUNCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER_SIGNAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#ENDER_SIGNAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_GATEWAY_SPAWN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#END_GATEWAY_SPAWN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXTINGUISH",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/Effect.html#Effect(int,Type,Class)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FENCE_GATE_CLOSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#FENCE_GATE_CLOSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FENCE_GATE_TOGGLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#FENCE_GATE_TOGGLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIREWORK_SHOOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#FIREWORK_SHOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GHAST_SHOOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#GHAST_SHOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GHAST_SHRIEK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#GHAST_SHRIEK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_DOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#IRON_DOOR_CLOSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_DOOR_TOGGLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#IRON_DOOR_TOGGLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_TRAPDOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#IRON_TRAPDOOR_CLOSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_TRAPDOOR_TOGGLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#IRON_TRAPDOOR_TOGGLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOBSPAWNER_FLAMES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#MOBSPAWNER_FLAMES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PORTAL_TRAVEL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#PORTAL_TRAVEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTION_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#POTION_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RECORD_PLAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#RECORD_PLAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOKE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#SMOKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STEP_SOUND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#STEP_SOUND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRAPDOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#TRAPDOOR_CLOSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRAPDOOR_TOGGLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#TRAPDOOR_TOGGLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGER_PLANT_GROW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#VILLAGER_PLANT_GROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER_BREAK_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#WITHER_BREAK_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER_SHOOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#WITHER_SHOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_CHEW_IRON_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#ZOMBIE_CHEW_IRON_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_CHEW_WOODEN_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#ZOMBIE_CHEW_WOODEN_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_CONVERTED_VILLAGER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#ZOMBIE_CONVERTED_VILLAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_DESTROY_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#ZOMBIE_DESTROY_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_INFECT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#ZOMBIE_INFECT"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#data"
          },
          {
            "kind": "METHOD",
            "name": "getById(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#getById(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#getData()"
          },
          {
            "kind": "METHOD",
            "name": "getId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#getId()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#getType()"
          },
          {
            "kind": "FIELD",
            "name": "id",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#id"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.Effect.Type",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "SOUND",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect/Type.html#SOUND"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect/Type.html#Type()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "VISUAL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect/Type.html#VISUAL"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect/Type.html"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#type"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Effect.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.EntityEffect",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMOR_STAND_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#ARMOR_STAND_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARROW_PARTICLES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#ARROW_PARTICLES"
          },
          {
            "kind": "FIELD",
            "name": "BY_DATA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#BY_DATA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#DEATH",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_POOF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#ENTITY_POOF"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityEffect(int,Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#EntityEffect(int,Class)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIREWORK_EXPLODE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#FIREWORK_EXPLODE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GUARDIAN_TARGET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#GUARDIAN_TARGET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HURT_DROWN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#HURT_DROWN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HURT_EXPLOSION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#HURT_EXPLOSION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_GOLEM_ROSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#IRON_GOLEM_ROSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_GOLEM_SHEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#IRON_GOLEM_SHEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LOVE_HEARTS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#LOVE_HEARTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RABBIT_JUMP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#RABBIT_JUMP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_EAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#SHEEP_EAT",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHIELD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#SHIELD_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHIELD_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#SHIELD_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SQUID_ROTATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#SQUID_ROTATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "THORNS_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#THORNS_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TOTEM_RESURRECT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#TOTEM_RESURRECT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGER_ANGRY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#VILLAGER_ANGRY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGER_HAPPY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#VILLAGER_HAPPY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGER_HEART",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#VILLAGER_HEART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITCH_MAGIC",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#WITCH_MAGIC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOLF_HEARTS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#WOLF_HEARTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOLF_SHAKE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#WOLF_SHAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOLF_SMOKE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#WOLF_SMOKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_TRANSFORM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#ZOMBIE_TRANSFORM"
          },
          {
            "kind": "FIELD",
            "name": "applicable",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#applicable"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#data"
          },
          {
            "kind": "METHOD",
            "name": "getApplicable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#getApplicable()"
          },
          {
            "kind": "METHOD",
            "name": "getByData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#getByData(byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#getData()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/EntityEffect.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.FireworkEffect",
        "children": [
          {
            "kind": "FIELD",
            "name": "COLORS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html#COLORS"
          },
          {
            "kind": "FIELD",
            "name": "FADE_COLORS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html#FADE_COLORS"
          },
          {
            "kind": "FIELD",
            "name": "FLICKER",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/FireworkEffect.html#FireworkEffect(boolean,boolean,ImmutableList,ImmutableList,Type)"
          },
          {
            "kind": "FIELD",
            "name": "TRAIL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html#TRAIL"
          },
          {
            "kind": "FIELD",
            "name": "TYPE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html#TYPE"
          },
          {
            "kind": "METHOD",
            "name": "builder()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html#builder()"
          },
          {
            "kind": "FIELD",
            "name": "colors",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html#colors"
          },
          {
            "kind": "METHOD",
            "name": "deserialize(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html#deserialize(Map)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html#equals(Object)"
          },
          {
            "kind": "FIELD",
            "name": "fadeColors",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html#fadeColors"
          },
          {
            "kind": "FIELD",
            "name": "flicker",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html#flicker"
          },
          {
            "kind": "METHOD",
            "name": "getColors()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html#getColors()"
          },
          {
            "kind": "METHOD",
            "name": "getFadeColors()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html#getFadeColors()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "hasFlicker()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html#hasFlicker()"
          },
          {
            "kind": "METHOD",
            "name": "hasTrail()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html#hasTrail()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html#hashCode()"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.FireworkEffect.Builder",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Builder()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Builder.html#Builder()"
              },
              {
                "kind": "METHOD",
                "name": "build()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Builder.html#build()"
              },
              {
                "kind": "FIELD",
                "name": "colors",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Builder.html#colors"
              },
              {
                "kind": "FIELD",
                "name": "fadeColors",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Builder.html#fadeColors"
              },
              {
                "kind": "FIELD",
                "name": "flicker",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Builder.html#flicker"
              },
              {
                "kind": "METHOD",
                "name": "flicker(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "flicker"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Builder.html#flicker(boolean)"
              },
              {
                "kind": "FIELD",
                "name": "trail",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Builder.html#trail"
              },
              {
                "kind": "METHOD",
                "name": "trail(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "trail"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Builder.html#trail(boolean)"
              },
              {
                "kind": "FIELD",
                "name": "type",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Builder.html#type"
              },
              {
                "kind": "METHOD",
                "name": "with(Type)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "type"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Builder.html#with(Type)"
              },
              {
                "kind": "METHOD",
                "name": "withColor(Color)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "color"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Builder.html#withColor(Color)"
              },
              {
                "kind": "METHOD",
                "name": "withColor(Color...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "colors"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Builder.html#withColor(Color...)"
              },
              {
                "kind": "METHOD",
                "name": "withColor(Iterable)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "colors"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Builder.html#withColor(Iterable)"
              },
              {
                "kind": "METHOD",
                "name": "withFade(Color)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "color"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Builder.html#withFade(Color)"
              },
              {
                "kind": "METHOD",
                "name": "withFade(Color...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "colors"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Builder.html#withFade(Color...)"
              },
              {
                "kind": "METHOD",
                "name": "withFade(Iterable)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "colors"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Builder.html#withFade(Iterable)"
              },
              {
                "kind": "METHOD",
                "name": "withFlicker()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Builder.html#withFlicker()"
              },
              {
                "kind": "METHOD",
                "name": "withTrail()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Builder.html#withTrail()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/FireworkEffect/Type.html#BALL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BALL_LARGE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Type.html#BALL_LARGE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BURST",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Type.html#BURST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CREEPER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Type.html#CREEPER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STAR",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Type.html#STAR"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Type.html#Type()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect/Type.html"
          },
          {
            "kind": "METHOD",
            "name": "serialize()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html#serialize()"
          },
          {
            "kind": "FIELD",
            "name": "string",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html#string"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html#toString()"
          },
          {
            "kind": "FIELD",
            "name": "trail",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html#trail"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FireworkEffect.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.FluidCollisionMode",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ALWAYS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FluidCollisionMode.html#ALWAYS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "FluidCollisionMode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FluidCollisionMode.html#FluidCollisionMode()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NEVER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FluidCollisionMode.html#NEVER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOURCE_ONLY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FluidCollisionMode.html#SOURCE_ONLY"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FluidCollisionMode.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FluidCollisionMode.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/FluidCollisionMode.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.GameMode",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ADVENTURE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameMode.html#ADVENTURE"
          },
          {
            "kind": "FIELD",
            "name": "BY_ID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameMode.html#BY_ID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREATIVE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameMode.html#CREATIVE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "GameMode(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameMode.html#GameMode(int)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPECTATOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameMode.html#SPECTATOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SURVIVAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameMode.html#SURVIVAL"
          },
          {
            "kind": "METHOD",
            "name": "getByValue(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameMode.html#getByValue(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getValue()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameMode.html#getValue()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "value",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameMode.html#value"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameMode.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameMode.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameMode.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.GameRule",
        "children": [
          {
            "kind": "FIELD",
            "name": "ANNOUNCE_ADVANCEMENTS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#ANNOUNCE_ADVANCEMENTS"
          },
          {
            "kind": "FIELD",
            "name": "COMMAND_BLOCK_OUTPUT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#COMMAND_BLOCK_OUTPUT"
          },
          {
            "kind": "FIELD",
            "name": "DISABLE_ELYTRA_MOVEMENT_CHECK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#DISABLE_ELYTRA_MOVEMENT_CHECK"
          },
          {
            "kind": "FIELD",
            "name": "DISABLE_RAIDS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#DISABLE_RAIDS"
          },
          {
            "kind": "FIELD",
            "name": "DO_DAYLIGHT_CYCLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#DO_DAYLIGHT_CYCLE"
          },
          {
            "kind": "FIELD",
            "name": "DO_ENTITY_DROPS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#DO_ENTITY_DROPS"
          },
          {
            "kind": "FIELD",
            "name": "DO_FIRE_TICK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#DO_FIRE_TICK"
          },
          {
            "kind": "FIELD",
            "name": "DO_IMMEDIATE_RESPAWN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#DO_IMMEDIATE_RESPAWN"
          },
          {
            "kind": "FIELD",
            "name": "DO_INSOMNIA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#DO_INSOMNIA"
          },
          {
            "kind": "FIELD",
            "name": "DO_LIMITED_CRAFTING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#DO_LIMITED_CRAFTING"
          },
          {
            "kind": "FIELD",
            "name": "DO_MOB_LOOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#DO_MOB_LOOT"
          },
          {
            "kind": "FIELD",
            "name": "DO_MOB_SPAWNING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#DO_MOB_SPAWNING"
          },
          {
            "kind": "FIELD",
            "name": "DO_TILE_DROPS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#DO_TILE_DROPS"
          },
          {
            "kind": "FIELD",
            "name": "DO_WEATHER_CYCLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#DO_WEATHER_CYCLE"
          },
          {
            "kind": "FIELD",
            "name": "DROWNING_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#DROWNING_DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "FALL_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#FALL_DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#FIRE_DAMAGE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "GameRule(String,Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#GameRule(String,Class)"
          },
          {
            "kind": "FIELD",
            "name": "KEEP_INVENTORY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#KEEP_INVENTORY"
          },
          {
            "kind": "FIELD",
            "name": "LOG_ADMIN_COMMANDS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#LOG_ADMIN_COMMANDS"
          },
          {
            "kind": "FIELD",
            "name": "MAX_COMMAND_CHAIN_LENGTH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#MAX_COMMAND_CHAIN_LENGTH"
          },
          {
            "kind": "FIELD",
            "name": "MAX_ENTITY_CRAMMING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#MAX_ENTITY_CRAMMING"
          },
          {
            "kind": "FIELD",
            "name": "MOB_GRIEFING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#MOB_GRIEFING"
          },
          {
            "kind": "FIELD",
            "name": "NATURAL_REGENERATION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#NATURAL_REGENERATION"
          },
          {
            "kind": "FIELD",
            "name": "RANDOM_TICK_SPEED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#RANDOM_TICK_SPEED"
          },
          {
            "kind": "FIELD",
            "name": "REDUCED_DEBUG_INFO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#REDUCED_DEBUG_INFO"
          },
          {
            "kind": "FIELD",
            "name": "SEND_COMMAND_FEEDBACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#SEND_COMMAND_FEEDBACK"
          },
          {
            "kind": "FIELD",
            "name": "SHOW_DEATH_MESSAGES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#SHOW_DEATH_MESSAGES"
          },
          {
            "kind": "FIELD",
            "name": "SPAWN_RADIUS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#SPAWN_RADIUS"
          },
          {
            "kind": "FIELD",
            "name": "SPECTATORS_GENERATE_CHUNKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#SPECTATORS_GENERATE_CHUNKS"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#equals(Object)"
          },
          {
            "kind": "FIELD",
            "name": "gameRules",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#gameRules"
          },
          {
            "kind": "METHOD",
            "name": "getByName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rule"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#getByName(String)"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#getType()"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#name"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#toString()"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#type"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GameRule.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.GrassSpecies",
        "children": [
          {
            "kind": "FIELD",
            "name": "BY_DATA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GrassSpecies.html#BY_DATA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GrassSpecies.html#DEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FERN_LIKE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GrassSpecies.html#FERN_LIKE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "GrassSpecies(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GrassSpecies.html#GrassSpecies(int)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NORMAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GrassSpecies.html#NORMAL"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GrassSpecies.html#data"
          },
          {
            "kind": "METHOD",
            "name": "getByData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GrassSpecies.html#getByData(byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GrassSpecies.html#getData()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GrassSpecies.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GrassSpecies.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/GrassSpecies.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.Instrument",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "BANJO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#BANJO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BASS_DRUM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#BASS_DRUM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BASS_GUITAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#BASS_GUITAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BELL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#BELL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#BIT"
          },
          {
            "kind": "FIELD",
            "name": "BY_DATA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#BY_DATA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHIME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#CHIME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COW_BELL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#COW_BELL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIDGERIDOO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#DIDGERIDOO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLUTE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#FLUTE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GUITAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#GUITAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_XYLOPHONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#IRON_XYLOPHONE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Instrument(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#Instrument(int)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIANO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#PIANO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#PLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNARE_DRUM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#SNARE_DRUM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STICKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#STICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "XYLOPHONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#XYLOPHONE"
          },
          {
            "kind": "METHOD",
            "name": "getByType(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#getByType(byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#getType()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#type"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Instrument.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.Keyed",
        "children": [
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Keyed.html#getKey()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/Location.html#add(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "checkFinite()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#checkFinite()"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/Location.html#deserialize(Map)"
          },
          {
            "kind": "METHOD",
            "name": "distance(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#distance(Location)"
          },
          {
            "kind": "METHOD",
            "name": "distanceSquared(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#distanceSquared(Location)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockX()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#getBlockX()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockY()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#getBlockY()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockZ()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#getBlockZ()"
          },
          {
            "kind": "METHOD",
            "name": "getChunk()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#getChunk()"
          },
          {
            "kind": "METHOD",
            "name": "getDirection()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/Location.html#getNearbyPlayers(double,double,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "getPitch()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#getPitch()"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#getWorld()"
          },
          {
            "kind": "METHOD",
            "name": "getX()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#getX()"
          },
          {
            "kind": "METHOD",
            "name": "getY()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#getY()"
          },
          {
            "kind": "METHOD",
            "name": "getYaw()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#getYaw()"
          },
          {
            "kind": "METHOD",
            "name": "getZ()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#getZ()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "isChunkLoaded()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#isChunkLoaded()"
          },
          {
            "kind": "METHOD",
            "name": "isGenerated()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#isGenerated()"
          },
          {
            "kind": "METHOD",
            "name": "isWorldLoaded()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#isWorldLoaded()"
          },
          {
            "kind": "METHOD",
            "name": "length()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#length()"
          },
          {
            "kind": "METHOD",
            "name": "lengthSquared()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#lengthSquared()"
          },
          {
            "kind": "METHOD",
            "name": "locToBlock(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#locToBlock(double)"
          },
          {
            "kind": "METHOD",
            "name": "multiply(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "m"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#multiply(double)"
          },
          {
            "kind": "METHOD",
            "name": "normalizePitch(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pitch"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#normalizePitch(float)"
          },
          {
            "kind": "METHOD",
            "name": "normalizeYaw(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "yaw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#normalizeYaw(float)"
          },
          {
            "kind": "FIELD",
            "name": "pitch",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#pitch"
          },
          {
            "kind": "METHOD",
            "name": "serialize()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/Location.html#setDirection(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "setPitch(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pitch"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#setPitch(float)"
          },
          {
            "kind": "METHOD",
            "name": "setWorld(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#setWorld(World)"
          },
          {
            "kind": "METHOD",
            "name": "setX(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#setX(double)"
          },
          {
            "kind": "METHOD",
            "name": "setY(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#setY(double)"
          },
          {
            "kind": "METHOD",
            "name": "setYaw(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "yaw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#setYaw(float)"
          },
          {
            "kind": "METHOD",
            "name": "setZ(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#setZ(double)"
          },
          {
            "kind": "METHOD",
            "name": "subtract(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vec"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/Location.html#subtract(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "toBlockKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#toBlockKey()"
          },
          {
            "kind": "METHOD",
            "name": "toBlockLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#toBlockLocation()"
          },
          {
            "kind": "METHOD",
            "name": "toCenterLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#toCenterLocation()"
          },
          {
            "kind": "METHOD",
            "name": "toHighestLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#toHighestLocation()"
          },
          {
            "kind": "METHOD",
            "name": "toHighestLocation(HeightmapType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "heightmap"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#toHighestLocation(HeightmapType)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#toString()"
          },
          {
            "kind": "METHOD",
            "name": "toVector()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#toVector()"
          },
          {
            "kind": "FIELD",
            "name": "world",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#world"
          },
          {
            "kind": "FIELD",
            "name": "x",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#x"
          },
          {
            "kind": "FIELD",
            "name": "y",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#y"
          },
          {
            "kind": "FIELD",
            "name": "yaw",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#yaw"
          },
          {
            "kind": "FIELD",
            "name": "z",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#z"
          },
          {
            "kind": "METHOD",
            "name": "zero()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html#zero()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Location.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.Material",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_BOAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ACACIA_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_BUTTON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ACACIA_BUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ACACIA_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_FENCE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ACACIA_FENCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ACACIA_FENCE_GATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_LEAVES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ACACIA_LEAVES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_LOG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ACACIA_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_PLANKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ACACIA_PLANKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ACACIA_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_SAPLING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ACACIA_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_SIGN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ACACIA_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ACACIA_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ACACIA_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ACACIA_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ACACIA_WALL_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_WOOD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ACACIA_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACTIVATOR_RAIL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ACTIVATOR_RAIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AIR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#AIR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ALLIUM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ALLIUM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANDESITE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ANDESITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANDESITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ANDESITE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANDESITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ANDESITE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANDESITE_WALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ANDESITE_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANVIL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ANVIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "APPLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#APPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMOR_STAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ARMOR_STAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARROW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ARROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ATTACHED_MELON_STEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ATTACHED_MELON_STEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ATTACHED_PUMPKIN_STEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ATTACHED_PUMPKIN_STEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AZURE_BLUET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#AZURE_BLUET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAKED_POTATO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BAKED_POTATO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BAMBOO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_SAPLING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BAMBOO_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BARREL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BARREL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BARRIER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BARRIER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BAT_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEACON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BEACON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEDROCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BEDROCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEEF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BEEF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEEHIVE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BEEHIVE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEETROOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BEETROOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEETROOTS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BEETROOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEETROOT_SEEDS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BEETROOT_SEEDS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEETROOT_SOUP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BEETROOT_SOUP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEE_NEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BEE_NEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BEE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BELL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BELL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_BOAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BIRCH_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_BUTTON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BIRCH_BUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BIRCH_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_FENCE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BIRCH_FENCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BIRCH_FENCE_GATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_LEAVES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BIRCH_LEAVES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_LOG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BIRCH_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_PLANKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BIRCH_PLANKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BIRCH_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_SAPLING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BIRCH_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_SIGN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BIRCH_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BIRCH_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BIRCH_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BIRCH_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BIRCH_WALL_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_WOOD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BIRCH_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLACK_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_BED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLACK_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_CARPET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLACK_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLACK_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLACK_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_DYE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLACK_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLACK_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLACK_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLACK_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLACK_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLACK_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLACK_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_WOOL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLACK_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLAST_FURNACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLAST_FURNACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLAZE_POWDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLAZE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLAZE_ROD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLAZE_ROD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLAZE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLAZE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLUE_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_BED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLUE_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_CARPET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLUE_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLUE_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLUE_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_DYE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLUE_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLUE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_ICE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLUE_ICE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_ORCHID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLUE_ORCHID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLUE_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLUE_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLUE_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLUE_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLUE_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_WOOL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BLUE_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BONE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BONE_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BONE_MEAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BONE_MEAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOOK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BOOK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOOKSHELF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BOOKSHELF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BOW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOWL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BOWL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRAIN_CORAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BRAIN_CORAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRAIN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BRAIN_CORAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRAIN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BRAIN_CORAL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRAIN_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BRAIN_CORAL_WALL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREAD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BREAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREWING_STAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BREWING_STAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRICK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BRICK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRICKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BRICK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BRICK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BRICK_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BROWN_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_BED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BROWN_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_CARPET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BROWN_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BROWN_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BROWN_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_DYE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BROWN_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BROWN_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BROWN_MUSHROOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_MUSHROOM_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BROWN_MUSHROOM_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BROWN_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BROWN_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BROWN_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BROWN_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BROWN_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_WOOL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BROWN_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUBBLE_COLUMN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BUBBLE_COLUMN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUBBLE_CORAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BUBBLE_CORAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUBBLE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BUBBLE_CORAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUBBLE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BUBBLE_CORAL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUBBLE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BUBBLE_CORAL_WALL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUCKET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "BY_NAME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#BY_NAME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CACTUS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CACTUS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAKE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAMPFIRE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CAMPFIRE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CARROT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CARROT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CARROTS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CARROTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CARROT_ON_A_STICK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CARROT_ON_A_STICK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CARTOGRAPHY_TABLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CARTOGRAPHY_TABLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CARVED_PUMPKIN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CARVED_PUMPKIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CAT_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAULDRON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CAULDRON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAVE_AIR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CAVE_AIR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAVE_SPIDER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CAVE_SPIDER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHAINMAIL_BOOTS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CHAINMAIL_BOOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHAINMAIL_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CHAINMAIL_CHESTPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHAINMAIL_HELMET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CHAINMAIL_HELMET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHAINMAIL_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CHAINMAIL_LEGGINGS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHAIN_COMMAND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CHAIN_COMMAND_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHARCOAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CHARCOAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHEST_MINECART",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CHEST_MINECART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHICKEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CHICKEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHICKEN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CHICKEN_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHIPPED_ANVIL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CHIPPED_ANVIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHISELED_QUARTZ_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CHISELED_QUARTZ_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHISELED_RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CHISELED_RED_SANDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHISELED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CHISELED_SANDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHISELED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CHISELED_STONE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHORUS_FLOWER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CHORUS_FLOWER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHORUS_FRUIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CHORUS_FRUIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHORUS_PLANT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CHORUS_PLANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CLAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLAY_BALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CLAY_BALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COAL_ORE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COAL_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COARSE_DIRT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COARSE_DIRT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COBBLESTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COBBLESTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COBBLESTONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COBBLESTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COBBLESTONE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COBBLESTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COBBLESTONE_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COBWEB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COBWEB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COCOA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COCOA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COCOA_BEANS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COCOA_BEANS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COD_BUCKET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COD_BUCKET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COD_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COD_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COMMAND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COMMAND_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COMMAND_BLOCK_MINECART",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COMMAND_BLOCK_MINECART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COMPARATOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COMPARATOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COMPASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COMPASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COMPOSTER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COMPOSTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CONDUIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CONDUIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COOKED_BEEF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COOKED_BEEF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COOKED_CHICKEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COOKED_CHICKEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COOKED_COD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COOKED_COD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COOKED_MUTTON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COOKED_MUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COOKED_PORKCHOP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COOKED_PORKCHOP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COOKED_RABBIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COOKED_RABBIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COOKED_SALMON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COOKED_SALMON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COOKIE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COOKIE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CORNFLOWER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CORNFLOWER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COW_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#COW_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRACKED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CRACKED_STONE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRAFTING_TABLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CRAFTING_TABLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREEPER_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CREEPER_BANNER_PATTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREEPER_HEAD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CREEPER_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREEPER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CREEPER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREEPER_WALL_HEAD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CREEPER_WALL_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CROSSBOW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CROSSBOW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CUT_RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CUT_RED_SANDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CUT_RED_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CUT_RED_SANDSTONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CUT_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CUT_SANDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CUT_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CUT_SANDSTONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CYAN_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_BED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CYAN_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_CARPET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CYAN_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CYAN_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CYAN_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_DYE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CYAN_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CYAN_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CYAN_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CYAN_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CYAN_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CYAN_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CYAN_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_WOOL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#CYAN_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DAMAGED_ANVIL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DAMAGED_ANVIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DANDELION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DANDELION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_BOAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DARK_OAK_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_BUTTON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DARK_OAK_BUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DARK_OAK_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_FENCE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DARK_OAK_FENCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DARK_OAK_FENCE_GATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_LEAVES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DARK_OAK_LEAVES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DARK_OAK_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_PLANKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DARK_OAK_PLANKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DARK_OAK_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DARK_OAK_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_SIGN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DARK_OAK_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DARK_OAK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DARK_OAK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DARK_OAK_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DARK_OAK_WALL_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DARK_OAK_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_PRISMARINE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DARK_PRISMARINE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_PRISMARINE_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DARK_PRISMARINE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_PRISMARINE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DARK_PRISMARINE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DAYLIGHT_DETECTOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DAYLIGHT_DETECTOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_BRAIN_CORAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEAD_BRAIN_CORAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_BRAIN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEAD_BRAIN_CORAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_BRAIN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEAD_BRAIN_CORAL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_BRAIN_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEAD_BRAIN_CORAL_WALL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_BUBBLE_CORAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEAD_BUBBLE_CORAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_BUBBLE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEAD_BUBBLE_CORAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_BUBBLE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEAD_BUBBLE_CORAL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_BUBBLE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEAD_BUBBLE_CORAL_WALL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_BUSH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEAD_BUSH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_FIRE_CORAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEAD_FIRE_CORAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_FIRE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEAD_FIRE_CORAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_FIRE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEAD_FIRE_CORAL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_FIRE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEAD_FIRE_CORAL_WALL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_HORN_CORAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEAD_HORN_CORAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_HORN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEAD_HORN_CORAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_HORN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEAD_HORN_CORAL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_HORN_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEAD_HORN_CORAL_WALL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_TUBE_CORAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEAD_TUBE_CORAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_TUBE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEAD_TUBE_CORAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_TUBE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEAD_TUBE_CORAL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_TUBE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEAD_TUBE_CORAL_WALL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEBUG_STICK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DEBUG_STICK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DETECTOR_RAIL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DETECTOR_RAIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DIAMOND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_AXE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DIAMOND_AXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DIAMOND_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_BOOTS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DIAMOND_BOOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DIAMOND_CHESTPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_HELMET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DIAMOND_HELMET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_HOE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DIAMOND_HOE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DIAMOND_HORSE_ARMOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DIAMOND_LEGGINGS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_ORE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DIAMOND_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DIAMOND_PICKAXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DIAMOND_SHOVEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_SWORD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DIAMOND_SWORD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIORITE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DIORITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIORITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DIORITE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIORITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DIORITE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIORITE_WALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DIORITE_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIRT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DIRT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DISPENSER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DISPENSER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOLPHIN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DOLPHIN_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DONKEY_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DONKEY_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRAGON_BREATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DRAGON_BREATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRAGON_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DRAGON_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRAGON_HEAD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DRAGON_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRAGON_WALL_HEAD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DRAGON_WALL_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRIED_KELP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DRIED_KELP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRIED_KELP_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DRIED_KELP_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROPPER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DROPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROWNED_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#DROWNED_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ELDER_GUARDIAN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ELDER_GUARDIAN_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ELYTRA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ELYTRA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EMERALD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#EMERALD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EMERALD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#EMERALD_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EMERALD_ORE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#EMERALD_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENCHANTED_BOOK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ENCHANTED_BOOK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENCHANTED_GOLDEN_APPLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ENCHANTED_GOLDEN_APPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENCHANTING_TABLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ENCHANTING_TABLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDERMAN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ENDERMAN_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDERMITE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ENDERMITE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER_CHEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ENDER_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER_EYE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ENDER_EYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER_PEARL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ENDER_PEARL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_CRYSTAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#END_CRYSTAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_GATEWAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#END_GATEWAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_PORTAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#END_PORTAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_PORTAL_FRAME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#END_PORTAL_FRAME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_ROD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#END_ROD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_STONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#END_STONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#END_STONE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_STONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#END_STONE_BRICK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_STONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#END_STONE_BRICK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_STONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#END_STONE_BRICK_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EVOKER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#EVOKER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPERIENCE_BOTTLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#EXPERIENCE_BOTTLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FARMLAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FARMLAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FEATHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FEATHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FERMENTED_SPIDER_EYE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FERMENTED_SPIDER_EYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FERN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FILLED_MAP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FILLED_MAP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIRE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FIRE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIREWORK_ROCKET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FIREWORK_ROCKET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIREWORK_STAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FIREWORK_STAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIRE_CHARGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FIRE_CHARGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIRE_CORAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FIRE_CORAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIRE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FIRE_CORAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIRE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FIRE_CORAL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIRE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FIRE_CORAL_WALL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FISHING_ROD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FISHING_ROD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLETCHING_TABLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FLETCHING_TABLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLINT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FLINT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLINT_AND_STEEL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FLINT_AND_STEEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLOWER_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FLOWER_BANNER_PATTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLOWER_POT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FLOWER_POT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FOX_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FOX_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FROSTED_ICE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FROSTED_ICE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FURNACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FURNACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FURNACE_MINECART",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#FURNACE_MINECART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GHAST_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GHAST_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GHAST_TEAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GHAST_TEAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLASS_BOTTLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GLASS_BOTTLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLISTERING_MELON_SLICE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GLISTERING_MELON_SLICE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLOBE_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GLOBE_BANNER_PATTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLOWSTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GLOWSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLOWSTONE_DUST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GLOWSTONE_DUST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_APPLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GOLDEN_APPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_AXE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GOLDEN_AXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_BOOTS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GOLDEN_BOOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_CARROT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GOLDEN_CARROT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GOLDEN_CHESTPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_HELMET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GOLDEN_HELMET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_HOE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GOLDEN_HOE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GOLDEN_HORSE_ARMOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GOLDEN_LEGGINGS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GOLDEN_PICKAXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GOLDEN_SHOVEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_SWORD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GOLDEN_SWORD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GOLD_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLD_INGOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GOLD_INGOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLD_NUGGET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GOLD_NUGGET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLD_ORE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GOLD_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRANITE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRANITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRANITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRANITE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRANITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRANITE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRANITE_WALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRANITE_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRASS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRASS_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRASS_PATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRASS_PATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAVEL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRAVEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRAY_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_BED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRAY_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_CARPET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRAY_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRAY_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRAY_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_DYE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRAY_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRAY_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRAY_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRAY_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRAY_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRAY_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRAY_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_WOOL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRAY_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GREEN_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_BED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GREEN_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_CARPET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GREEN_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GREEN_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GREEN_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_DYE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GREEN_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GREEN_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GREEN_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GREEN_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GREEN_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GREEN_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GREEN_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_WOOL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GREEN_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRINDSTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GRINDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GUARDIAN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GUARDIAN_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GUNPOWDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#GUNPOWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HAY_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#HAY_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HEART_OF_THE_SEA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#HEART_OF_THE_SEA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HEAVY_WEIGHTED_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#HEAVY_WEIGHTED_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HONEYCOMB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#HONEYCOMB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HONEYCOMB_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#HONEYCOMB_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HONEY_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#HONEY_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HONEY_BOTTLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#HONEY_BOTTLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HOPPER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#HOPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HOPPER_MINECART",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#HOPPER_MINECART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HORN_CORAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#HORN_CORAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HORN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#HORN_CORAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HORN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#HORN_CORAL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HORN_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#HORN_CORAL_WALL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HORSE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#HORSE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HUSK_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#HUSK_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ICE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ICE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INFESTED_CHISELED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#INFESTED_CHISELED_STONE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INFESTED_COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#INFESTED_COBBLESTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INFESTED_CRACKED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#INFESTED_CRACKED_STONE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INFESTED_MOSSY_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#INFESTED_MOSSY_STONE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INFESTED_STONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#INFESTED_STONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INFESTED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#INFESTED_STONE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INK_SAC",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#INK_SAC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_AXE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#IRON_AXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_BARS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#IRON_BARS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#IRON_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_BOOTS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#IRON_BOOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#IRON_CHESTPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#IRON_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_HELMET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#IRON_HELMET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_HOE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#IRON_HOE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#IRON_HORSE_ARMOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_INGOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#IRON_INGOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#IRON_LEGGINGS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_NUGGET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#IRON_NUGGET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_ORE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#IRON_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#IRON_PICKAXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#IRON_SHOVEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_SWORD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#IRON_SWORD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#IRON_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_FRAME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ITEM_FRAME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JACK_O_LANTERN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#JACK_O_LANTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JIGSAW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#JIGSAW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUKEBOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#JUKEBOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_BOAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#JUNGLE_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#JUNGLE_BUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#JUNGLE_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_FENCE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#JUNGLE_FENCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#JUNGLE_FENCE_GATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_LEAVES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#JUNGLE_LEAVES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_LOG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#JUNGLE_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_PLANKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#JUNGLE_PLANKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#JUNGLE_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_SAPLING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#JUNGLE_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_SIGN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#JUNGLE_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#JUNGLE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#JUNGLE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#JUNGLE_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#JUNGLE_WALL_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_WOOD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#JUNGLE_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "KELP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#KELP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "KELP_PLANT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#KELP_PLANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "KNOWLEDGE_BOOK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#KNOWLEDGE_BOOK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LADDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LADDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LANTERN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LANTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LAPIS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LAPIS_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LAPIS_LAZULI",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LAPIS_LAZULI"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LAPIS_ORE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LAPIS_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LARGE_FERN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LARGE_FERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LAVA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LAVA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LAVA_BUCKET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LAVA_BUCKET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEAD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEATHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEATHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEATHER_BOOTS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEATHER_BOOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEATHER_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEATHER_CHESTPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEATHER_HELMET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEATHER_HELMET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEATHER_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEATHER_HORSE_ARMOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEATHER_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEATHER_LEGGINGS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LECTERN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LECTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ACACIA_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ACACIA_DOOR",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ACACIA_DOOR_ITEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ACACIA_DOOR_ITEM",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ACACIA_FENCE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ACACIA_FENCE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ACACIA_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ACACIA_FENCE_GATE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ACACIA_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ACACIA_STAIRS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ACTIVATOR_RAIL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ACTIVATOR_RAIL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_AIR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_AIR",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ANVIL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ANVIL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_APPLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_APPLE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ARMOR_STAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ARMOR_STAND",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ARROW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ARROW",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BAKED_POTATO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BAKED_POTATO",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BANNER",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BARRIER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BARRIER",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BEACON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BEACON",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BED",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BEDROCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BEDROCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BED_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BED_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BEETROOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BEETROOT",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BEETROOT_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BEETROOT_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BEETROOT_SEEDS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BEETROOT_SEEDS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BEETROOT_SOUP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BEETROOT_SOUP",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BIRCH_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BIRCH_DOOR",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BIRCH_DOOR_ITEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BIRCH_DOOR_ITEM",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BIRCH_FENCE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BIRCH_FENCE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BIRCH_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BIRCH_FENCE_GATE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BIRCH_WOOD_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BIRCH_WOOD_STAIRS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BLACK_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BLACK_GLAZED_TERRACOTTA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BLACK_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BLACK_SHULKER_BOX",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BLAZE_POWDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BLAZE_POWDER",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BLAZE_ROD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BLAZE_ROD",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BLUE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BLUE_GLAZED_TERRACOTTA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BLUE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BLUE_SHULKER_BOX",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BOAT",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOAT_ACACIA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BOAT_ACACIA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOAT_BIRCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BOAT_BIRCH",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOAT_DARK_OAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BOAT_DARK_OAK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOAT_JUNGLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BOAT_JUNGLE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOAT_SPRUCE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BOAT_SPRUCE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BONE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BONE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BONE_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOOK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BOOK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOOKSHELF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BOOKSHELF",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOOK_AND_QUILL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BOOK_AND_QUILL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BOW",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOWL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BOWL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BREAD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BREAD",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BREWING_STAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BREWING_STAND",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BREWING_STAND_ITEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BREWING_STAND_ITEM",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BRICK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BRICK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BRICK_STAIRS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BROWN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BROWN_GLAZED_TERRACOTTA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BROWN_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BROWN_MUSHROOM",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BROWN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BROWN_SHULKER_BOX",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BUCKET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BUCKET",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BURNING_FURNACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_BURNING_FURNACE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CACTUS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CACTUS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CAKE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CAKE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CAKE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CAKE_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CARPET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CARPET",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CARROT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CARROT",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CARROT_ITEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CARROT_ITEM",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CARROT_STICK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CARROT_STICK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CAULDRON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CAULDRON",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CAULDRON_ITEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CAULDRON_ITEM",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CHAINMAIL_BOOTS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CHAINMAIL_BOOTS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CHAINMAIL_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CHAINMAIL_CHESTPLATE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CHAINMAIL_HELMET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CHAINMAIL_HELMET",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CHAINMAIL_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CHAINMAIL_LEGGINGS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CHEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CHEST",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CHORUS_FLOWER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CHORUS_FLOWER",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CHORUS_FRUIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CHORUS_FRUIT",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CHORUS_FRUIT_POPPED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CHORUS_FRUIT_POPPED",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CHORUS_PLANT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CHORUS_PLANT",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CLAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CLAY",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CLAY_BALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CLAY_BALL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CLAY_BRICK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CLAY_BRICK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_COAL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_COAL_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COAL_ORE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_COAL_ORE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_COBBLESTONE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COBBLESTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_COBBLESTONE_STAIRS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COBBLE_WALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_COBBLE_WALL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COCOA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_COCOA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COMMAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_COMMAND",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COMMAND_CHAIN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_COMMAND_CHAIN",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COMMAND_MINECART",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_COMMAND_MINECART",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COMMAND_REPEATING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_COMMAND_REPEATING",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COMPASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_COMPASS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CONCRETE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CONCRETE_POWDER",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COOKED_BEEF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_COOKED_BEEF",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COOKED_CHICKEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_COOKED_CHICKEN",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COOKED_FISH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_COOKED_FISH",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COOKED_MUTTON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_COOKED_MUTTON",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COOKED_RABBIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_COOKED_RABBIT",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COOKIE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_COOKIE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CROPS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CROPS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CYAN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CYAN_GLAZED_TERRACOTTA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CYAN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_CYAN_SHULKER_BOX",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DARK_OAK_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DARK_OAK_DOOR",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DARK_OAK_DOOR_ITEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DARK_OAK_DOOR_ITEM",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DARK_OAK_FENCE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DARK_OAK_FENCE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DARK_OAK_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DARK_OAK_FENCE_GATE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DARK_OAK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DARK_OAK_STAIRS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DAYLIGHT_DETECTOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DAYLIGHT_DETECTOR",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DAYLIGHT_DETECTOR_INVERTED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DAYLIGHT_DETECTOR_INVERTED",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DEAD_BUSH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DEAD_BUSH",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DETECTOR_RAIL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DETECTOR_RAIL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DIAMOND",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_AXE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DIAMOND_AXE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_BARDING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DIAMOND_BARDING",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DIAMOND_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_BOOTS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DIAMOND_BOOTS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DIAMOND_CHESTPLATE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_HELMET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DIAMOND_HELMET",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_HOE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DIAMOND_HOE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DIAMOND_LEGGINGS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_ORE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DIAMOND_ORE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DIAMOND_PICKAXE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_SPADE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DIAMOND_SPADE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_SWORD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DIAMOND_SWORD",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIODE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DIODE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIODE_BLOCK_OFF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DIODE_BLOCK_OFF",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIODE_BLOCK_ON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DIODE_BLOCK_ON",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIRT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DIRT",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DISPENSER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DISPENSER",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DOUBLE_PLANT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DOUBLE_PLANT",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DOUBLE_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DOUBLE_STEP",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DOUBLE_STONE_SLAB2",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DOUBLE_STONE_SLAB2",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DRAGONS_BREATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DRAGONS_BREATH",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DRAGON_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DRAGON_EGG",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DROPPER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_DROPPER",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_EGG",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ELYTRA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ELYTRA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_EMERALD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_EMERALD",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_EMERALD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_EMERALD_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_EMERALD_ORE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_EMERALD_ORE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_EMPTY_MAP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_EMPTY_MAP",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ENCHANTED_BOOK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ENCHANTED_BOOK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ENCHANTMENT_TABLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ENCHANTMENT_TABLE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ENDER_CHEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ENDER_CHEST",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ENDER_PEARL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ENDER_PEARL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ENDER_PORTAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ENDER_PORTAL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ENDER_PORTAL_FRAME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ENDER_PORTAL_FRAME",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ENDER_STONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ENDER_STONE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_END_BRICKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_END_BRICKS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_END_CRYSTAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_END_CRYSTAL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_END_GATEWAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_END_GATEWAY",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_END_ROD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_END_ROD",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_EXPLOSIVE_MINECART",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_EXPLOSIVE_MINECART",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_EXP_BOTTLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_EXP_BOTTLE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_EYE_OF_ENDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_EYE_OF_ENDER",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FEATHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_FEATHER",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FENCE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_FENCE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_FENCE_GATE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FERMENTED_SPIDER_EYE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_FERMENTED_SPIDER_EYE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FIRE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_FIRE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FIREBALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_FIREBALL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FIREWORK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_FIREWORK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FIREWORK_CHARGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_FIREWORK_CHARGE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FISHING_ROD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_FISHING_ROD",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FLINT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_FLINT",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FLINT_AND_STEEL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_FLINT_AND_STEEL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FLOWER_POT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_FLOWER_POT",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FLOWER_POT_ITEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_FLOWER_POT_ITEM",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FROSTED_ICE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_FROSTED_ICE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FURNACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_FURNACE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GHAST_TEAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GHAST_TEAR",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GLASS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GLASS_BOTTLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GLASS_BOTTLE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GLOWING_REDSTONE_ORE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GLOWING_REDSTONE_ORE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GLOWSTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GLOWSTONE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GLOWSTONE_DUST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GLOWSTONE_DUST",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLDEN_APPLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GOLDEN_APPLE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLDEN_CARROT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GOLDEN_CARROT",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_AXE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GOLD_AXE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_BARDING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GOLD_BARDING",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GOLD_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_BOOTS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GOLD_BOOTS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GOLD_CHESTPLATE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_HELMET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GOLD_HELMET",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_HOE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GOLD_HOE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_INGOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GOLD_INGOT",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GOLD_LEGGINGS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_NUGGET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GOLD_NUGGET",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_ORE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GOLD_ORE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GOLD_PICKAXE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_PLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GOLD_PLATE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_RECORD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GOLD_RECORD",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_SPADE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GOLD_SPADE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_SWORD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GOLD_SWORD",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GRASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GRASS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GRASS_PATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GRASS_PATH",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GRAVEL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GRAVEL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GRAY_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GRAY_GLAZED_TERRACOTTA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GRAY_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GRAY_SHULKER_BOX",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GREEN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GREEN_GLAZED_TERRACOTTA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GREEN_RECORD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GREEN_RECORD",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GREEN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GREEN_SHULKER_BOX",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GRILLED_PORK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_GRILLED_PORK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_HARD_CLAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_HARD_CLAY",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_HAY_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_HAY_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_HOPPER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_HOPPER",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_HOPPER_MINECART",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_HOPPER_MINECART",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_HUGE_MUSHROOM_1",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_HUGE_MUSHROOM_1",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_HUGE_MUSHROOM_2",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_HUGE_MUSHROOM_2",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ICE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ICE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_INK_SACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_INK_SACK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_AXE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_IRON_AXE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_BARDING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_IRON_BARDING",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_IRON_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_BOOTS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_IRON_BOOTS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_IRON_CHESTPLATE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_IRON_DOOR",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_DOOR_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_IRON_DOOR_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_FENCE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_IRON_FENCE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_HELMET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_IRON_HELMET",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_HOE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_IRON_HOE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_INGOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_IRON_INGOT",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_IRON_LEGGINGS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_NUGGET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_IRON_NUGGET",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_ORE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_IRON_ORE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_IRON_PICKAXE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_PLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_IRON_PLATE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_SPADE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_IRON_SPADE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_SWORD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_IRON_SWORD",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_IRON_TRAPDOOR",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ITEM_FRAME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ITEM_FRAME",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_JACK_O_LANTERN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_JACK_O_LANTERN",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_JUKEBOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_JUKEBOX",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_JUNGLE_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_JUNGLE_DOOR",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_JUNGLE_DOOR_ITEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_JUNGLE_DOOR_ITEM",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_JUNGLE_FENCE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_JUNGLE_FENCE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_JUNGLE_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_JUNGLE_FENCE_GATE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_JUNGLE_WOOD_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_JUNGLE_WOOD_STAIRS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_KNOWLEDGE_BOOK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_KNOWLEDGE_BOOK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LADDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LADDER",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LAPIS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LAPIS_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LAPIS_ORE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LAPIS_ORE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LAVA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LAVA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LAVA_BUCKET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LAVA_BUCKET",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LEASH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LEASH",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LEATHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LEATHER",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LEATHER_BOOTS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LEATHER_BOOTS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LEATHER_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LEATHER_CHESTPLATE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LEATHER_HELMET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LEATHER_HELMET",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LEATHER_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LEATHER_LEGGINGS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LEAVES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LEAVES",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LEAVES_2",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LEAVES_2",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LEVER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LEVER",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LIGHT_BLUE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LIGHT_BLUE_GLAZED_TERRACOTTA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LIGHT_BLUE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LIGHT_BLUE_SHULKER_BOX",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LIME_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LIME_GLAZED_TERRACOTTA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LIME_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LIME_SHULKER_BOX",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LINGERING_POTION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LINGERING_POTION",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LOG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LOG",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LOG_2",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LOG_2",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LONG_GRASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_LONG_GRASS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MAGENTA_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_MAGENTA_GLAZED_TERRACOTTA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MAGENTA_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_MAGENTA_SHULKER_BOX",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MAGMA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_MAGMA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MAGMA_CREAM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_MAGMA_CREAM",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MAP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_MAP",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MELON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_MELON",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MELON_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_MELON_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MELON_SEEDS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_MELON_SEEDS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MELON_STEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_MELON_STEM",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MILK_BUCKET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_MILK_BUCKET",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MINECART",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_MINECART",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MOB_SPAWNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_MOB_SPAWNER",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MONSTER_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_MONSTER_EGG",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MONSTER_EGGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_MONSTER_EGGS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MOSSY_COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_MOSSY_COBBLESTONE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MUSHROOM_SOUP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_MUSHROOM_SOUP",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MUTTON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_MUTTON",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MYCEL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_MYCEL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NAME_TAG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_NAME_TAG",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NETHERRACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_NETHERRACK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NETHER_BRICK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_NETHER_BRICK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NETHER_BRICK_ITEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_NETHER_BRICK_ITEM",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NETHER_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_NETHER_BRICK_STAIRS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NETHER_FENCE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_NETHER_FENCE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NETHER_STALK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_NETHER_STALK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NETHER_STAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_NETHER_STAR",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NETHER_WARTS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_NETHER_WARTS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NETHER_WART_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_NETHER_WART_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NOTE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_NOTE_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_OBSERVER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_OBSERVER",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_OBSIDIAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_OBSIDIAN",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ORANGE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ORANGE_GLAZED_TERRACOTTA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ORANGE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ORANGE_SHULKER_BOX",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PACKED_ICE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PACKED_ICE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PAINTING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PAINTING",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PAPER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PAPER",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PINK_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PINK_GLAZED_TERRACOTTA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PINK_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PINK_SHULKER_BOX",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PISTON_BASE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PISTON_BASE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PISTON_EXTENSION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PISTON_EXTENSION",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PISTON_MOVING_PIECE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PISTON_MOVING_PIECE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PISTON_STICKY_BASE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PISTON_STICKY_BASE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_POISONOUS_POTATO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_POISONOUS_POTATO",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PORK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PORK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PORTAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PORTAL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_POTATO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_POTATO",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_POTATO_ITEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_POTATO_ITEM",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_POTION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_POTION",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_POWERED_MINECART",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_POWERED_MINECART",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_POWERED_RAIL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_POWERED_RAIL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "LEGACY_PREFIX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PREFIX",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PRISMARINE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PRISMARINE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PRISMARINE_CRYSTALS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PRISMARINE_CRYSTALS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PRISMARINE_SHARD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PRISMARINE_SHARD",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PUMPKIN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PUMPKIN",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PUMPKIN_PIE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PUMPKIN_PIE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PUMPKIN_SEEDS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PUMPKIN_SEEDS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PUMPKIN_STEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PUMPKIN_STEM",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PURPLE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PURPLE_GLAZED_TERRACOTTA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PURPLE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PURPLE_SHULKER_BOX",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PURPUR_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PURPUR_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PURPUR_DOUBLE_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PURPUR_DOUBLE_SLAB",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PURPUR_PILLAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PURPUR_PILLAR",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PURPUR_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PURPUR_SLAB",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PURPUR_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_PURPUR_STAIRS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_QUARTZ",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_QUARTZ",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_QUARTZ_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_QUARTZ_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_QUARTZ_ORE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_QUARTZ_ORE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_QUARTZ_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_QUARTZ_STAIRS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RABBIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RABBIT",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RABBIT_FOOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RABBIT_FOOT",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RABBIT_HIDE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RABBIT_HIDE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RABBIT_STEW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RABBIT_STEW",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RAILS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RAILS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RAW_BEEF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RAW_BEEF",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RAW_CHICKEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RAW_CHICKEN",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RAW_FISH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RAW_FISH",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RECORD_10",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RECORD_10",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RECORD_11",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RECORD_11",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RECORD_12",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RECORD_12",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RECORD_3",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RECORD_3",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RECORD_4",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RECORD_4",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RECORD_5",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RECORD_5",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RECORD_6",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RECORD_6",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RECORD_7",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RECORD_7",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RECORD_8",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RECORD_8",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RECORD_9",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RECORD_9",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_REDSTONE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_REDSTONE_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE_COMPARATOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_REDSTONE_COMPARATOR",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE_COMPARATOR_OFF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_REDSTONE_COMPARATOR_OFF",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE_COMPARATOR_ON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_REDSTONE_COMPARATOR_ON",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE_LAMP_OFF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_REDSTONE_LAMP_OFF",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE_LAMP_ON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_REDSTONE_LAMP_ON",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE_ORE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_REDSTONE_ORE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE_TORCH_OFF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_REDSTONE_TORCH_OFF",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE_TORCH_ON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_REDSTONE_TORCH_ON",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE_WIRE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_REDSTONE_WIRE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RED_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RED_GLAZED_TERRACOTTA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RED_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RED_MUSHROOM",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RED_NETHER_BRICK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RED_NETHER_BRICK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RED_ROSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RED_ROSE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RED_SANDSTONE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RED_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RED_SANDSTONE_STAIRS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RED_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_RED_SHULKER_BOX",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ROTTEN_FLESH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_ROTTEN_FLESH",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SADDLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SADDLE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SAND",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SANDSTONE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SANDSTONE_STAIRS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SAPLING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SAPLING",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SEA_LANTERN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SEA_LANTERN",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SEEDS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SEEDS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SHEARS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SHEARS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SHIELD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SHIELD",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SHULKER_SHELL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SHULKER_SHELL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SIGN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SIGN",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SIGN_POST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SIGN_POST",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SILVER_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SILVER_GLAZED_TERRACOTTA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SILVER_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SILVER_SHULKER_BOX",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SKULL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SKULL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SKULL_ITEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SKULL_ITEM",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SLIME_BALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SLIME_BALL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SLIME_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SLIME_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SMOOTH_BRICK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SMOOTH_BRICK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SMOOTH_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SMOOTH_STAIRS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SNOW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SNOW",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SNOW_BALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SNOW_BALL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SNOW_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SNOW_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SOIL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SOIL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SOUL_SAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SOUL_SAND",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SPECKLED_MELON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SPECKLED_MELON",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SPECTRAL_ARROW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SPECTRAL_ARROW",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SPIDER_EYE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SPIDER_EYE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SPLASH_POTION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SPLASH_POTION",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SPONGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SPONGE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SPRUCE_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SPRUCE_DOOR",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SPRUCE_DOOR_ITEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SPRUCE_DOOR_ITEM",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SPRUCE_FENCE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SPRUCE_FENCE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SPRUCE_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SPRUCE_FENCE_GATE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SPRUCE_WOOD_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SPRUCE_WOOD_STAIRS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STAINED_CLAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_STAINED_CLAY",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_STAINED_GLASS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_STAINED_GLASS_PANE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STANDING_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_STANDING_BANNER",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STATIONARY_LAVA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_STATIONARY_LAVA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STATIONARY_WATER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_STATIONARY_WATER",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_STEP",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STICK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_STICK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_STONE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STONE_AXE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_STONE_AXE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STONE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_STONE_BUTTON",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STONE_HOE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_STONE_HOE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STONE_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_STONE_PICKAXE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STONE_PLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_STONE_PLATE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STONE_SLAB2",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_STONE_SLAB2",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STONE_SPADE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_STONE_SPADE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STONE_SWORD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_STONE_SWORD",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STORAGE_MINECART",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_STORAGE_MINECART",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STRING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_STRING",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STRUCTURE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_STRUCTURE_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STRUCTURE_VOID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_STRUCTURE_VOID",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SUGAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SUGAR",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SUGAR_CANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SUGAR_CANE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SUGAR_CANE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SUGAR_CANE_BLOCK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SULPHUR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_SULPHUR",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_THIN_GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_THIN_GLASS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_TIPPED_ARROW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_TIPPED_ARROW",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_TNT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_TNT",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_TORCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_TORCH",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_TOTEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_TOTEM",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_TRAPPED_CHEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_TRAPPED_CHEST",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_TRAP_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_TRAP_DOOR",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_TRIPWIRE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_TRIPWIRE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_TRIPWIRE_HOOK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_TRIPWIRE_HOOK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_VINE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_VINE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WALL_BANNER",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WALL_SIGN",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WATCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WATCH",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WATER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WATER",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WATER_BUCKET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WATER_BUCKET",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WATER_LILY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WATER_LILY",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WEB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WEB",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WHEAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WHEAT",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WHITE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WHITE_GLAZED_TERRACOTTA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WHITE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WHITE_SHULKER_BOX",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WOOD",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOODEN_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WOODEN_DOOR",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_AXE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WOOD_AXE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_BUTTON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WOOD_BUTTON",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WOOD_DOOR",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_DOUBLE_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WOOD_DOUBLE_STEP",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_HOE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WOOD_HOE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WOOD_PICKAXE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_PLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WOOD_PLATE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_SPADE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WOOD_SPADE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WOOD_STAIRS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WOOD_STEP",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_SWORD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WOOD_SWORD",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WOOL",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WORKBENCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WORKBENCH",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WRITTEN_BOOK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_WRITTEN_BOOK",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_YELLOW_FLOWER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_YELLOW_FLOWER",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_YELLOW_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_YELLOW_GLAZED_TERRACOTTA",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_YELLOW_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEGACY_YELLOW_SHULKER_BOX",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEVER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LEVER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_BLUE_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_BED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_BLUE_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_CARPET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_BLUE_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_BLUE_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_BLUE_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_DYE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_BLUE_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_BLUE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_BLUE_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_BLUE_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_BLUE_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_BLUE_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_BLUE_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_WOOL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_BLUE_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_GRAY_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_BED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_GRAY_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_CARPET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_GRAY_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_GRAY_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_GRAY_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_DYE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_GRAY_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_GRAY_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_GRAY_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_GRAY_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_GRAY_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_GRAY_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_GRAY_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_WOOL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_GRAY_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_WEIGHTED_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIGHT_WEIGHTED_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LILAC",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LILAC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LILY_OF_THE_VALLEY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LILY_OF_THE_VALLEY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LILY_PAD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LILY_PAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIME_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_BED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIME_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_CARPET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIME_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIME_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIME_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_DYE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIME_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIME_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIME_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIME_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIME_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIME_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIME_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_WOOL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LIME_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LINGERING_POTION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LINGERING_POTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LLAMA_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LLAMA_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LOOM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#LOOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MAGENTA_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_BED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MAGENTA_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_CARPET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MAGENTA_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MAGENTA_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MAGENTA_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_DYE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MAGENTA_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MAGENTA_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MAGENTA_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MAGENTA_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MAGENTA_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MAGENTA_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MAGENTA_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_WOOL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MAGENTA_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGMA_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MAGMA_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGMA_CREAM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MAGMA_CREAM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGMA_CUBE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MAGMA_CUBE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MAP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MELON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MELON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MELON_SEEDS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MELON_SEEDS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MELON_SLICE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MELON_SLICE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MELON_STEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MELON_STEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MILK_BUCKET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MILK_BUCKET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MINECART",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MINECART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOJANG_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MOJANG_BANNER_PATTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOOSHROOM_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MOOSHROOM_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOSSY_COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MOSSY_COBBLESTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOSSY_COBBLESTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MOSSY_COBBLESTONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOSSY_COBBLESTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MOSSY_COBBLESTONE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOSSY_COBBLESTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MOSSY_COBBLESTONE_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOSSY_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MOSSY_STONE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOSSY_STONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MOSSY_STONE_BRICK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOSSY_STONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MOSSY_STONE_BRICK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOSSY_STONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MOSSY_STONE_BRICK_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOVING_PISTON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MOVING_PISTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MULE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MULE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSHROOM_STEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MUSHROOM_STEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSHROOM_STEW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MUSHROOM_STEW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_11",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MUSIC_DISC_11"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_13",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MUSIC_DISC_13"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MUSIC_DISC_BLOCKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_CAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MUSIC_DISC_CAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_CHIRP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MUSIC_DISC_CHIRP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_FAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MUSIC_DISC_FAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_MALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MUSIC_DISC_MALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_MELLOHI",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MUSIC_DISC_MELLOHI"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_STAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MUSIC_DISC_STAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_STRAD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MUSIC_DISC_STRAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_WAIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MUSIC_DISC_WAIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_WARD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MUSIC_DISC_WARD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUTTON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MYCELIUM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#MYCELIUM"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Material(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/Material.html#Material(int,int,Class)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Material(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "durability"
              },
              {
                "kind": "PARAMETER",
                "name": "id"
              },
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#Material(int,int,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Material(int,int,int,Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "durability"
              },
              {
                "kind": "PARAMETER",
                "name": "id"
              },
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#Material(int,int,int,Class)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NAME_TAG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#NAME_TAG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NAUTILUS_SHELL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#NAUTILUS_SHELL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHERRACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#NETHERRACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_BRICK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#NETHER_BRICK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#NETHER_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_BRICK_FENCE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#NETHER_BRICK_FENCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#NETHER_BRICK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#NETHER_BRICK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#NETHER_BRICK_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_PORTAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#NETHER_PORTAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_QUARTZ_ORE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#NETHER_QUARTZ_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_STAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#NETHER_STAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_WART",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#NETHER_WART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_WART_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#NETHER_WART_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NOTE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#NOTE_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_BOAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#OAK_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_BUTTON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#OAK_BUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#OAK_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_FENCE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#OAK_FENCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#OAK_FENCE_GATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_LEAVES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#OAK_LEAVES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#OAK_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_PLANKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#OAK_PLANKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#OAK_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#OAK_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_SIGN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#OAK_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#OAK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#OAK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#OAK_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#OAK_WALL_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#OAK_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OBSERVER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#OBSERVER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OBSIDIAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#OBSIDIAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OCELOT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#OCELOT_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ORANGE_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_BED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ORANGE_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_CARPET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ORANGE_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ORANGE_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ORANGE_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_DYE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ORANGE_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ORANGE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ORANGE_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ORANGE_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ORANGE_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ORANGE_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_TULIP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ORANGE_TULIP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ORANGE_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_WOOL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ORANGE_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OXEYE_DAISY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#OXEYE_DAISY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PACKED_ICE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PACKED_ICE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PAINTING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PAINTING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PANDA_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PANDA_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PAPER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PAPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PARROT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PARROT_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PEONY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PEONY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PETRIFIED_OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PETRIFIED_OAK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PHANTOM_MEMBRANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PHANTOM_MEMBRANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PHANTOM_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PHANTOM_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIG_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PIG_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PILLAGER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PILLAGER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PINK_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_BED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PINK_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_CARPET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PINK_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PINK_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PINK_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_DYE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PINK_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PINK_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PINK_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PINK_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PINK_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PINK_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_TULIP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PINK_TULIP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PINK_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_WOOL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PINK_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PISTON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PISTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PISTON_HEAD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PISTON_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAYER_HEAD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PLAYER_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAYER_WALL_HEAD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PLAYER_WALL_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PODZOL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PODZOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POISONOUS_POTATO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POISONOUS_POTATO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLAR_BEAR_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POLAR_BEAR_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_ANDESITE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POLISHED_ANDESITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_ANDESITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POLISHED_ANDESITE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_ANDESITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POLISHED_ANDESITE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_DIORITE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POLISHED_DIORITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_DIORITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POLISHED_DIORITE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_DIORITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POLISHED_DIORITE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_GRANITE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POLISHED_GRANITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_GRANITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POLISHED_GRANITE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_GRANITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POLISHED_GRANITE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POPPED_CHORUS_FRUIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POPPED_CHORUS_FRUIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POPPY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POPPY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PORKCHOP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PORKCHOP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTATO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTATO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTATOES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTATOES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_ACACIA_SAPLING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_ACACIA_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_ALLIUM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_ALLIUM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_AZURE_BLUET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_AZURE_BLUET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_BAMBOO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_BAMBOO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_BIRCH_SAPLING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_BIRCH_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_BLUE_ORCHID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_BLUE_ORCHID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_BROWN_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_BROWN_MUSHROOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_CACTUS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_CACTUS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_CORNFLOWER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_CORNFLOWER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_DANDELION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_DANDELION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_DARK_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_DARK_OAK_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_DEAD_BUSH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_DEAD_BUSH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_FERN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_FERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_JUNGLE_SAPLING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_JUNGLE_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_LILY_OF_THE_VALLEY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_LILY_OF_THE_VALLEY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_OAK_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_ORANGE_TULIP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_ORANGE_TULIP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_OXEYE_DAISY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_OXEYE_DAISY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_PINK_TULIP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_PINK_TULIP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_POPPY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_POPPY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_RED_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_RED_MUSHROOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_RED_TULIP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_RED_TULIP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_SPRUCE_SAPLING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_SPRUCE_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_WHITE_TULIP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_WHITE_TULIP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_WITHER_ROSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POTTED_WITHER_ROSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POWERED_RAIL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#POWERED_RAIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PRISMARINE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PRISMARINE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PRISMARINE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PRISMARINE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PRISMARINE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PRISMARINE_BRICK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PRISMARINE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PRISMARINE_BRICK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PRISMARINE_CRYSTALS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PRISMARINE_CRYSTALS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PRISMARINE_SHARD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PRISMARINE_SHARD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PRISMARINE_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PRISMARINE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PRISMARINE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PRISMARINE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PRISMARINE_WALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PRISMARINE_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PUFFERFISH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PUFFERFISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PUFFERFISH_BUCKET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PUFFERFISH_BUCKET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PUFFERFISH_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PUFFERFISH_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PUMPKIN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PUMPKIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PUMPKIN_PIE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PUMPKIN_PIE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PUMPKIN_SEEDS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PUMPKIN_SEEDS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PUMPKIN_STEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PUMPKIN_STEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PURPLE_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_BED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PURPLE_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_CARPET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PURPLE_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PURPLE_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PURPLE_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_DYE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PURPLE_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PURPLE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PURPLE_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PURPLE_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PURPLE_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PURPLE_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PURPLE_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_WOOL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PURPLE_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPUR_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PURPUR_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPUR_PILLAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PURPUR_PILLAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPUR_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PURPUR_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPUR_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#PURPUR_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "QUARTZ",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#QUARTZ"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "QUARTZ_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#QUARTZ_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "QUARTZ_PILLAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#QUARTZ_PILLAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "QUARTZ_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#QUARTZ_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "QUARTZ_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#QUARTZ_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RABBIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RABBIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RABBIT_FOOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RABBIT_FOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RABBIT_HIDE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RABBIT_HIDE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RABBIT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RABBIT_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RABBIT_STEW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RABBIT_STEW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAIL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RAIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAVAGER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RAVAGER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDSTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#REDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDSTONE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#REDSTONE_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDSTONE_LAMP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#REDSTONE_LAMP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDSTONE_ORE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#REDSTONE_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDSTONE_TORCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#REDSTONE_TORCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDSTONE_WALL_TORCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#REDSTONE_WALL_TORCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDSTONE_WIRE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#REDSTONE_WIRE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_BED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_CARPET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_DYE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_MUSHROOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_MUSHROOM_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_MUSHROOM_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_NETHER_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_NETHER_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_NETHER_BRICK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_NETHER_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_NETHER_BRICK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_NETHER_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_NETHER_BRICK_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_SAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_SAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_SANDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_SANDSTONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_SANDSTONE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_SANDSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_SANDSTONE_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_TULIP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_TULIP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_WOOL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#RED_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REPEATER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#REPEATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REPEATING_COMMAND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#REPEATING_COMMAND_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ROSE_BUSH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ROSE_BUSH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ROTTEN_FLESH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ROTTEN_FLESH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SADDLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SADDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SALMON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SALMON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SALMON_BUCKET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SALMON_BUCKET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SALMON_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SALMON_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SANDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SANDSTONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SANDSTONE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SANDSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SANDSTONE_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SCAFFOLDING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SCAFFOLDING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SCUTE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SCUTE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SEAGRASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SEAGRASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SEA_LANTERN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SEA_LANTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SEA_PICKLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SEA_PICKLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SHEARS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SHEEP_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHIELD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SHIELD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHULKER_SHELL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SHULKER_SHELL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHULKER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SHULKER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SILVERFISH_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SILVERFISH_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKELETON_HORSE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SKELETON_HORSE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKELETON_SKULL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SKELETON_SKULL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKELETON_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SKELETON_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKELETON_WALL_SKULL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SKELETON_WALL_SKULL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKULL_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SKULL_BANNER_PATTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SLIME_BALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SLIME_BALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SLIME_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SLIME_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SLIME_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SLIME_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMITHING_TABLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SMITHING_TABLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOKER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SMOKER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_QUARTZ",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SMOOTH_QUARTZ"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_QUARTZ_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SMOOTH_QUARTZ_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_QUARTZ_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SMOOTH_QUARTZ_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SMOOTH_RED_SANDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_RED_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SMOOTH_RED_SANDSTONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_RED_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SMOOTH_RED_SANDSTONE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SMOOTH_SANDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SMOOTH_SANDSTONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SMOOTH_SANDSTONE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_STONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SMOOTH_STONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_STONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SMOOTH_STONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SNOW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOWBALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SNOWBALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOW_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SNOW_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUL_SAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SOUL_SAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPAWNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPAWNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPECTRAL_ARROW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPECTRAL_ARROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPIDER_EYE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPIDER_EYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPIDER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPIDER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPLASH_POTION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPLASH_POTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPONGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPONGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_BOAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPRUCE_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPRUCE_BUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPRUCE_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_FENCE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPRUCE_FENCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPRUCE_FENCE_GATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_LEAVES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPRUCE_LEAVES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_LOG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPRUCE_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_PLANKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPRUCE_PLANKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPRUCE_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_SAPLING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPRUCE_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_SIGN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPRUCE_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPRUCE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPRUCE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPRUCE_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPRUCE_WALL_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_WOOD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SPRUCE_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SQUID_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SQUID_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STICK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STICK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STICKY_PISTON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STICKY_PISTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONECUTTER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STONECUTTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_AXE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STONE_AXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STONE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STONE_BRICK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STONE_BRICK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STONE_BRICK_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STONE_BUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_HOE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STONE_HOE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STONE_PICKAXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STONE_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STONE_SHOVEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STONE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_SWORD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STONE_SWORD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRAY_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STRAY_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STRING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_ACACIA_LOG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STRIPPED_ACACIA_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_ACACIA_WOOD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STRIPPED_ACACIA_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_BIRCH_LOG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STRIPPED_BIRCH_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_BIRCH_WOOD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STRIPPED_BIRCH_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_DARK_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STRIPPED_DARK_OAK_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_DARK_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STRIPPED_DARK_OAK_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_JUNGLE_LOG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STRIPPED_JUNGLE_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_JUNGLE_WOOD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STRIPPED_JUNGLE_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STRIPPED_OAK_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STRIPPED_OAK_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_SPRUCE_LOG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STRIPPED_SPRUCE_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_SPRUCE_WOOD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STRIPPED_SPRUCE_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRUCTURE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STRUCTURE_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRUCTURE_VOID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#STRUCTURE_VOID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SUGAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SUGAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SUGAR_CANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SUGAR_CANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SUNFLOWER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SUNFLOWER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SUSPICIOUS_STEW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SUSPICIOUS_STEW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SWEET_BERRIES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SWEET_BERRIES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SWEET_BERRY_BUSH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#SWEET_BERRY_BUSH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TALL_GRASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TALL_GRASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TALL_SEAGRASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TALL_SEAGRASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TIPPED_ARROW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TIPPED_ARROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TNT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TNT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TNT_MINECART",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TNT_MINECART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TORCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TORCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TOTEM_OF_UNDYING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TOTEM_OF_UNDYING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRADER_LLAMA_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TRADER_LLAMA_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRAPPED_CHEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TRAPPED_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIDENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TRIDENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIPWIRE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TRIPWIRE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIPWIRE_HOOK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TRIPWIRE_HOOK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TROPICAL_FISH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TROPICAL_FISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TROPICAL_FISH_BUCKET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TROPICAL_FISH_BUCKET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TROPICAL_FISH_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TROPICAL_FISH_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TUBE_CORAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TUBE_CORAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TUBE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TUBE_CORAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TUBE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TUBE_CORAL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TUBE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TUBE_CORAL_WALL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TURTLE_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TURTLE_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TURTLE_HELMET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TURTLE_HELMET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TURTLE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#TURTLE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VEX_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#VEX_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#VILLAGER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VINDICATOR_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#VINDICATOR_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VINE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#VINE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VOID_AIR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#VOID_AIR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WALL_TORCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WALL_TORCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WANDERING_TRADER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WANDERING_TRADER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WATER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WATER_BUCKET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WATER_BUCKET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WET_SPONGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WET_SPONGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHEAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WHEAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHEAT_SEEDS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WHEAT_SEEDS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WHITE_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_BED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WHITE_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_CARPET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WHITE_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WHITE_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WHITE_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_DYE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WHITE_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WHITE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WHITE_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WHITE_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WHITE_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WHITE_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_TULIP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WHITE_TULIP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WHITE_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_WOOL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WHITE_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITCH_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WITCH_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER_ROSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WITHER_ROSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER_SKELETON_SKULL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WITHER_SKELETON_SKULL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER_SKELETON_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WITHER_SKELETON_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER_SKELETON_WALL_SKULL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WITHER_SKELETON_WALL_SKULL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOLF_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WOLF_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOODEN_AXE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WOODEN_AXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOODEN_HOE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WOODEN_HOE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOODEN_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WOODEN_PICKAXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOODEN_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WOODEN_SHOVEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOODEN_SWORD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WOODEN_SWORD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WRITABLE_BOOK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WRITABLE_BOOK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WRITTEN_BOOK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#WRITTEN_BOOK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#YELLOW_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_BED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#YELLOW_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_CARPET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#YELLOW_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#YELLOW_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#YELLOW_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_DYE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#YELLOW_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#YELLOW_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#YELLOW_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#YELLOW_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#YELLOW_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#YELLOW_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#YELLOW_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_WOOL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#YELLOW_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_HEAD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ZOMBIE_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_HORSE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ZOMBIE_HORSE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_PIGMAN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ZOMBIE_PIGMAN_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ZOMBIE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_VILLAGER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ZOMBIE_VILLAGER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_WALL_HEAD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ZOMBIE_WALL_HEAD"
          },
          {
            "kind": "METHOD",
            "name": "createBlockData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#createBlockData()"
          },
          {
            "kind": "METHOD",
            "name": "createBlockData(Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "consumer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#createBlockData(Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "createBlockData(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#createBlockData(String)"
          },
          {
            "kind": "FIELD",
            "name": "ctor",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#ctor"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#data"
          },
          {
            "kind": "FIELD",
            "name": "durability",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#durability"
          },
          {
            "kind": "METHOD",
            "name": "getBlastResistance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#getBlastResistance()"
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#getData()"
          },
          {
            "kind": "METHOD",
            "name": "getHardness()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#getHardness()"
          },
          {
            "kind": "METHOD",
            "name": "getId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#getId()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getMaterial(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/Material.html#getMaterial(String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getMaxDurability()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#getMaxDurability()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxStackSize()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#getMaxStackSize()"
          },
          {
            "kind": "METHOD",
            "name": "getNewData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "raw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#getNewData(byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hasGravity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#hasGravity()"
          },
          {
            "kind": "FIELD",
            "name": "id",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#id"
          },
          {
            "kind": "METHOD",
            "name": "isAir()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#isAir()"
          },
          {
            "kind": "METHOD",
            "name": "isBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#isBlock()"
          },
          {
            "kind": "METHOD",
            "name": "isBurnable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#isBurnable()"
          },
          {
            "kind": "METHOD",
            "name": "isEdible()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#isEdible()"
          },
          {
            "kind": "METHOD",
            "name": "isEmpty()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#isEmpty()"
          },
          {
            "kind": "METHOD",
            "name": "isFlammable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#isFlammable()"
          },
          {
            "kind": "METHOD",
            "name": "isFuel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#isFuel()"
          },
          {
            "kind": "METHOD",
            "name": "isInteractable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#isInteractable()"
          },
          {
            "kind": "METHOD",
            "name": "isItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#isItem()"
          },
          {
            "kind": "METHOD",
            "name": "isLegacy()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#isLegacy()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isOccluding()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#isOccluding()"
          },
          {
            "kind": "METHOD",
            "name": "isRecord()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#isRecord()"
          },
          {
            "kind": "METHOD",
            "name": "isSolid()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#isSolid()"
          },
          {
            "kind": "METHOD",
            "name": "isTransparent()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#isTransparent()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#key"
          },
          {
            "kind": "FIELD",
            "name": "legacy",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#legacy"
          },
          {
            "kind": "METHOD",
            "name": "matchMaterial(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/Material.html#matchMaterial(String,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "maxStack",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#maxStack"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Material.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.Nameable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCustomName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Nameable.html#getCustomName()"
          },
          {
            "kind": "METHOD",
            "name": "setCustomName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Nameable.html#setCustomName(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Nameable.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.NamespacedKey",
        "children": [
          {
            "kind": "FIELD",
            "name": "BUKKIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/NamespacedKey.html#BUKKIT"
          },
          {
            "kind": "FIELD",
            "name": "MINECRAFT",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/NamespacedKey.html#NamespacedKey(String,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "VALID_KEY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/NamespacedKey.html#VALID_KEY"
          },
          {
            "kind": "FIELD",
            "name": "VALID_NAMESPACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/NamespacedKey.html#VALID_NAMESPACE"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/NamespacedKey.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/NamespacedKey.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getNamespace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/NamespacedKey.html#getNamespace()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/NamespacedKey.html#hashCode()"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/NamespacedKey.html#key"
          },
          {
            "kind": "METHOD",
            "name": "minecraft(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/NamespacedKey.html#minecraft(String)"
          },
          {
            "kind": "FIELD",
            "name": "namespace",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/NamespacedKey.html#namespace"
          },
          {
            "kind": "METHOD",
            "name": "randomKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/NamespacedKey.html#randomKey()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/NamespacedKey.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/NamespacedKey.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.NetherWartsState",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "NetherWartsState()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/NetherWartsState.html#NetherWartsState()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RIPE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/NetherWartsState.html#RIPE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SEEDED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/NetherWartsState.html#SEEDED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STAGE_ONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/NetherWartsState.html#STAGE_ONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STAGE_TWO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/NetherWartsState.html#STAGE_TWO"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/NetherWartsState.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/NetherWartsState.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/NetherWartsState.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.Note",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Note(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "note"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/Note.html#flat(int,Tone)"
          },
          {
            "kind": "METHOD",
            "name": "flattened()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note.html#flattened()"
          },
          {
            "kind": "METHOD",
            "name": "getId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note.html#getId()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getOctave()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note.html#getOctave()"
          },
          {
            "kind": "METHOD",
            "name": "getTone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note.html#getTone()"
          },
          {
            "kind": "METHOD",
            "name": "getToneByte()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note.html#getToneByte()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "isSharped()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/Note.html#natural(int,Tone)"
          },
          {
            "kind": "FIELD",
            "name": "note",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/Note/Tone.html#A"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "B",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note/Tone.html#B"
              },
              {
                "kind": "FIELD",
                "name": "BY_DATA",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note/Tone.html#BY_DATA"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "C",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note/Tone.html#C"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "D",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note/Tone.html#D"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "E",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note/Tone.html#E"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "F",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note/Tone.html#F"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "G",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note/Tone.html#G"
              },
              {
                "kind": "FIELD",
                "name": "TONES_COUNT",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/Note/Tone.html#Tone(int,boolean)"
              },
              {
                "kind": "METHOD",
                "name": "getById(byte)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "id"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note/Tone.html#getById(byte)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "getId()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note/Tone.html#getId()",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "getId(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "sharped"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note/Tone.html#getId(boolean)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "FIELD",
                "name": "id",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note/Tone.html#id"
              },
              {
                "kind": "METHOD",
                "name": "isSharpable()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note/Tone.html#isSharpable()"
              },
              {
                "kind": "METHOD",
                "name": "isSharped(byte)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "id"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note/Tone.html#isSharped(byte)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "FIELD",
                "name": "sharpable",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note/Tone.html#sharpable"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note/Tone.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note/Tone.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note/Tone.html"
          },
          {
            "kind": "METHOD",
            "name": "sharp(int,Tone)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "octave"
              },
              {
                "kind": "PARAMETER",
                "name": "tone"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note.html#sharp(int,Tone)"
          },
          {
            "kind": "METHOD",
            "name": "sharped()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note.html#sharped()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Note.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.OfflinePlayer",
        "children": [
          {
            "kind": "METHOD",
            "name": "banPlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/OfflinePlayer.html#banPlayer(String)"
          },
          {
            "kind": "METHOD",
            "name": "banPlayer(String,Date)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/OfflinePlayer.html#banPlayer(String,Date)"
          },
          {
            "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.15.1/org/bukkit/OfflinePlayer.html#banPlayer(String,Date,String)"
          },
          {
            "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.15.1/org/bukkit/OfflinePlayer.html#banPlayer(String,Date,String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "banPlayer(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/OfflinePlayer.html#banPlayer(String,String)"
          },
          {
            "kind": "METHOD",
            "name": "getBedSpawnLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/OfflinePlayer.html#getBedSpawnLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getFirstPlayed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/OfflinePlayer.html#getFirstPlayed()"
          },
          {
            "kind": "METHOD",
            "name": "getLastLogin()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/OfflinePlayer.html#getLastLogin()"
          },
          {
            "kind": "METHOD",
            "name": "getLastPlayed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/OfflinePlayer.html#getLastPlayed()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getLastSeen()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/OfflinePlayer.html#getLastSeen()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/OfflinePlayer.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/OfflinePlayer.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getUniqueId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/OfflinePlayer.html#getUniqueId()"
          },
          {
            "kind": "METHOD",
            "name": "hasPlayedBefore()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/OfflinePlayer.html#hasPlayedBefore()"
          },
          {
            "kind": "METHOD",
            "name": "isBanned()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/OfflinePlayer.html#isBanned()"
          },
          {
            "kind": "METHOD",
            "name": "isOnline()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/OfflinePlayer.html#isOnline()"
          },
          {
            "kind": "METHOD",
            "name": "isWhitelisted()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/OfflinePlayer.html#isWhitelisted()"
          },
          {
            "kind": "METHOD",
            "name": "setWhitelisted(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/OfflinePlayer.html#setWhitelisted(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/OfflinePlayer.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.Particle",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "BARRIER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#BARRIER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_CRACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#BLOCK_CRACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_DUST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#BLOCK_DUST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUBBLE_COLUMN_UP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#BUBBLE_COLUMN_UP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUBBLE_POP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#BUBBLE_POP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAMPFIRE_COSY_SMOKE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#CAMPFIRE_COSY_SMOKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAMPFIRE_SIGNAL_SMOKE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#CAMPFIRE_SIGNAL_SMOKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLOUD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#CLOUD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COMPOSTER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#COMPOSTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#CRIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIT_MAGIC",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#CRIT_MAGIC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CURRENT_DOWN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#CURRENT_DOWN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DAMAGE_INDICATOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#DAMAGE_INDICATOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOLPHIN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#DOLPHIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRAGON_BREATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#DRAGON_BREATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRIPPING_HONEY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#DRIPPING_HONEY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRIP_LAVA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#DRIP_LAVA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRIP_WATER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#DRIP_WATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENCHANTMENT_TABLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#ENCHANTMENT_TABLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_ROD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#END_ROD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPLOSION_HUGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#EXPLOSION_HUGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPLOSION_LARGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#EXPLOSION_LARGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPLOSION_NORMAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#EXPLOSION_NORMAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALLING_DUST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#FALLING_DUST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALLING_HONEY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#FALLING_HONEY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALLING_LAVA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#FALLING_LAVA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALLING_NECTAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#FALLING_NECTAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALLING_WATER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#FALLING_WATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIREWORKS_SPARK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#FIREWORKS_SPARK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLAME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#FLAME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLASH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#FLASH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HEART",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#HEART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_CRACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#ITEM_CRACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LANDING_HONEY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#LANDING_HONEY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LANDING_LAVA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#LANDING_LAVA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LAVA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#LAVA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BLOCK_CRACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#LEGACY_BLOCK_CRACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BLOCK_DUST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#LEGACY_BLOCK_DUST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FALLING_DUST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#LEGACY_FALLING_DUST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOB_APPEARANCE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#MOB_APPEARANCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NAUTILUS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#NAUTILUS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NOTE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#NOTE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PORTAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#PORTAL"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Particle()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#Particle()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Particle(Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#Particle(Class)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDSTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#REDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SLIME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#SLIME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOKE_LARGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#SMOKE_LARGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOKE_NORMAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#SMOKE_NORMAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNEEZE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#SNEEZE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOWBALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#SNOWBALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOW_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#SNOW_SHOVEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPELL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#SPELL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPELL_INSTANT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#SPELL_INSTANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPELL_MOB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#SPELL_MOB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPELL_MOB_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#SPELL_MOB_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPELL_WITCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#SPELL_WITCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#SPIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SQUID_INK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#SQUID_INK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SUSPENDED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#SUSPENDED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SUSPENDED_DEPTH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#SUSPENDED_DEPTH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SWEEP_ATTACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#SWEEP_ATTACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TOTEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#TOTEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TOWN_AURA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#TOWN_AURA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGER_ANGRY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#VILLAGER_ANGRY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGER_HAPPY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#VILLAGER_HAPPY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WATER_BUBBLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#WATER_BUBBLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WATER_DROP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#WATER_DROP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WATER_SPLASH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#WATER_SPLASH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WATER_WAKE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#WATER_WAKE"
          },
          {
            "kind": "METHOD",
            "name": "builder()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#builder()"
          },
          {
            "kind": "FIELD",
            "name": "dataType",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#dataType"
          },
          {
            "kind": "METHOD",
            "name": "getDataType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#getDataType()"
          },
          {
            "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.15.1/org/bukkit/Particle/DustOptions.html#DustOptions(Color,float)"
              },
              {
                "kind": "FIELD",
                "name": "color",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle/DustOptions.html#color"
              },
              {
                "kind": "METHOD",
                "name": "getColor()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle/DustOptions.html#getColor()"
              },
              {
                "kind": "METHOD",
                "name": "getSize()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle/DustOptions.html#getSize()"
              },
              {
                "kind": "FIELD",
                "name": "size",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle/DustOptions.html#size"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle/DustOptions.html"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Particle.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.PortalType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "CUSTOM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/PortalType.html#CUSTOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/PortalType.html#ENDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/PortalType.html#NETHER"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PortalType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/PortalType.html#PortalType()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/PortalType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/PortalType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/PortalType.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.Raid",
        "children": [
          {
            "kind": "METHOD",
            "name": "getActiveTicks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Raid.html#getActiveTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getBadOmenLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Raid.html#getBadOmenLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getHeroes()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Raid.html#getHeroes()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Raid.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getRaiders()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Raid.html#getRaiders()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnedGroups()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Raid.html#getSpawnedGroups()"
          },
          {
            "kind": "METHOD",
            "name": "getStatus()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Raid.html#getStatus()"
          },
          {
            "kind": "METHOD",
            "name": "getTotalGroups()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Raid.html#getTotalGroups()"
          },
          {
            "kind": "METHOD",
            "name": "getTotalHealth()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Raid.html#getTotalHealth()"
          },
          {
            "kind": "METHOD",
            "name": "getTotalWaves()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Raid.html#getTotalWaves()"
          },
          {
            "kind": "METHOD",
            "name": "isStarted()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/Raid/RaidStatus.html#LOSS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ONGOING",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Raid/RaidStatus.html#ONGOING"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "RaidStatus()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Raid/RaidStatus.html#RaidStatus()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STOPPED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Raid/RaidStatus.html#STOPPED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "VICTORY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Raid/RaidStatus.html#VICTORY"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Raid/RaidStatus.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Raid/RaidStatus.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Raid/RaidStatus.html"
          },
          {
            "kind": "METHOD",
            "name": "setBadOmenLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "badOmenLevel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Raid.html#setBadOmenLevel(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Raid.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.Registry",
        "children": [
          {
            "kind": "FIELD",
            "name": "ADVANCEMENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Registry.html#ADVANCEMENT"
          },
          {
            "kind": "FIELD",
            "name": "ART",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Registry.html#ART"
          },
          {
            "kind": "FIELD",
            "name": "BIOME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Registry.html#BIOME"
          },
          {
            "kind": "FIELD",
            "name": "BOSS_BARS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Registry.html#BOSS_BARS"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTMENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Registry.html#ENCHANTMENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Registry.html#ENTITY_TYPE"
          },
          {
            "kind": "FIELD",
            "name": "LOOT_TABLES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Registry.html#LOOT_TABLES"
          },
          {
            "kind": "FIELD",
            "name": "MATERIAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Registry.html#MATERIAL"
          },
          {
            "kind": "FIELD",
            "name": "MEMORY_MODULE_TYPE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Registry.html#MEMORY_MODULE_TYPE"
          },
          {
            "kind": "FIELD",
            "name": "STATISTIC",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Registry.html#STATISTIC"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGER_PROFESSION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Registry.html#VILLAGER_PROFESSION"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGER_TYPE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Registry.html#VILLAGER_TYPE"
          },
          {
            "kind": "METHOD",
            "name": "get(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Registry.html#get(NamespacedKey)"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.Registry.SimpleRegistry",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "SimpleRegistry(Class)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "type"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Registry/SimpleRegistry.html#SimpleRegistry(Class)"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "SimpleRegistry(Class,Predicate)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "predicate"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "type"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Registry/SimpleRegistry.html#SimpleRegistry(Class,Predicate)"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "METHOD",
                "name": "get(NamespacedKey)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "key"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Registry/SimpleRegistry.html#get(NamespacedKey)"
              },
              {
                "kind": "METHOD",
                "name": "iterator()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Registry/SimpleRegistry.html#iterator()"
              },
              {
                "kind": "FIELD",
                "name": "map",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Registry/SimpleRegistry.html#map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Registry/SimpleRegistry.html"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Registry.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.Rotation",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLOCKWISE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Rotation.html#CLOCKWISE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLOCKWISE_135",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Rotation.html#CLOCKWISE_135"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLOCKWISE_45",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Rotation.html#CLOCKWISE_45"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COUNTER_CLOCKWISE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Rotation.html#COUNTER_CLOCKWISE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COUNTER_CLOCKWISE_45",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Rotation.html#COUNTER_CLOCKWISE_45"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLIPPED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Rotation.html#FLIPPED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLIPPED_45",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Rotation.html#FLIPPED_45"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Rotation.html#NONE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Rotation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Rotation.html#Rotation()"
          },
          {
            "kind": "METHOD",
            "name": "rotateClockwise()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Rotation.html#rotateClockwise()"
          },
          {
            "kind": "METHOD",
            "name": "rotateCounterClockwise()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Rotation.html#rotateCounterClockwise()"
          },
          {
            "kind": "FIELD",
            "name": "rotations",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Rotation.html#rotations"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Rotation.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Rotation.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Rotation.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.SandstoneType",
        "children": [
          {
            "kind": "FIELD",
            "name": "BY_DATA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SandstoneType.html#BY_DATA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRACKED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SandstoneType.html#CRACKED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLYPHED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SandstoneType.html#GLYPHED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SandstoneType.html#SMOOTH"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SandstoneType(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SandstoneType.html#SandstoneType(int)"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SandstoneType.html#data"
          },
          {
            "kind": "METHOD",
            "name": "getByData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SandstoneType.html#getByData(byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SandstoneType.html#getData()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SandstoneType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SandstoneType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SandstoneType.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.Server",
        "children": [
          {
            "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.15.1/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.15.1/org/bukkit/Server.html#\u003cT\u003egetTags(String,Class)"
          },
          {
            "kind": "FIELD",
            "name": "BROADCAST_CHANNEL_ADMINISTRATIVE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#BROADCAST_CHANNEL_ADMINISTRATIVE"
          },
          {
            "kind": "FIELD",
            "name": "BROADCAST_CHANNEL_USERS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#BROADCAST_CHANNEL_USERS"
          },
          {
            "kind": "METHOD",
            "name": "addRecipe(Recipe)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipe"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#addRecipe(Recipe)"
          },
          {
            "kind": "METHOD",
            "name": "advancementIterator()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#advancementIterator()"
          },
          {
            "kind": "METHOD",
            "name": "banIP(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "address"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#banIP(String)"
          },
          {
            "kind": "METHOD",
            "name": "broadcast(BaseComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "component"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#broadcast(BaseComponent)"
          },
          {
            "kind": "METHOD",
            "name": "broadcast(BaseComponent...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "components"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#broadcast(BaseComponent...)"
          },
          {
            "kind": "METHOD",
            "name": "broadcast(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "permission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#broadcast(String,String)"
          },
          {
            "kind": "METHOD",
            "name": "broadcastMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#broadcastMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "clearRecipes()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#clearRecipes()"
          },
          {
            "kind": "METHOD",
            "name": "createBlockData(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/Server.html#createBlockData(Material,String)"
          },
          {
            "kind": "METHOD",
            "name": "createBlockData(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/Server.html#createChunkData(World)"
          },
          {
            "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.15.1/org/bukkit/Server.html#createExplorerMap(World,Location,StructureType)"
          },
          {
            "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.15.1/org/bukkit/Server.html#createExplorerMap(World,Location,StructureType,int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "createInventory(InventoryHolder,InventoryType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#createInventory(InventoryHolder,InventoryType)"
          },
          {
            "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.15.1/org/bukkit/Server.html#createInventory(InventoryHolder,InventoryType,String)"
          },
          {
            "kind": "METHOD",
            "name": "createInventory(InventoryHolder,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              },
              {
                "kind": "PARAMETER",
                "name": "size"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#createInventory(InventoryHolder,int)"
          },
          {
            "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.15.1/org/bukkit/Server.html#createInventory(InventoryHolder,int,String)"
          },
          {
            "kind": "METHOD",
            "name": "createMap(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#createMap(World)"
          },
          {
            "kind": "METHOD",
            "name": "createMerchant(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#createMerchant(String)"
          },
          {
            "kind": "METHOD",
            "name": "createProfile(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#createProfile(String)"
          },
          {
            "kind": "METHOD",
            "name": "createProfile(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/Server.html#createProfile(UUID,String)"
          },
          {
            "kind": "METHOD",
            "name": "createWorld(WorldCreator)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "creator"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#createWorld(WorldCreator)"
          },
          {
            "kind": "METHOD",
            "name": "dispatchCommand(CommandSender,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "commandLine"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#dispatchCommand(CommandSender,String)"
          },
          {
            "kind": "METHOD",
            "name": "getAdvancement(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getAdvancement(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getAllowEnd()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getAllowEnd()"
          },
          {
            "kind": "METHOD",
            "name": "getAllowFlight()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getAllowFlight()"
          },
          {
            "kind": "METHOD",
            "name": "getAllowNether()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getAllowNether()"
          },
          {
            "kind": "METHOD",
            "name": "getAmbientSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getAmbientSpawnLimit()"
          },
          {
            "kind": "METHOD",
            "name": "getAnimalSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getAnimalSpawnLimit()"
          },
          {
            "kind": "METHOD",
            "name": "getBanList(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getBanList(Type)"
          },
          {
            "kind": "METHOD",
            "name": "getBannedPlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getBannedPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getBossBar(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getBossBar(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getBossBars()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getBossBars()"
          },
          {
            "kind": "METHOD",
            "name": "getBukkitVersion()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getBukkitVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getCommandAliases()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getCommandAliases()"
          },
          {
            "kind": "METHOD",
            "name": "getCommandMap()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getCommandMap()"
          },
          {
            "kind": "METHOD",
            "name": "getConnectionThrottle()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getConnectionThrottle()"
          },
          {
            "kind": "METHOD",
            "name": "getConsoleSender()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getConsoleSender()"
          },
          {
            "kind": "METHOD",
            "name": "getCurrentTick()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getCurrentTick()"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultGameMode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getDefaultGameMode()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getEntity(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getGenerateStructures()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getGenerateStructures()"
          },
          {
            "kind": "METHOD",
            "name": "getHelpMap()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getHelpMap()"
          },
          {
            "kind": "METHOD",
            "name": "getIPBans()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getIPBans()"
          },
          {
            "kind": "METHOD",
            "name": "getIdleTimeout()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getIdleTimeout()"
          },
          {
            "kind": "METHOD",
            "name": "getIp()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getIp()"
          },
          {
            "kind": "METHOD",
            "name": "getItemFactory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getItemFactory()"
          },
          {
            "kind": "METHOD",
            "name": "getLogger()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getLogger()"
          },
          {
            "kind": "METHOD",
            "name": "getLootTable(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getLootTable(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getMap(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getMap(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getMaxPlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getMaxPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getMessenger()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getMessenger()"
          },
          {
            "kind": "METHOD",
            "name": "getMonsterSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getMonsterSpawnLimit()"
          },
          {
            "kind": "METHOD",
            "name": "getMotd()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getMotd()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getOfflinePlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getOfflinePlayer(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getOfflinePlayer(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getOfflinePlayer(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getOfflinePlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getOfflinePlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getOnlineMode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getOnlineMode()"
          },
          {
            "kind": "METHOD",
            "name": "getOnlinePlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getOnlinePlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getOperators()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getOperators()"
          },
          {
            "kind": "METHOD",
            "name": "getPermissionMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getPermissionMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getPlayer(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getPlayer(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerExact(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getPlayerExact(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerUniqueId(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "playerName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getPlayerUniqueId(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPluginCommand(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getPluginCommand(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPluginManager()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getPluginManager()"
          },
          {
            "kind": "METHOD",
            "name": "getPort()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getPort()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipesFor(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getRecipesFor(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getScheduler()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getScheduler()"
          },
          {
            "kind": "METHOD",
            "name": "getScoreboardManager()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getScoreboardManager()"
          },
          {
            "kind": "METHOD",
            "name": "getServerIcon()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getServerIcon()"
          },
          {
            "kind": "METHOD",
            "name": "getServicesManager()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getServicesManager()"
          },
          {
            "kind": "METHOD",
            "name": "getShutdownMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getShutdownMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnRadius()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getSpawnRadius()"
          },
          {
            "kind": "METHOD",
            "name": "getTPS()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getTPS()"
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerAnimalSpawns()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getTicksPerAnimalSpawns()"
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerMonsterSpawns()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getTicksPerMonsterSpawns()"
          },
          {
            "kind": "METHOD",
            "name": "getUnsafe()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getUnsafe()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getUpdateFolder()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getUpdateFolder()"
          },
          {
            "kind": "METHOD",
            "name": "getUpdateFolderFile()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getUpdateFolderFile()"
          },
          {
            "kind": "METHOD",
            "name": "getVersion()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getViewDistance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getViewDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getWarningState()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getWarningState()"
          },
          {
            "kind": "METHOD",
            "name": "getWaterAnimalSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getWaterAnimalSpawnLimit()"
          },
          {
            "kind": "METHOD",
            "name": "getWhitelistedPlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getWhitelistedPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getWorld(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getWorld(String)"
          },
          {
            "kind": "METHOD",
            "name": "getWorld(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getWorld(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getWorldContainer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getWorldContainer()"
          },
          {
            "kind": "METHOD",
            "name": "getWorldType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getWorldType()"
          },
          {
            "kind": "METHOD",
            "name": "getWorlds()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#getWorlds()"
          },
          {
            "kind": "METHOD",
            "name": "hasWhitelist()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#hasWhitelist()"
          },
          {
            "kind": "METHOD",
            "name": "isHardcore()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#isHardcore()"
          },
          {
            "kind": "METHOD",
            "name": "isPrimaryThread()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#isPrimaryThread()"
          },
          {
            "kind": "METHOD",
            "name": "loadServerIcon(BufferedImage)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "image"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#loadServerIcon(BufferedImage)"
          },
          {
            "kind": "METHOD",
            "name": "loadServerIcon(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#loadServerIcon(File)"
          },
          {
            "kind": "METHOD",
            "name": "matchPlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#matchPlayer(String)"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.Server.Spigot",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Spigot()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server/Spigot.html#Spigot()"
              },
              {
                "kind": "METHOD",
                "name": "broadcast(BaseComponent)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "component"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server/Spigot.html#broadcast(BaseComponent)"
              },
              {
                "kind": "METHOD",
                "name": "broadcast(BaseComponent...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "components"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server/Spigot.html#broadcast(BaseComponent...)"
              },
              {
                "kind": "METHOD",
                "name": "getBukkitConfig()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server/Spigot.html#getBukkitConfig()"
              },
              {
                "kind": "METHOD",
                "name": "getConfig()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server/Spigot.html#getConfig()"
              },
              {
                "kind": "METHOD",
                "name": "getPaperConfig()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server/Spigot.html#getPaperConfig()"
              },
              {
                "kind": "METHOD",
                "name": "getSpigotConfig()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server/Spigot.html#getSpigotConfig()"
              },
              {
                "kind": "METHOD",
                "name": "restart()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server/Spigot.html#restart()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server/Spigot.html"
          },
          {
            "kind": "METHOD",
            "name": "recipeIterator()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#recipeIterator()"
          },
          {
            "kind": "METHOD",
            "name": "reload()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#reload()"
          },
          {
            "kind": "METHOD",
            "name": "reloadCommandAliases()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#reloadCommandAliases()"
          },
          {
            "kind": "METHOD",
            "name": "reloadData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#reloadData()"
          },
          {
            "kind": "METHOD",
            "name": "reloadPermissions()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#reloadPermissions()"
          },
          {
            "kind": "METHOD",
            "name": "reloadWhitelist()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#reloadWhitelist()"
          },
          {
            "kind": "METHOD",
            "name": "removeBossBar(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#removeBossBar(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "resetRecipes()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#resetRecipes()"
          },
          {
            "kind": "METHOD",
            "name": "savePlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/Server.html#selectEntities(CommandSender,String)"
          },
          {
            "kind": "METHOD",
            "name": "setDefaultGameMode(GameMode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mode"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#setDefaultGameMode(GameMode)"
          },
          {
            "kind": "METHOD",
            "name": "setIdleTimeout(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "threshold"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#setIdleTimeout(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnRadius(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#setSpawnRadius(int)"
          },
          {
            "kind": "METHOD",
            "name": "setWhitelist(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#setWhitelist(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "shutdown()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#shutdown()"
          },
          {
            "kind": "METHOD",
            "name": "spigot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#spigot()"
          },
          {
            "kind": "METHOD",
            "name": "suggestPlayerNamesWhenNullTabCompletions()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#suggestPlayerNamesWhenNullTabCompletions()"
          },
          {
            "kind": "METHOD",
            "name": "unbanIP(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "address"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html#unbanIP(String)"
          },
          {
            "kind": "METHOD",
            "name": "unloadWorld(String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "save"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/Server.html#unloadWorld(World,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Server.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.SkullType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREEPER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SkullType.html#CREEPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRAGON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SkullType.html#DRAGON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAYER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SkullType.html#PLAYER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKELETON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SkullType.html#SKELETON"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SkullType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SkullType.html#SkullType()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SkullType.html#WITHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SkullType.html#ZOMBIE"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SkullType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SkullType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SkullType.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.Sound",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "AMBIENT_CAVE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#AMBIENT_CAVE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AMBIENT_UNDERWATER_ENTER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#AMBIENT_UNDERWATER_ENTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AMBIENT_UNDERWATER_EXIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#AMBIENT_UNDERWATER_EXIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AMBIENT_UNDERWATER_LOOP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#AMBIENT_UNDERWATER_LOOP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AMBIENT_UNDERWATER_LOOP_ADDITIONS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#AMBIENT_UNDERWATER_LOOP_ADDITIONS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AMBIENT_UNDERWATER_LOOP_ADDITIONS_RARE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#AMBIENT_UNDERWATER_LOOP_ADDITIONS_RARE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AMBIENT_UNDERWATER_LOOP_ADDITIONS_ULTRA_RARE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#AMBIENT_UNDERWATER_LOOP_ADDITIONS_ULTRA_RARE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_ANVIL_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_ANVIL_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_ANVIL_DESTROY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_ANVIL_DESTROY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_ANVIL_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_ANVIL_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_ANVIL_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_ANVIL_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_ANVIL_LAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_ANVIL_LAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_ANVIL_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_ANVIL_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_ANVIL_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_ANVIL_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_ANVIL_USE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_ANVIL_USE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BAMBOO_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BAMBOO_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BAMBOO_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BAMBOO_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BAMBOO_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BAMBOO_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BAMBOO_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BAMBOO_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BAMBOO_SAPLING_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BAMBOO_SAPLING_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BAMBOO_SAPLING_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BAMBOO_SAPLING_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BAMBOO_SAPLING_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BAMBOO_SAPLING_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BAMBOO_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BAMBOO_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BARREL_CLOSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BARREL_CLOSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BARREL_OPEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BARREL_OPEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BEACON_ACTIVATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BEACON_ACTIVATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BEACON_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BEACON_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BEACON_DEACTIVATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BEACON_DEACTIVATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BEACON_POWER_SELECT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BEACON_POWER_SELECT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BEEHIVE_DRIP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BEEHIVE_DRIP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BEEHIVE_ENTER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BEEHIVE_ENTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BEEHIVE_EXIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BEEHIVE_EXIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BEEHIVE_SHEAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BEEHIVE_SHEAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BEEHIVE_WORK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BEEHIVE_WORK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BELL_RESONATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BELL_RESONATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BELL_USE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BELL_USE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BLASTFURNACE_FIRE_CRACKLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BLASTFURNACE_FIRE_CRACKLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BREWING_STAND_BREW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BREWING_STAND_BREW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BUBBLE_COLUMN_BUBBLE_POP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BUBBLE_COLUMN_BUBBLE_POP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BUBBLE_COLUMN_UPWARDS_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BUBBLE_COLUMN_UPWARDS_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BUBBLE_COLUMN_UPWARDS_INSIDE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BUBBLE_COLUMN_UPWARDS_INSIDE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BUBBLE_COLUMN_WHIRLPOOL_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BUBBLE_COLUMN_WHIRLPOOL_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_BUBBLE_COLUMN_WHIRLPOOL_INSIDE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_BUBBLE_COLUMN_WHIRLPOOL_INSIDE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_CAMPFIRE_CRACKLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_CAMPFIRE_CRACKLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_CHEST_CLOSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_CHEST_CLOSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_CHEST_LOCKED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_CHEST_LOCKED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_CHEST_OPEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_CHEST_OPEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_CHORUS_FLOWER_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_CHORUS_FLOWER_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_CHORUS_FLOWER_GROW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_CHORUS_FLOWER_GROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_COMPARATOR_CLICK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_COMPARATOR_CLICK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_COMPOSTER_EMPTY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_COMPOSTER_EMPTY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_COMPOSTER_FILL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_COMPOSTER_FILL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_COMPOSTER_FILL_SUCCESS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_COMPOSTER_FILL_SUCCESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_COMPOSTER_READY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_COMPOSTER_READY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_CONDUIT_ACTIVATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_CONDUIT_ACTIVATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_CONDUIT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_CONDUIT_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_CONDUIT_AMBIENT_SHORT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_CONDUIT_AMBIENT_SHORT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_CONDUIT_ATTACK_TARGET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_CONDUIT_ATTACK_TARGET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_CONDUIT_DEACTIVATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_CONDUIT_DEACTIVATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_CORAL_BLOCK_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_CORAL_BLOCK_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_CORAL_BLOCK_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_CORAL_BLOCK_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_CORAL_BLOCK_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_CORAL_BLOCK_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_CORAL_BLOCK_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_CORAL_BLOCK_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_CORAL_BLOCK_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_CORAL_BLOCK_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_CROP_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_CROP_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_DISPENSER_DISPENSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_DISPENSER_DISPENSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_DISPENSER_FAIL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_DISPENSER_FAIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_DISPENSER_LAUNCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_DISPENSER_LAUNCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_ENCHANTMENT_TABLE_USE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_ENCHANTMENT_TABLE_USE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_ENDER_CHEST_CLOSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_ENDER_CHEST_CLOSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_ENDER_CHEST_OPEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_ENDER_CHEST_OPEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_END_GATEWAY_SPAWN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_END_GATEWAY_SPAWN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_END_PORTAL_FRAME_FILL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_END_PORTAL_FRAME_FILL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_END_PORTAL_SPAWN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_END_PORTAL_SPAWN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_FENCE_GATE_CLOSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_FENCE_GATE_CLOSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_FENCE_GATE_OPEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_FENCE_GATE_OPEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_FIRE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_FIRE_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_FIRE_EXTINGUISH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_FIRE_EXTINGUISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_FURNACE_FIRE_CRACKLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_FURNACE_FIRE_CRACKLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_GLASS_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_GLASS_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_GLASS_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_GLASS_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_GLASS_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_GLASS_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_GLASS_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_GLASS_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_GLASS_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_GLASS_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_GRASS_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_GRASS_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_GRASS_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_GRASS_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_GRASS_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_GRASS_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_GRASS_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_GRASS_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_GRASS_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_GRASS_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_GRAVEL_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_GRAVEL_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_GRAVEL_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_GRAVEL_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_GRAVEL_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_GRAVEL_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_GRAVEL_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_GRAVEL_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_GRAVEL_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_GRAVEL_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_GRINDSTONE_USE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_GRINDSTONE_USE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_HONEY_BLOCK_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_HONEY_BLOCK_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_HONEY_BLOCK_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_HONEY_BLOCK_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_HONEY_BLOCK_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_HONEY_BLOCK_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_HONEY_BLOCK_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_HONEY_BLOCK_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_HONEY_BLOCK_SLIDE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_HONEY_BLOCK_SLIDE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_HONEY_BLOCK_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_HONEY_BLOCK_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_IRON_DOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_IRON_DOOR_CLOSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_IRON_DOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_IRON_DOOR_OPEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_IRON_TRAPDOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_IRON_TRAPDOOR_CLOSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_IRON_TRAPDOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_IRON_TRAPDOOR_OPEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_LADDER_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_LADDER_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_LADDER_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_LADDER_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_LADDER_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_LADDER_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_LADDER_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_LADDER_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_LADDER_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_LADDER_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_LANTERN_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_LANTERN_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_LANTERN_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_LANTERN_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_LANTERN_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_LANTERN_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_LANTERN_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_LANTERN_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_LANTERN_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_LANTERN_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_LAVA_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_LAVA_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_LAVA_EXTINGUISH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_LAVA_EXTINGUISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_LAVA_POP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_LAVA_POP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_LEVER_CLICK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_LEVER_CLICK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_LILY_PAD_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_LILY_PAD_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_METAL_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_METAL_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_METAL_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_METAL_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_METAL_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_METAL_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_METAL_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_METAL_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_METAL_PRESSURE_PLATE_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_METAL_PRESSURE_PLATE_CLICK_OFF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_METAL_PRESSURE_PLATE_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_METAL_PRESSURE_PLATE_CLICK_ON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_METAL_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_METAL_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_NETHER_WART_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_NETHER_WART_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_NOTE_BLOCK_BANJO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_BANJO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_NOTE_BLOCK_BASEDRUM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_BASEDRUM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_NOTE_BLOCK_BASS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_BASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_NOTE_BLOCK_BELL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_BELL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_NOTE_BLOCK_BIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_BIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_NOTE_BLOCK_CHIME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_CHIME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_NOTE_BLOCK_COW_BELL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_COW_BELL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_NOTE_BLOCK_DIDGERIDOO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_DIDGERIDOO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_NOTE_BLOCK_FLUTE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_FLUTE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_NOTE_BLOCK_GUITAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_GUITAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_NOTE_BLOCK_HARP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_HARP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_NOTE_BLOCK_HAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_HAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_NOTE_BLOCK_IRON_XYLOPHONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_IRON_XYLOPHONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_NOTE_BLOCK_PLING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_PLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_NOTE_BLOCK_SNARE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_SNARE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_NOTE_BLOCK_XYLOPHONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_XYLOPHONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_PISTON_CONTRACT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_PISTON_CONTRACT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_PISTON_EXTEND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_PISTON_EXTEND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_PORTAL_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_PORTAL_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_PORTAL_TRAVEL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_PORTAL_TRAVEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_PORTAL_TRIGGER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_PORTAL_TRIGGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_PUMPKIN_CARVE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_PUMPKIN_CARVE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_REDSTONE_TORCH_BURNOUT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_REDSTONE_TORCH_BURNOUT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SAND_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SAND_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SAND_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SAND_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SAND_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SAND_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SAND_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SAND_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SAND_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SAND_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SCAFFOLDING_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SCAFFOLDING_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SCAFFOLDING_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SCAFFOLDING_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SCAFFOLDING_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SCAFFOLDING_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SCAFFOLDING_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SCAFFOLDING_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SCAFFOLDING_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SCAFFOLDING_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SHULKER_BOX_CLOSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SHULKER_BOX_CLOSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SHULKER_BOX_OPEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SHULKER_BOX_OPEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SLIME_BLOCK_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SLIME_BLOCK_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SLIME_BLOCK_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SLIME_BLOCK_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SLIME_BLOCK_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SLIME_BLOCK_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SLIME_BLOCK_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SLIME_BLOCK_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SLIME_BLOCK_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SLIME_BLOCK_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SMOKER_SMOKE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SMOKER_SMOKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SNOW_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SNOW_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SNOW_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SNOW_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SNOW_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SNOW_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SNOW_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SNOW_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SNOW_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SNOW_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_STONE_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_STONE_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_STONE_BUTTON_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_STONE_BUTTON_CLICK_OFF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_STONE_BUTTON_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_STONE_BUTTON_CLICK_ON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_STONE_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_STONE_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_STONE_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_STONE_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_STONE_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_STONE_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_STONE_PRESSURE_PLATE_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_STONE_PRESSURE_PLATE_CLICK_OFF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_STONE_PRESSURE_PLATE_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_STONE_PRESSURE_PLATE_CLICK_ON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_STONE_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_STONE_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SWEET_BERRY_BUSH_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SWEET_BERRY_BUSH_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_SWEET_BERRY_BUSH_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_SWEET_BERRY_BUSH_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_TRIPWIRE_ATTACH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_TRIPWIRE_ATTACH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_TRIPWIRE_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_TRIPWIRE_CLICK_OFF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_TRIPWIRE_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_TRIPWIRE_CLICK_ON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_TRIPWIRE_DETACH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_TRIPWIRE_DETACH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WATER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WATER_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WET_GRASS_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WET_GRASS_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WET_GRASS_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WET_GRASS_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WET_GRASS_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WET_GRASS_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WET_GRASS_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WET_GRASS_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WET_GRASS_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WET_GRASS_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WOODEN_BUTTON_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WOODEN_BUTTON_CLICK_OFF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WOODEN_BUTTON_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WOODEN_BUTTON_CLICK_ON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WOODEN_DOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WOODEN_DOOR_CLOSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WOODEN_DOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WOODEN_DOOR_OPEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WOODEN_PRESSURE_PLATE_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WOODEN_PRESSURE_PLATE_CLICK_OFF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WOODEN_PRESSURE_PLATE_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WOODEN_PRESSURE_PLATE_CLICK_ON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WOODEN_TRAPDOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WOODEN_TRAPDOOR_CLOSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WOODEN_TRAPDOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WOODEN_TRAPDOOR_OPEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WOOD_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WOOD_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WOOD_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WOOD_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WOOD_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WOOD_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WOOD_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WOOD_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WOOD_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WOOD_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WOOL_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WOOL_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WOOL_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WOOL_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WOOL_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WOOL_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WOOL_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WOOL_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_WOOL_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#BLOCK_WOOL_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENCHANT_THORNS_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENCHANT_THORNS_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ARMOR_STAND_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ARMOR_STAND_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ARMOR_STAND_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ARMOR_STAND_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ARMOR_STAND_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ARMOR_STAND_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ARMOR_STAND_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ARMOR_STAND_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ARROW_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ARROW_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ARROW_HIT_PLAYER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ARROW_HIT_PLAYER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ARROW_SHOOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ARROW_SHOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_BAT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_BAT_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_BAT_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_BAT_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_BAT_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_BAT_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_BAT_LOOP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_BAT_LOOP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_BAT_TAKEOFF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_BAT_TAKEOFF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_BEE_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_BEE_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_BEE_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_BEE_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_BEE_LOOP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_BEE_LOOP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_BEE_LOOP_AGGRESSIVE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_BEE_LOOP_AGGRESSIVE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_BEE_POLLINATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_BEE_POLLINATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_BEE_STING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_BEE_STING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_BLAZE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_BLAZE_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_BLAZE_BURN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_BLAZE_BURN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_BLAZE_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_BLAZE_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_BLAZE_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_BLAZE_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_BLAZE_SHOOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_BLAZE_SHOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_BOAT_PADDLE_LAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_BOAT_PADDLE_LAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_BOAT_PADDLE_WATER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_BOAT_PADDLE_WATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_CAT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_CAT_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_CAT_BEG_FOR_FOOD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_CAT_BEG_FOR_FOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_CAT_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_CAT_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_CAT_EAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_CAT_EAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_CAT_HISS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_CAT_HISS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_CAT_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_CAT_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_CAT_PURR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_CAT_PURR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_CAT_PURREOW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_CAT_PURREOW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_CAT_STRAY_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_CAT_STRAY_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_CHICKEN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_CHICKEN_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_CHICKEN_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_CHICKEN_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_CHICKEN_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_CHICKEN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_CHICKEN_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_CHICKEN_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_CHICKEN_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_CHICKEN_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_COD_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_COD_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_COD_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_COD_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_COD_FLOP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_COD_FLOP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_COD_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_COD_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_COW_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_COW_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_COW_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_COW_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_COW_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_COW_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_COW_MILK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_COW_MILK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_COW_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_COW_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_CREEPER_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_CREEPER_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_CREEPER_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_CREEPER_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_CREEPER_PRIMED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_CREEPER_PRIMED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DOLPHIN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DOLPHIN_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DOLPHIN_AMBIENT_WATER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DOLPHIN_AMBIENT_WATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DOLPHIN_ATTACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DOLPHIN_ATTACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DOLPHIN_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DOLPHIN_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DOLPHIN_EAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DOLPHIN_EAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DOLPHIN_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DOLPHIN_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DOLPHIN_JUMP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DOLPHIN_JUMP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DOLPHIN_PLAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DOLPHIN_PLAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DOLPHIN_SPLASH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DOLPHIN_SPLASH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DOLPHIN_SWIM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DOLPHIN_SWIM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DONKEY_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DONKEY_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DONKEY_ANGRY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DONKEY_ANGRY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DONKEY_CHEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DONKEY_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DONKEY_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DONKEY_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DONKEY_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DONKEY_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DRAGON_FIREBALL_EXPLODE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DRAGON_FIREBALL_EXPLODE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DROWNED_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DROWNED_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DROWNED_AMBIENT_WATER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DROWNED_AMBIENT_WATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DROWNED_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DROWNED_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DROWNED_DEATH_WATER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DROWNED_DEATH_WATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DROWNED_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DROWNED_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DROWNED_HURT_WATER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DROWNED_HURT_WATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DROWNED_SHOOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DROWNED_SHOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DROWNED_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DROWNED_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DROWNED_SWIM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_DROWNED_SWIM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_EGG_THROW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_EGG_THROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ELDER_GUARDIAN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ELDER_GUARDIAN_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ELDER_GUARDIAN_AMBIENT_LAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ELDER_GUARDIAN_AMBIENT_LAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ELDER_GUARDIAN_CURSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ELDER_GUARDIAN_CURSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ELDER_GUARDIAN_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ELDER_GUARDIAN_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ELDER_GUARDIAN_DEATH_LAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ELDER_GUARDIAN_DEATH_LAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ELDER_GUARDIAN_FLOP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ELDER_GUARDIAN_FLOP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ELDER_GUARDIAN_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ELDER_GUARDIAN_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ELDER_GUARDIAN_HURT_LAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ELDER_GUARDIAN_HURT_LAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ENDERMAN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ENDERMAN_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ENDERMAN_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ENDERMAN_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ENDERMAN_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ENDERMAN_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ENDERMAN_SCREAM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ENDERMAN_SCREAM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ENDERMAN_STARE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ENDERMAN_STARE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ENDERMAN_TELEPORT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ENDERMAN_TELEPORT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ENDERMITE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ENDERMITE_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ENDERMITE_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ENDERMITE_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ENDERMITE_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ENDERMITE_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ENDERMITE_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ENDERMITE_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ENDER_DRAGON_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ENDER_DRAGON_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ENDER_DRAGON_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ENDER_DRAGON_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ENDER_DRAGON_FLAP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ENDER_DRAGON_FLAP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ENDER_DRAGON_GROWL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ENDER_DRAGON_GROWL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ENDER_DRAGON_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ENDER_DRAGON_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ENDER_DRAGON_SHOOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ENDER_DRAGON_SHOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ENDER_EYE_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ENDER_EYE_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ENDER_EYE_LAUNCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ENDER_EYE_LAUNCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ENDER_PEARL_THROW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ENDER_PEARL_THROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_EVOKER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_EVOKER_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_EVOKER_CAST_SPELL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_EVOKER_CAST_SPELL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_EVOKER_CELEBRATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_EVOKER_CELEBRATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_EVOKER_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_EVOKER_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_EVOKER_FANGS_ATTACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_EVOKER_FANGS_ATTACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_EVOKER_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_EVOKER_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_EVOKER_PREPARE_ATTACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_EVOKER_PREPARE_ATTACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_EVOKER_PREPARE_SUMMON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_EVOKER_PREPARE_SUMMON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_EVOKER_PREPARE_WOLOLO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_EVOKER_PREPARE_WOLOLO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_EXPERIENCE_BOTTLE_THROW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_EXPERIENCE_BOTTLE_THROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_EXPERIENCE_ORB_PICKUP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_EXPERIENCE_ORB_PICKUP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FIREWORK_ROCKET_BLAST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FIREWORK_ROCKET_BLAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FIREWORK_ROCKET_BLAST_FAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FIREWORK_ROCKET_BLAST_FAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FIREWORK_ROCKET_LARGE_BLAST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FIREWORK_ROCKET_LARGE_BLAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FIREWORK_ROCKET_LARGE_BLAST_FAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FIREWORK_ROCKET_LARGE_BLAST_FAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FIREWORK_ROCKET_LAUNCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FIREWORK_ROCKET_LAUNCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FIREWORK_ROCKET_SHOOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FIREWORK_ROCKET_SHOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FIREWORK_ROCKET_TWINKLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FIREWORK_ROCKET_TWINKLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FIREWORK_ROCKET_TWINKLE_FAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FIREWORK_ROCKET_TWINKLE_FAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FISHING_BOBBER_RETRIEVE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FISHING_BOBBER_RETRIEVE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FISHING_BOBBER_SPLASH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FISHING_BOBBER_SPLASH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FISHING_BOBBER_THROW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FISHING_BOBBER_THROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FISH_SWIM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FISH_SWIM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FOX_AGGRO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FOX_AGGRO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FOX_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FOX_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FOX_BITE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FOX_BITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FOX_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FOX_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FOX_EAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FOX_EAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FOX_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FOX_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FOX_SCREECH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FOX_SCREECH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FOX_SLEEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FOX_SLEEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FOX_SNIFF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FOX_SNIFF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_FOX_SPIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_FOX_SPIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GENERIC_BIG_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GENERIC_BIG_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GENERIC_BURN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GENERIC_BURN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GENERIC_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GENERIC_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GENERIC_DRINK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GENERIC_DRINK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GENERIC_EAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GENERIC_EAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GENERIC_EXPLODE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GENERIC_EXPLODE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GENERIC_EXTINGUISH_FIRE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GENERIC_EXTINGUISH_FIRE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GENERIC_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GENERIC_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GENERIC_SMALL_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GENERIC_SMALL_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GENERIC_SPLASH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GENERIC_SPLASH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GENERIC_SWIM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GENERIC_SWIM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GHAST_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GHAST_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GHAST_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GHAST_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GHAST_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GHAST_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GHAST_SCREAM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GHAST_SCREAM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GHAST_SHOOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GHAST_SHOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GHAST_WARN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GHAST_WARN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GUARDIAN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GUARDIAN_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GUARDIAN_AMBIENT_LAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GUARDIAN_AMBIENT_LAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GUARDIAN_ATTACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GUARDIAN_ATTACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GUARDIAN_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GUARDIAN_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GUARDIAN_DEATH_LAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GUARDIAN_DEATH_LAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GUARDIAN_FLOP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GUARDIAN_FLOP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GUARDIAN_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GUARDIAN_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_GUARDIAN_HURT_LAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_GUARDIAN_HURT_LAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HORSE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HORSE_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HORSE_ANGRY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HORSE_ANGRY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HORSE_ARMOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HORSE_BREATHE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HORSE_BREATHE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HORSE_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HORSE_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HORSE_EAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HORSE_EAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HORSE_GALLOP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HORSE_GALLOP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HORSE_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HORSE_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HORSE_JUMP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HORSE_JUMP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HORSE_LAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HORSE_LAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HORSE_SADDLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HORSE_SADDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HORSE_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HORSE_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HORSE_STEP_WOOD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HORSE_STEP_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HOSTILE_BIG_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HOSTILE_BIG_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HOSTILE_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HOSTILE_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HOSTILE_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HOSTILE_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HOSTILE_SMALL_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HOSTILE_SMALL_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HOSTILE_SPLASH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HOSTILE_SPLASH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HOSTILE_SWIM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HOSTILE_SWIM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HUSK_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HUSK_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HUSK_CONVERTED_TO_ZOMBIE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HUSK_CONVERTED_TO_ZOMBIE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HUSK_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HUSK_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HUSK_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HUSK_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_HUSK_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_HUSK_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ILLUSIONER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ILLUSIONER_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ILLUSIONER_CAST_SPELL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ILLUSIONER_CAST_SPELL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ILLUSIONER_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ILLUSIONER_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ILLUSIONER_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ILLUSIONER_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ILLUSIONER_MIRROR_MOVE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ILLUSIONER_MIRROR_MOVE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ILLUSIONER_PREPARE_BLINDNESS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ILLUSIONER_PREPARE_BLINDNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ILLUSIONER_PREPARE_MIRROR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ILLUSIONER_PREPARE_MIRROR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_IRON_GOLEM_ATTACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_IRON_GOLEM_ATTACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_IRON_GOLEM_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_IRON_GOLEM_DAMAGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_IRON_GOLEM_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_IRON_GOLEM_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_IRON_GOLEM_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_IRON_GOLEM_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_IRON_GOLEM_REPAIR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_IRON_GOLEM_REPAIR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_IRON_GOLEM_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_IRON_GOLEM_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ITEM_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ITEM_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ITEM_FRAME_ADD_ITEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ITEM_FRAME_ADD_ITEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ITEM_FRAME_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ITEM_FRAME_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ITEM_FRAME_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ITEM_FRAME_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ITEM_FRAME_REMOVE_ITEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ITEM_FRAME_REMOVE_ITEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ITEM_FRAME_ROTATE_ITEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ITEM_FRAME_ROTATE_ITEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ITEM_PICKUP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ITEM_PICKUP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_LEASH_KNOT_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_LEASH_KNOT_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_LEASH_KNOT_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_LEASH_KNOT_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_LIGHTNING_BOLT_IMPACT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_LIGHTNING_BOLT_IMPACT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_LIGHTNING_BOLT_THUNDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_LIGHTNING_BOLT_THUNDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_LINGERING_POTION_THROW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_LINGERING_POTION_THROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_LLAMA_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_LLAMA_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_LLAMA_ANGRY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_LLAMA_ANGRY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_LLAMA_CHEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_LLAMA_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_LLAMA_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_LLAMA_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_LLAMA_EAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_LLAMA_EAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_LLAMA_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_LLAMA_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_LLAMA_SPIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_LLAMA_SPIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_LLAMA_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_LLAMA_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_LLAMA_SWAG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_LLAMA_SWAG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_MAGMA_CUBE_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_MAGMA_CUBE_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_MAGMA_CUBE_DEATH_SMALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_MAGMA_CUBE_DEATH_SMALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_MAGMA_CUBE_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_MAGMA_CUBE_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_MAGMA_CUBE_HURT_SMALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_MAGMA_CUBE_HURT_SMALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_MAGMA_CUBE_JUMP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_MAGMA_CUBE_JUMP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_MAGMA_CUBE_SQUISH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_MAGMA_CUBE_SQUISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_MAGMA_CUBE_SQUISH_SMALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_MAGMA_CUBE_SQUISH_SMALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_MINECART_INSIDE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_MINECART_INSIDE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_MINECART_RIDING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_MINECART_RIDING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_MOOSHROOM_CONVERT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_MOOSHROOM_CONVERT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_MOOSHROOM_EAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_MOOSHROOM_EAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_MOOSHROOM_MILK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_MOOSHROOM_MILK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_MOOSHROOM_SHEAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_MOOSHROOM_SHEAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_MOOSHROOM_SUSPICIOUS_MILK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_MOOSHROOM_SUSPICIOUS_MILK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_MULE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_MULE_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_MULE_CHEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_MULE_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_MULE_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_MULE_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_MULE_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_MULE_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_OCELOT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_OCELOT_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_OCELOT_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_OCELOT_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_OCELOT_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_OCELOT_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PAINTING_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PAINTING_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PAINTING_PLACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PAINTING_PLACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PANDA_AGGRESSIVE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PANDA_AGGRESSIVE_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PANDA_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PANDA_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PANDA_BITE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PANDA_BITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PANDA_CANT_BREED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PANDA_CANT_BREED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PANDA_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PANDA_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PANDA_EAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PANDA_EAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PANDA_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PANDA_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PANDA_PRE_SNEEZE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PANDA_PRE_SNEEZE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PANDA_SNEEZE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PANDA_SNEEZE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PANDA_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PANDA_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PANDA_WORRIED_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PANDA_WORRIED_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_EAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_EAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_FLY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_FLY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_BLAZE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_BLAZE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_CREEPER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_CREEPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_DROWNED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_DROWNED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_ELDER_GUARDIAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_ELDER_GUARDIAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_ENDERMITE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_ENDERMITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_ENDER_DRAGON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_ENDER_DRAGON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_EVOKER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_EVOKER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_GHAST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_GHAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_GUARDIAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_GUARDIAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_HUSK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_HUSK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_ILLUSIONER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_ILLUSIONER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_MAGMA_CUBE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_MAGMA_CUBE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_PHANTOM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_PHANTOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_PILLAGER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_PILLAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_RAVAGER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_RAVAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_SHULKER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_SHULKER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_SILVERFISH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_SILVERFISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_SKELETON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_SKELETON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_SLIME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_SLIME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_SPIDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_SPIDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_STRAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_STRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_VEX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_VEX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_VINDICATOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_VINDICATOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_WITCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_WITCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_WITHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_WITHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_WITHER_SKELETON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_WITHER_SKELETON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_ZOMBIE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_ZOMBIE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_IMITATE_ZOMBIE_VILLAGER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_ZOMBIE_VILLAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PARROT_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PARROT_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PHANTOM_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PHANTOM_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PHANTOM_BITE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PHANTOM_BITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PHANTOM_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PHANTOM_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PHANTOM_FLAP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PHANTOM_FLAP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PHANTOM_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PHANTOM_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PHANTOM_SWOOP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PHANTOM_SWOOP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PIG_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PIG_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PIG_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PIG_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PIG_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PIG_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PIG_SADDLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PIG_SADDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PIG_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PIG_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PILLAGER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PILLAGER_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PILLAGER_CELEBRATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PILLAGER_CELEBRATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PILLAGER_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PILLAGER_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PILLAGER_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PILLAGER_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PLAYER_ATTACK_CRIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PLAYER_ATTACK_CRIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PLAYER_ATTACK_KNOCKBACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PLAYER_ATTACK_KNOCKBACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PLAYER_ATTACK_NODAMAGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PLAYER_ATTACK_NODAMAGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PLAYER_ATTACK_STRONG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PLAYER_ATTACK_STRONG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PLAYER_ATTACK_SWEEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PLAYER_ATTACK_SWEEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PLAYER_ATTACK_WEAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PLAYER_ATTACK_WEAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PLAYER_BIG_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PLAYER_BIG_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PLAYER_BREATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PLAYER_BREATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PLAYER_BURP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PLAYER_BURP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PLAYER_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PLAYER_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PLAYER_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PLAYER_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PLAYER_HURT_DROWN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PLAYER_HURT_DROWN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PLAYER_HURT_ON_FIRE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PLAYER_HURT_ON_FIRE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PLAYER_HURT_SWEET_BERRY_BUSH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PLAYER_HURT_SWEET_BERRY_BUSH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PLAYER_LEVELUP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PLAYER_LEVELUP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PLAYER_SMALL_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PLAYER_SMALL_FALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PLAYER_SPLASH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PLAYER_SPLASH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PLAYER_SPLASH_HIGH_SPEED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PLAYER_SPLASH_HIGH_SPEED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PLAYER_SWIM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PLAYER_SWIM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_POLAR_BEAR_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_POLAR_BEAR_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_POLAR_BEAR_AMBIENT_BABY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_POLAR_BEAR_AMBIENT_BABY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_POLAR_BEAR_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_POLAR_BEAR_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_POLAR_BEAR_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_POLAR_BEAR_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_POLAR_BEAR_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_POLAR_BEAR_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_POLAR_BEAR_WARNING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_POLAR_BEAR_WARNING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PUFFER_FISH_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PUFFER_FISH_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PUFFER_FISH_BLOW_OUT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PUFFER_FISH_BLOW_OUT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PUFFER_FISH_BLOW_UP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PUFFER_FISH_BLOW_UP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PUFFER_FISH_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PUFFER_FISH_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PUFFER_FISH_FLOP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PUFFER_FISH_FLOP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PUFFER_FISH_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PUFFER_FISH_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_PUFFER_FISH_STING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_PUFFER_FISH_STING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_RABBIT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_RABBIT_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_RABBIT_ATTACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_RABBIT_ATTACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_RABBIT_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_RABBIT_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_RABBIT_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_RABBIT_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_RABBIT_JUMP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_RABBIT_JUMP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_RAVAGER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_RAVAGER_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_RAVAGER_ATTACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_RAVAGER_ATTACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_RAVAGER_CELEBRATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_RAVAGER_CELEBRATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_RAVAGER_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_RAVAGER_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_RAVAGER_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_RAVAGER_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_RAVAGER_ROAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_RAVAGER_ROAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_RAVAGER_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_RAVAGER_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_RAVAGER_STUNNED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_RAVAGER_STUNNED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SALMON_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SALMON_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SALMON_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SALMON_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SALMON_FLOP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SALMON_FLOP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SALMON_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SALMON_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SHEEP_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SHEEP_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SHEEP_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SHEEP_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SHEEP_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SHEEP_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SHEEP_SHEAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SHEEP_SHEAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SHEEP_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SHEEP_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SHULKER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SHULKER_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SHULKER_BULLET_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SHULKER_BULLET_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SHULKER_BULLET_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SHULKER_BULLET_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SHULKER_CLOSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SHULKER_CLOSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SHULKER_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SHULKER_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SHULKER_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SHULKER_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SHULKER_HURT_CLOSED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SHULKER_HURT_CLOSED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SHULKER_OPEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SHULKER_OPEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SHULKER_SHOOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SHULKER_SHOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SHULKER_TELEPORT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SHULKER_TELEPORT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SILVERFISH_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SILVERFISH_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SILVERFISH_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SILVERFISH_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SILVERFISH_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SILVERFISH_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SILVERFISH_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SILVERFISH_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SKELETON_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SKELETON_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SKELETON_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SKELETON_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SKELETON_HORSE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SKELETON_HORSE_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SKELETON_HORSE_AMBIENT_WATER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SKELETON_HORSE_AMBIENT_WATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SKELETON_HORSE_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SKELETON_HORSE_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SKELETON_HORSE_GALLOP_WATER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SKELETON_HORSE_GALLOP_WATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SKELETON_HORSE_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SKELETON_HORSE_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SKELETON_HORSE_JUMP_WATER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SKELETON_HORSE_JUMP_WATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SKELETON_HORSE_STEP_WATER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SKELETON_HORSE_STEP_WATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SKELETON_HORSE_SWIM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SKELETON_HORSE_SWIM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SKELETON_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SKELETON_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SKELETON_SHOOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SKELETON_SHOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SKELETON_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SKELETON_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SLIME_ATTACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SLIME_ATTACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SLIME_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SLIME_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SLIME_DEATH_SMALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SLIME_DEATH_SMALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SLIME_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SLIME_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SLIME_HURT_SMALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SLIME_HURT_SMALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SLIME_JUMP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SLIME_JUMP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SLIME_JUMP_SMALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SLIME_JUMP_SMALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SLIME_SQUISH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SLIME_SQUISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SLIME_SQUISH_SMALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SLIME_SQUISH_SMALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SNOWBALL_THROW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SNOWBALL_THROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SNOW_GOLEM_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SNOW_GOLEM_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SNOW_GOLEM_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SNOW_GOLEM_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SNOW_GOLEM_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SNOW_GOLEM_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SNOW_GOLEM_SHOOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SNOW_GOLEM_SHOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SPIDER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SPIDER_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SPIDER_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SPIDER_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SPIDER_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SPIDER_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SPIDER_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SPIDER_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SPLASH_POTION_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SPLASH_POTION_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SPLASH_POTION_THROW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SPLASH_POTION_THROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SQUID_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SQUID_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SQUID_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SQUID_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SQUID_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SQUID_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_SQUID_SQUIRT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_SQUID_SQUIRT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_STRAY_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_STRAY_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_STRAY_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_STRAY_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_STRAY_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_STRAY_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_STRAY_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_STRAY_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_TNT_PRIMED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_TNT_PRIMED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_TROPICAL_FISH_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_TROPICAL_FISH_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_TROPICAL_FISH_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_TROPICAL_FISH_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_TROPICAL_FISH_FLOP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_TROPICAL_FISH_FLOP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_TROPICAL_FISH_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_TROPICAL_FISH_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_TURTLE_AMBIENT_LAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_TURTLE_AMBIENT_LAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_TURTLE_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_TURTLE_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_TURTLE_DEATH_BABY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_TURTLE_DEATH_BABY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_TURTLE_EGG_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_TURTLE_EGG_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_TURTLE_EGG_CRACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_TURTLE_EGG_CRACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_TURTLE_EGG_HATCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_TURTLE_EGG_HATCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_TURTLE_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_TURTLE_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_TURTLE_HURT_BABY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_TURTLE_HURT_BABY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_TURTLE_LAY_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_TURTLE_LAY_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_TURTLE_SHAMBLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_TURTLE_SHAMBLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_TURTLE_SHAMBLE_BABY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_TURTLE_SHAMBLE_BABY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_TURTLE_SWIM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_TURTLE_SWIM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VEX_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VEX_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VEX_CHARGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VEX_CHARGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VEX_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VEX_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VEX_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VEX_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VILLAGER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VILLAGER_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VILLAGER_CELEBRATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VILLAGER_CELEBRATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VILLAGER_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VILLAGER_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VILLAGER_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VILLAGER_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VILLAGER_NO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VILLAGER_NO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VILLAGER_TRADE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VILLAGER_TRADE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VILLAGER_WORK_ARMORER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_ARMORER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VILLAGER_WORK_BUTCHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_BUTCHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VILLAGER_WORK_CARTOGRAPHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_CARTOGRAPHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VILLAGER_WORK_CLERIC",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_CLERIC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VILLAGER_WORK_FARMER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_FARMER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VILLAGER_WORK_FISHERMAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_FISHERMAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VILLAGER_WORK_FLETCHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_FLETCHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VILLAGER_WORK_LEATHERWORKER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_LEATHERWORKER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VILLAGER_WORK_LIBRARIAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_LIBRARIAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VILLAGER_WORK_MASON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_MASON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VILLAGER_WORK_SHEPHERD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_SHEPHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VILLAGER_WORK_TOOLSMITH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_TOOLSMITH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VILLAGER_WORK_WEAPONSMITH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_WEAPONSMITH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VILLAGER_YES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VILLAGER_YES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VINDICATOR_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VINDICATOR_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VINDICATOR_CELEBRATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VINDICATOR_CELEBRATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VINDICATOR_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VINDICATOR_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_VINDICATOR_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_VINDICATOR_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WANDERING_TRADER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WANDERING_TRADER_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WANDERING_TRADER_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WANDERING_TRADER_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WANDERING_TRADER_DISAPPEARED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WANDERING_TRADER_DISAPPEARED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WANDERING_TRADER_DRINK_MILK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WANDERING_TRADER_DRINK_MILK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WANDERING_TRADER_DRINK_POTION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WANDERING_TRADER_DRINK_POTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WANDERING_TRADER_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WANDERING_TRADER_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WANDERING_TRADER_NO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WANDERING_TRADER_NO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WANDERING_TRADER_REAPPEARED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WANDERING_TRADER_REAPPEARED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WANDERING_TRADER_TRADE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WANDERING_TRADER_TRADE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WANDERING_TRADER_YES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WANDERING_TRADER_YES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WITCH_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WITCH_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WITCH_CELEBRATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WITCH_CELEBRATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WITCH_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WITCH_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WITCH_DRINK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WITCH_DRINK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WITCH_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WITCH_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WITCH_THROW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WITCH_THROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WITHER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WITHER_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WITHER_BREAK_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WITHER_BREAK_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WITHER_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WITHER_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WITHER_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WITHER_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WITHER_SHOOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WITHER_SHOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WITHER_SKELETON_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WITHER_SKELETON_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WITHER_SKELETON_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WITHER_SKELETON_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WITHER_SKELETON_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WITHER_SKELETON_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WITHER_SKELETON_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WITHER_SKELETON_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WITHER_SPAWN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WITHER_SPAWN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WOLF_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WOLF_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WOLF_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WOLF_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WOLF_GROWL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WOLF_GROWL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WOLF_HOWL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WOLF_HOWL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WOLF_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WOLF_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WOLF_PANT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WOLF_PANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WOLF_SHAKE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WOLF_SHAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WOLF_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WOLF_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_WOLF_WHINE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_WOLF_WHINE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_ATTACK_IRON_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_ATTACK_IRON_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_ATTACK_WOODEN_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_ATTACK_WOODEN_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_BREAK_WOODEN_DOOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_BREAK_WOODEN_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_CONVERTED_TO_DROWNED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_CONVERTED_TO_DROWNED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_DESTROY_EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_DESTROY_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_HORSE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_HORSE_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_HORSE_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_HORSE_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_HORSE_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_HORSE_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_INFECT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_INFECT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_PIGMAN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_PIGMAN_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_PIGMAN_ANGRY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_PIGMAN_ANGRY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_PIGMAN_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_PIGMAN_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_PIGMAN_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_PIGMAN_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_VILLAGER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_VILLAGER_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_VILLAGER_CONVERTED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_VILLAGER_CONVERTED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_VILLAGER_CURE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_VILLAGER_CURE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_VILLAGER_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_VILLAGER_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_VILLAGER_HURT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_VILLAGER_HURT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ZOMBIE_VILLAGER_STEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ENTITY_ZOMBIE_VILLAGER_STEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EVENT_RAID_HORN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#EVENT_RAID_HORN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_ARMOR_EQUIP_CHAIN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_ARMOR_EQUIP_CHAIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_ARMOR_EQUIP_DIAMOND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_ARMOR_EQUIP_DIAMOND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_ARMOR_EQUIP_ELYTRA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_ARMOR_EQUIP_ELYTRA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_ARMOR_EQUIP_GENERIC",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_ARMOR_EQUIP_GENERIC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_ARMOR_EQUIP_GOLD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_ARMOR_EQUIP_GOLD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_ARMOR_EQUIP_IRON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_ARMOR_EQUIP_IRON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_ARMOR_EQUIP_LEATHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_ARMOR_EQUIP_LEATHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_ARMOR_EQUIP_TURTLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_ARMOR_EQUIP_TURTLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_AXE_STRIP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_AXE_STRIP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_BOOK_PAGE_TURN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_BOOK_PAGE_TURN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_BOOK_PUT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_BOOK_PUT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_BOTTLE_EMPTY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_BOTTLE_EMPTY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_BOTTLE_FILL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_BOTTLE_FILL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_BOTTLE_FILL_DRAGONBREATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_BOTTLE_FILL_DRAGONBREATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_BUCKET_EMPTY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_BUCKET_EMPTY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_BUCKET_EMPTY_FISH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_BUCKET_EMPTY_FISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_BUCKET_EMPTY_LAVA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_BUCKET_EMPTY_LAVA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_BUCKET_FILL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_BUCKET_FILL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_BUCKET_FILL_FISH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_BUCKET_FILL_FISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_BUCKET_FILL_LAVA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_BUCKET_FILL_LAVA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_CHORUS_FRUIT_TELEPORT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_CHORUS_FRUIT_TELEPORT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_CROP_PLANT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_CROP_PLANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_CROSSBOW_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_CROSSBOW_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_CROSSBOW_LOADING_END",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_CROSSBOW_LOADING_END"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_CROSSBOW_LOADING_MIDDLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_CROSSBOW_LOADING_MIDDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_CROSSBOW_LOADING_START",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_CROSSBOW_LOADING_START"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_CROSSBOW_QUICK_CHARGE_1",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_CROSSBOW_QUICK_CHARGE_1"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_CROSSBOW_QUICK_CHARGE_2",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_CROSSBOW_QUICK_CHARGE_2"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_CROSSBOW_QUICK_CHARGE_3",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_CROSSBOW_QUICK_CHARGE_3"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_CROSSBOW_SHOOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_CROSSBOW_SHOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_ELYTRA_FLYING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_ELYTRA_FLYING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_FIRECHARGE_USE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_FIRECHARGE_USE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_FLINTANDSTEEL_USE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_FLINTANDSTEEL_USE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_HOE_TILL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_HOE_TILL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_HONEY_BOTTLE_DRINK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_HONEY_BOTTLE_DRINK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_NETHER_WART_PLANT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_NETHER_WART_PLANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_SHIELD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_SHIELD_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_SHIELD_BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_SHIELD_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_SHOVEL_FLATTEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_SHOVEL_FLATTEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_SWEET_BERRIES_PICK_FROM_BUSH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_SWEET_BERRIES_PICK_FROM_BUSH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_TOTEM_USE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_TOTEM_USE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_TRIDENT_HIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_TRIDENT_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_TRIDENT_HIT_GROUND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_TRIDENT_HIT_GROUND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_TRIDENT_RETURN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_TRIDENT_RETURN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_TRIDENT_RIPTIDE_1",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_TRIDENT_RIPTIDE_1"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_TRIDENT_RIPTIDE_2",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_TRIDENT_RIPTIDE_2"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_TRIDENT_RIPTIDE_3",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_TRIDENT_RIPTIDE_3"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_TRIDENT_THROW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_TRIDENT_THROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_TRIDENT_THUNDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#ITEM_TRIDENT_THUNDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_CREATIVE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#MUSIC_CREATIVE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_CREDITS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#MUSIC_CREDITS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_11",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#MUSIC_DISC_11"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_13",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#MUSIC_DISC_13"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#MUSIC_DISC_BLOCKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_CAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#MUSIC_DISC_CAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_CHIRP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#MUSIC_DISC_CHIRP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_FAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#MUSIC_DISC_FAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_MALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#MUSIC_DISC_MALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_MELLOHI",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#MUSIC_DISC_MELLOHI"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_STAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#MUSIC_DISC_STAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_STRAD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#MUSIC_DISC_STRAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_WAIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#MUSIC_DISC_WAIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_WARD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#MUSIC_DISC_WARD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DRAGON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#MUSIC_DRAGON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_END",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#MUSIC_END"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_GAME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#MUSIC_GAME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_MENU",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#MUSIC_MENU"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_NETHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#MUSIC_NETHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_UNDER_WATER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#MUSIC_UNDER_WATER"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Sound()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#Sound()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UI_BUTTON_CLICK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#UI_BUTTON_CLICK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UI_CARTOGRAPHY_TABLE_TAKE_RESULT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#UI_CARTOGRAPHY_TABLE_TAKE_RESULT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UI_LOOM_SELECT_PATTERN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#UI_LOOM_SELECT_PATTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UI_LOOM_TAKE_RESULT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#UI_LOOM_TAKE_RESULT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UI_STONECUTTER_SELECT_RECIPE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#UI_STONECUTTER_SELECT_RECIPE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UI_STONECUTTER_TAKE_RESULT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#UI_STONECUTTER_TAKE_RESULT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UI_TOAST_CHALLENGE_COMPLETE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#UI_TOAST_CHALLENGE_COMPLETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UI_TOAST_IN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#UI_TOAST_IN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UI_TOAST_OUT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#UI_TOAST_OUT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEATHER_RAIN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#WEATHER_RAIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEATHER_RAIN_ABOVE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#WEATHER_RAIN_ABOVE"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Sound.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.SoundCategory",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SoundCategory.html#AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SoundCategory.html#BLOCKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HOSTILE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SoundCategory.html#HOSTILE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MASTER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SoundCategory.html#MASTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SoundCategory.html#MUSIC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NEUTRAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SoundCategory.html#NEUTRAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAYERS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SoundCategory.html#PLAYERS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RECORDS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SoundCategory.html#RECORDS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SoundCategory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SoundCategory.html#SoundCategory()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VOICE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SoundCategory.html#VOICE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEATHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SoundCategory.html#WEATHER"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SoundCategory.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SoundCategory.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/SoundCategory.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.Statistic",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANIMALS_BRED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#ANIMALS_BRED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMOR_CLEANED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#ARMOR_CLEANED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AVIATE_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#AVIATE_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BANNER_CLEANED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#BANNER_CLEANED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEACON_INTERACTION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#BEACON_INTERACTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BELL_RING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#BELL_RING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOAT_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#BOAT_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREAK_ITEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#BREAK_ITEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREWINGSTAND_INTERACTION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#BREWINGSTAND_INTERACTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAKE_SLICES_EATEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#CAKE_SLICES_EATEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAULDRON_FILLED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#CAULDRON_FILLED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAULDRON_USED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#CAULDRON_USED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHEST_OPENED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#CHEST_OPENED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLEAN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#CLEAN_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLIMB_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#CLIMB_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRAFTING_TABLE_INTERACTION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#CRAFTING_TABLE_INTERACTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRAFT_ITEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#CRAFT_ITEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CROUCH_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#CROUCH_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DAMAGE_ABSORBED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#DAMAGE_ABSORBED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DAMAGE_BLOCKED_BY_SHIELD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#DAMAGE_BLOCKED_BY_SHIELD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DAMAGE_DEALT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#DAMAGE_DEALT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DAMAGE_DEALT_ABSORBED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#DAMAGE_DEALT_ABSORBED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DAMAGE_DEALT_RESISTED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#DAMAGE_DEALT_RESISTED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DAMAGE_RESISTED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#DAMAGE_RESISTED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DAMAGE_TAKEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#DAMAGE_TAKEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEATHS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#DEATHS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DISPENSER_INSPECTED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#DISPENSER_INSPECTED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#DROP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROPPER_INSPECTED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#DROPPER_INSPECTED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROP_COUNT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#DROP_COUNT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDERCHEST_OPENED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#ENDERCHEST_OPENED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_KILLED_BY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#ENTITY_KILLED_BY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALL_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#FALL_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FISH_CAUGHT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#FISH_CAUGHT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLOWER_POTTED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#FLOWER_POTTED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLY_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#FLY_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FURNACE_INTERACTION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#FURNACE_INTERACTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HOPPER_INSPECTED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#HOPPER_INSPECTED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HORSE_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#HORSE_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTERACT_WITH_ANVIL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#INTERACT_WITH_ANVIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTERACT_WITH_BLAST_FURNACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#INTERACT_WITH_BLAST_FURNACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTERACT_WITH_CAMPFIRE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#INTERACT_WITH_CAMPFIRE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTERACT_WITH_CARTOGRAPHY_TABLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#INTERACT_WITH_CARTOGRAPHY_TABLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTERACT_WITH_GRINDSTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#INTERACT_WITH_GRINDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTERACT_WITH_LECTERN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#INTERACT_WITH_LECTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTERACT_WITH_LOOM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#INTERACT_WITH_LOOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTERACT_WITH_SMOKER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#INTERACT_WITH_SMOKER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTERACT_WITH_STONECUTTER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#INTERACT_WITH_STONECUTTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_ENCHANTED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#ITEM_ENCHANTED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUMP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#JUMP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "KILL_ENTITY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#KILL_ENTITY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEAVE_GAME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#LEAVE_GAME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MINECART_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#MINECART_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MINE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#MINE_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOB_KILLS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#MOB_KILLS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NOTEBLOCK_PLAYED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#NOTEBLOCK_PLAYED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NOTEBLOCK_TUNED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#NOTEBLOCK_TUNED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OPEN_BARREL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#OPEN_BARREL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PICKUP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#PICKUP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIG_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#PIG_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAYER_KILLS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#PLAYER_KILLS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAY_ONE_MINUTE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#PLAY_ONE_MINUTE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAID_TRIGGER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#RAID_TRIGGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAID_WIN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#RAID_WIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RECORD_PLAYED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#RECORD_PLAYED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHULKER_BOX_OPENED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#SHULKER_BOX_OPENED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SLEEP_IN_BED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#SLEEP_IN_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNEAK_TIME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#SNEAK_TIME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRINT_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#SPRINT_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SWIM_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#SWIM_ONE_CM"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Statistic()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#Statistic()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Statistic(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#Statistic(Type)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TALKED_TO_VILLAGER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#TALKED_TO_VILLAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TIME_SINCE_DEATH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#TIME_SINCE_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TIME_SINCE_REST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#TIME_SINCE_REST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRADED_WITH_VILLAGER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#TRADED_WITH_VILLAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRAPPED_CHEST_TRIGGERED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#TRAPPED_CHEST_TRIGGERED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "USE_ITEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#USE_ITEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WALK_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#WALK_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WALK_ON_WATER_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/Statistic.html#WALK_UNDER_WATER_ONE_CM"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "isBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#isBlock()"
          },
          {
            "kind": "METHOD",
            "name": "isSubstatistic()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#isSubstatistic()"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/Statistic/Type.html#BLOCK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENTITY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic/Type.html#ENTITY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ITEM",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic/Type.html#ITEM"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic/Type.html#Type()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNTYPED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic/Type.html#UNTYPED"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic/Type.html"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#type"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Statistic.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/StructureType.html#\u003cT\u003eregister(T)"
          },
          {
            "kind": "FIELD",
            "name": "BURIED_TREASURE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#BURIED_TREASURE"
          },
          {
            "kind": "FIELD",
            "name": "DESERT_PYRAMID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#DESERT_PYRAMID"
          },
          {
            "kind": "FIELD",
            "name": "END_CITY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#END_CITY"
          },
          {
            "kind": "FIELD",
            "name": "IGLOO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#IGLOO"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_PYRAMID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#JUNGLE_PYRAMID"
          },
          {
            "kind": "FIELD",
            "name": "MINESHAFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#MINESHAFT"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_FORTRESS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#NETHER_FORTRESS"
          },
          {
            "kind": "FIELD",
            "name": "OCEAN_MONUMENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#OCEAN_MONUMENT"
          },
          {
            "kind": "FIELD",
            "name": "OCEAN_RUIN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#OCEAN_RUIN"
          },
          {
            "kind": "FIELD",
            "name": "PILLAGER_OUTPOST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#PILLAGER_OUTPOST"
          },
          {
            "kind": "FIELD",
            "name": "SHIPWRECK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#SHIPWRECK"
          },
          {
            "kind": "FIELD",
            "name": "STRONGHOLD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#STRONGHOLD"
          },
          {
            "kind": "FIELD",
            "name": "SWAMP_HUT",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/StructureType.html#StructureType(String,Type)"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#VILLAGE"
          },
          {
            "kind": "FIELD",
            "name": "WOODLAND_MANSION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#WOODLAND_MANSION"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getMapIcon()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#getMapIcon()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getStructureTypes()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#getStructureTypes()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#hashCode()"
          },
          {
            "kind": "FIELD",
            "name": "mapCursor",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#mapCursor"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#name"
          },
          {
            "kind": "FIELD",
            "name": "structureTypeMap",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#structureTypeMap"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/StructureType.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.Tag",
        "children": [
          {
            "kind": "FIELD",
            "name": "ACACIA_LOGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#ACACIA_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "ANVIL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#ANVIL"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_PLANTABLE_ON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#BAMBOO_PLANTABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "BANNERS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#BANNERS"
          },
          {
            "kind": "FIELD",
            "name": "BEDS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#BEDS"
          },
          {
            "kind": "FIELD",
            "name": "BEEHIVES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#BEEHIVES"
          },
          {
            "kind": "FIELD",
            "name": "BEE_GROWABLES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#BEE_GROWABLES"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_LOGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#BIRCH_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "BUTTONS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#BUTTONS"
          },
          {
            "kind": "FIELD",
            "name": "CARPETS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#CARPETS"
          },
          {
            "kind": "FIELD",
            "name": "CORALS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#CORALS"
          },
          {
            "kind": "FIELD",
            "name": "CORAL_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#CORAL_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "CORAL_PLANTS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#CORAL_PLANTS"
          },
          {
            "kind": "FIELD",
            "name": "CROPS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#CROPS"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_LOGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#DARK_OAK_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "DOORS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#DOORS"
          },
          {
            "kind": "FIELD",
            "name": "DRAGON_IMMUNE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#DRAGON_IMMUNE"
          },
          {
            "kind": "FIELD",
            "name": "ENDERMAN_HOLDABLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#ENDERMAN_HOLDABLE"
          },
          {
            "kind": "FIELD",
            "name": "FENCES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#FENCES"
          },
          {
            "kind": "FIELD",
            "name": "FLOWERS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#FLOWERS"
          },
          {
            "kind": "FIELD",
            "name": "FLOWER_POTS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#FLOWER_POTS"
          },
          {
            "kind": "FIELD",
            "name": "ICE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#ICE"
          },
          {
            "kind": "FIELD",
            "name": "IMPERMEABLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#IMPERMEABLE"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ARROWS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#ITEMS_ARROWS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_BANNERS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#ITEMS_BANNERS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_BOATS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#ITEMS_BOATS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_COALS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#ITEMS_COALS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_FISHES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#ITEMS_FISHES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_LECTERN_BOOKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#ITEMS_LECTERN_BOOKS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_MUSIC_DISCS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#ITEMS_MUSIC_DISCS"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_LOGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#JUNGLE_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "LEAVES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "LOGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#LOGS"
          },
          {
            "kind": "FIELD",
            "name": "OAK_LOGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#OAK_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "PLANKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "PORTALS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#PORTALS"
          },
          {
            "kind": "FIELD",
            "name": "RAILS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#RAILS"
          },
          {
            "kind": "FIELD",
            "name": "REGISTRY_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#REGISTRY_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "REGISTRY_ITEMS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#REGISTRY_ITEMS"
          },
          {
            "kind": "FIELD",
            "name": "SAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#SAND"
          },
          {
            "kind": "FIELD",
            "name": "SAPLINGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#SAPLINGS"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_BOXES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#SHULKER_BOXES"
          },
          {
            "kind": "FIELD",
            "name": "SIGNS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "SLABS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#SLABS"
          },
          {
            "kind": "FIELD",
            "name": "SMALL_FLOWERS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#SMALL_FLOWERS"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_LOGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#SPRUCE_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "STANDING_SIGNS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#STANDING_SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#STONE_BRICKS"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "FIELD",
            "name": "TALL_FLOWERS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#TALL_FLOWERS"
          },
          {
            "kind": "FIELD",
            "name": "TRAPDOORS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#TRAPDOORS"
          },
          {
            "kind": "FIELD",
            "name": "UNDERWATER_BONEMEALS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#UNDERWATER_BONEMEALS"
          },
          {
            "kind": "FIELD",
            "name": "VALID_SPAWN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#VALID_SPAWN"
          },
          {
            "kind": "FIELD",
            "name": "WALLS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#WALLS"
          },
          {
            "kind": "FIELD",
            "name": "WALL_CORALS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#WALL_CORALS"
          },
          {
            "kind": "FIELD",
            "name": "WALL_SIGNS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#WALL_SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_IMMUNE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#WITHER_IMMUNE"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_BUTTONS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#WOODEN_BUTTONS"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_DOORS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#WOODEN_DOORS"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_FENCES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#WOODEN_FENCES"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_PRESSURE_PLATES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#WOODEN_PRESSURE_PLATES"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_SLABS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#WOODEN_SLABS"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_STAIRS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#WOODEN_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_TRAPDOORS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#WOODEN_TRAPDOORS"
          },
          {
            "kind": "FIELD",
            "name": "WOOL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#WOOL"
          },
          {
            "kind": "METHOD",
            "name": "getValues()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#getValues()"
          },
          {
            "kind": "METHOD",
            "name": "isTagged(T)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html#isTagged(T)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Tag.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.TreeSpecies",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeSpecies.html#ACACIA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeSpecies.html#BIRCH"
          },
          {
            "kind": "FIELD",
            "name": "BY_DATA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeSpecies.html#BY_DATA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeSpecies.html#DARK_OAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GENERIC",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeSpecies.html#GENERIC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeSpecies.html#JUNGLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDWOOD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeSpecies.html#REDWOOD"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "TreeSpecies(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeSpecies.html#TreeSpecies(int)"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeSpecies.html#data"
          },
          {
            "kind": "METHOD",
            "name": "getByData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeSpecies.html#getByData(byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeSpecies.html#getData()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeSpecies.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeSpecies.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeSpecies.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.TreeType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeType.html#ACACIA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIG_TREE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeType.html#BIG_TREE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeType.html#BIRCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeType.html#BROWN_MUSHROOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHORUS_PLANT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeType.html#CHORUS_PLANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COCOA_TREE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeType.html#COCOA_TREE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeType.html#DARK_OAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeType.html#JUNGLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_BUSH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeType.html#JUNGLE_BUSH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MEGA_REDWOOD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeType.html#MEGA_REDWOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDWOOD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeType.html#REDWOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeType.html#RED_MUSHROOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMALL_JUNGLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeType.html#SMALL_JUNGLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SWAMP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeType.html#SWAMP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TALL_BIRCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeType.html#TALL_BIRCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TALL_REDWOOD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeType.html#TALL_REDWOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TREE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeType.html#TREE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "TreeType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeType.html#TreeType()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/TreeType.html"
      },
      {
        "kind": "ANNOTATION_TYPE",
        "name": "org.bukkit.UndefinedNullability",
        "children": [
          {
            "kind": "METHOD",
            "name": "value()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/UndefinedNullability.html#value()"
          }
        ],
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.UnsafeValues",
        "children": [
          {
            "kind": "METHOD",
            "name": "checkSupported(PluginDescriptionFile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pdf"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/UnsafeValues.html#checkSupported(PluginDescriptionFile)"
          },
          {
            "kind": "METHOD",
            "name": "fromLegacy(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/UnsafeValues.html#fromLegacy(Material,byte)"
          },
          {
            "kind": "METHOD",
            "name": "fromLegacy(MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/UnsafeValues.html#fromLegacy(MaterialData,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getDataVersion()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/UnsafeValues.html#getDataVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getMaterial(String,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              },
              {
                "kind": "PARAMETER",
                "name": "version"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/UnsafeValues.html#getMaterial(String,int)"
          },
          {
            "kind": "METHOD",
            "name": "getTimingsServerName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/UnsafeValues.html#getTimingsServerName()"
          },
          {
            "kind": "METHOD",
            "name": "getVersionFetcher()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/UnsafeValues.html#getVersionFetcher()"
          },
          {
            "kind": "METHOD",
            "name": "isLegacyPlugin(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/UnsafeValues.html#isLegacyPlugin(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "isSupportedApiVersion(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "apiVersion"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/UnsafeValues.html#isSupportedApiVersion(String)"
          },
          {
            "kind": "METHOD",
            "name": "loadAdvancement(NamespacedKey,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "advancement"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/UnsafeValues.html#modifyItemStack(ItemStack,String)"
          },
          {
            "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.15.1/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.15.1/org/bukkit/UnsafeValues.html#removeAdvancement(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "toLegacy(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/UnsafeValues.html#toLegacy(Material)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/UnsafeValues.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "ANNOTATION_TYPE",
        "name": "org.bukkit.Utility"
      },
      {
        "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.15.1/org/bukkit/Warning/WarningState.html#DEFAULT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OFF",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Warning/WarningState.html#OFF"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ON",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Warning/WarningState.html#ON"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "WarningState()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Warning/WarningState.html#WarningState()"
              },
              {
                "kind": "METHOD",
                "name": "printFor(Warning)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "warning"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Warning/WarningState.html#printFor(Warning)"
              },
              {
                "kind": "METHOD",
                "name": "value(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "value"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Warning/WarningState.html#value(String)"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Warning/WarningState.html#valueOf(String)"
              },
              {
                "kind": "FIELD",
                "name": "values",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Warning/WarningState.html#values"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Warning/WarningState.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Warning/WarningState.html"
          },
          {
            "kind": "METHOD",
            "name": "reason()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Warning.html#reason()"
          },
          {
            "kind": "METHOD",
            "name": "value()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/Warning.html#value()"
          }
        ]
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.WeatherType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLEAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WeatherType.html#CLEAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOWNFALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WeatherType.html#DOWNFALL"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "WeatherType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WeatherType.html#WeatherType()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WeatherType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WeatherType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/World.html#\u003cT\u003egetEntitiesByClass(Class...)",
            "deprecated": {
              "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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/World.html#\u003cT\u003esetGameRule(GameRule,T)"
          },
          {
            "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.15.1/org/bukkit/World.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.15.1/org/bukkit/World.html#\u003cT\u003espawn(Location,Class,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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/World.html#addPluginChunkTicket(int,int,Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "canGenerateStructures()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/World.html#createExplosion(Entity,Location,float,boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(Entity,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "power"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/World.html#dropItem(Location,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "dropItemNaturally(Location,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#dropItemNaturally(Location,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "generateTree(Location,TreeType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#generateTree(Location,TreeType)"
          },
          {
            "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.15.1/org/bukkit/World.html#generateTree(Location,TreeType,BlockChangeDelegate)"
          },
          {
            "kind": "METHOD",
            "name": "getAllowAnimals()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getAllowAnimals()"
          },
          {
            "kind": "METHOD",
            "name": "getAllowMonsters()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getAllowMonsters()"
          },
          {
            "kind": "METHOD",
            "name": "getAmbientSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getAmbientSpawnLimit()"
          },
          {
            "kind": "METHOD",
            "name": "getAnimalSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getAnimalSpawnLimit()"
          },
          {
            "kind": "METHOD",
            "name": "getBiome(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getBiome(int,int)",
            "deprecated": {
              "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.15.1/org/bukkit/World.html#getBiome(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockAt(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/World.html#getBlockAtKey(long)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAt(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getChunkAt(Block)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAt(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/World.html#getChunkAt(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAt(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getChunkAt(long)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsync(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/World.html#getChunkAtAsync(Block,ChunkLoadCallback)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsync(Block,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "cb"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/World.html#getChunkAtAsync(Location,ChunkLoadCallback)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsync(Location,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cb"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/World.html#getChunkAtAsync(int,int,ChunkLoadCallback)",
            "deprecated": {
              "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.15.1/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.15.1/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.15.1/org/bukkit/World.html#getChunkAtAsync(int,int,boolean,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkCount()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getChunkCount()"
          },
          {
            "kind": "METHOD",
            "name": "getDifficulty()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/World.html#getEmptyChunkSnapshot(int,int,boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getEntities()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getEntitiesByClasses(Class...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "classes"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getEntitiesByClasses(Class...)"
          },
          {
            "kind": "METHOD",
            "name": "getEntity(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getEntity(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getEntityCount()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getEntityCount()"
          },
          {
            "kind": "METHOD",
            "name": "getEnvironment()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getEnvironment()"
          },
          {
            "kind": "METHOD",
            "name": "getForceLoadedChunks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getForceLoadedChunks()"
          },
          {
            "kind": "METHOD",
            "name": "getFullTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getFullTime()"
          },
          {
            "kind": "METHOD",
            "name": "getGameRuleValue(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rule"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getGameRuleValue(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getGameRules()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getGameRules()"
          },
          {
            "kind": "METHOD",
            "name": "getGenerator()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getGenerator()"
          },
          {
            "kind": "METHOD",
            "name": "getHighestBlockAt(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getHighestBlockAt(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getHighestBlockAt(Location,HeightmapType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "heightmap"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getHighestBlockAt(Location,HeightmapType)"
          },
          {
            "kind": "METHOD",
            "name": "getHighestBlockAt(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getHighestBlockAt(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getHighestBlockAt(int,int,HeightmapType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "heightmap"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getHighestBlockAt(int,int,HeightmapType)"
          },
          {
            "kind": "METHOD",
            "name": "getHighestBlockYAt(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getHighestBlockYAt(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getHighestBlockYAt(Location,HeightmapType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "heightmap"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getHighestBlockYAt(Location,HeightmapType)"
          },
          {
            "kind": "METHOD",
            "name": "getHighestBlockYAt(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getHighestBlockYAt(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getHighestBlockYAt(int,int,HeightmapType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "heightmap"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getHighestBlockYAt(int,int,HeightmapType)"
          },
          {
            "kind": "METHOD",
            "name": "getHumidity(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getHumidity(int,int)",
            "deprecated": {
              "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.15.1/org/bukkit/World.html#getHumidity(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getKeepSpawnInMemory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getKeepSpawnInMemory()"
          },
          {
            "kind": "METHOD",
            "name": "getLivingEntities()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getLivingEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getLoadedChunks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getLoadedChunks()"
          },
          {
            "kind": "METHOD",
            "name": "getLocationAtKey(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getLocationAtKey(long)"
          },
          {
            "kind": "METHOD",
            "name": "getMaxHeight()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getMaxHeight()"
          },
          {
            "kind": "METHOD",
            "name": "getMonsterSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getMonsterSpawnLimit()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyEntities(BoundingBox)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "boundingBox"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/World.html#getNearbyPlayers(Location,double,double,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "getPVP()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getPVP()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerCount()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getPlayerCount()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getPluginChunkTickets()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/World.html#getPluginChunkTickets(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getPopulators()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getPopulators()"
          },
          {
            "kind": "METHOD",
            "name": "getRaids()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getRaids()"
          },
          {
            "kind": "METHOD",
            "name": "getSeaLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getSeaLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getSeed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getSeed()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getSpawnLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getTemperature(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getTemperature(int,int)",
            "deprecated": {
              "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.15.1/org/bukkit/World.html#getTemperature(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getThunderDuration()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getThunderDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getTickableTileEntityCount()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getTickableTileEntityCount()"
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerAnimalSpawns()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getTicksPerAnimalSpawns()"
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerMonsterSpawns()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getTicksPerMonsterSpawns()"
          },
          {
            "kind": "METHOD",
            "name": "getTileEntityCount()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getTileEntityCount()"
          },
          {
            "kind": "METHOD",
            "name": "getTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getTime()"
          },
          {
            "kind": "METHOD",
            "name": "getUID()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getUID()"
          },
          {
            "kind": "METHOD",
            "name": "getViewDistance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getViewDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getWaterAnimalSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getWaterAnimalSpawnLimit()"
          },
          {
            "kind": "METHOD",
            "name": "getWeatherDuration()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getWeatherDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getWorldBorder()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getWorldBorder()"
          },
          {
            "kind": "METHOD",
            "name": "getWorldFolder()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getWorldFolder()"
          },
          {
            "kind": "METHOD",
            "name": "getWorldType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#getWorldType()"
          },
          {
            "kind": "METHOD",
            "name": "hasStorm()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#hasStorm()"
          },
          {
            "kind": "METHOD",
            "name": "isAutoSave()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#isAutoSave()"
          },
          {
            "kind": "METHOD",
            "name": "isChunkForceLoaded(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/World.html#isChunkGenerated(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "isChunkGenerated(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/World.html#isChunkInUse(int,int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isChunkLoaded(Chunk)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunk"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/World.html#isChunkLoaded(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "isDayTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#isDayTime()"
          },
          {
            "kind": "METHOD",
            "name": "isGameRule(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rule"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#isGameRule(String)"
          },
          {
            "kind": "METHOD",
            "name": "isHardcore()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#isHardcore()"
          },
          {
            "kind": "METHOD",
            "name": "isThundering()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#isThundering()"
          },
          {
            "kind": "METHOD",
            "name": "loadChunk(Chunk)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunk"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/World.html#loadChunk(int,int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "locateNearestRaid(Location,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#locateNearestRaid(Location,int)"
          },
          {
            "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.15.1/org/bukkit/World.html#locateNearestStructure(Location,StructureType,int,boolean)"
          },
          {
            "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.15.1/org/bukkit/World/ChunkLoadCallback.html#accept(Chunk)"
              },
              {
                "kind": "METHOD",
                "name": "onLoad(Chunk)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "chunk"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World/ChunkLoadCallback.html#onLoad(Chunk)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World/ChunkLoadCallback.html",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.World.Environment",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Environment(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "id"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World/Environment.html#Environment(int)"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NETHER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World/Environment.html#NETHER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NORMAL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World/Environment.html#NORMAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "THE_END",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World/Environment.html#THE_END"
              },
              {
                "kind": "METHOD",
                "name": "getEnvironment(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "id"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World/Environment.html#getEnvironment(int)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "getId()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World/Environment.html#getId()",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "FIELD",
                "name": "id",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World/Environment.html#id"
              },
              {
                "kind": "FIELD",
                "name": "lookup",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World/Environment.html#lookup"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World/Environment.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World/Environment.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World/Environment.html"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.World.Spigot",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Spigot()",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/World/Spigot.html#strikeLightning(Location,boolean)"
              },
              {
                "kind": "METHOD",
                "name": "strikeLightningEffect(Location,boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "isSilent"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "loc"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World/Spigot.html#strikeLightningEffect(Location,boolean)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World/Spigot.html"
          },
          {
            "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.15.1/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.15.1/org/bukkit/World.html#playEffect(Location,Effect,int,int)"
          },
          {
            "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.15.1/org/bukkit/World.html#playSound(Location,Sound,SoundCategory,float,float)"
          },
          {
            "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.15.1/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.15.1/org/bukkit/World.html#playSound(Location,String,SoundCategory,float,float)"
          },
          {
            "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.15.1/org/bukkit/World.html#playSound(Location,String,float,float)"
          },
          {
            "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.15.1/org/bukkit/World.html#rayTrace(Location,Vector,double,FluidCollisionMode,boolean,double,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.15.1/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.15.1/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.15.1/org/bukkit/World.html#rayTraceBlocks(Location,Vector,double,FluidCollisionMode,boolean)"
          },
          {
            "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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/World.html#rayTraceEntities(Location,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.15.1/org/bukkit/World.html#refreshChunk(int,int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "regenerateChunk(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#regenerateChunk(int,int)",
            "deprecated": {
              "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.15.1/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.15.1/org/bukkit/World.html#removePluginChunkTickets(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "save()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#save()"
          },
          {
            "kind": "METHOD",
            "name": "setAmbientSpawnLimit(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "limit"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#setAmbientSpawnLimit(int)"
          },
          {
            "kind": "METHOD",
            "name": "setAnimalSpawnLimit(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "limit"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#setAnimalSpawnLimit(int)"
          },
          {
            "kind": "METHOD",
            "name": "setAutoSave(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/World.html#setBiome(int,int,Biome)",
            "deprecated": {
              "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.15.1/org/bukkit/World.html#setBiome(int,int,int,Biome)"
          },
          {
            "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.15.1/org/bukkit/World.html#setChunkForceLoaded(int,int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDifficulty(Difficulty)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "difficulty"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#setDifficulty(Difficulty)"
          },
          {
            "kind": "METHOD",
            "name": "setFullTime(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "time"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/World.html#setGameRuleValue(String,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setHardcore(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hardcore"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#setHardcore(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setKeepSpawnInMemory(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "keepLoaded"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#setKeepSpawnInMemory(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setMonsterSpawnLimit(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "limit"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#setMonsterSpawnLimit(int)"
          },
          {
            "kind": "METHOD",
            "name": "setPVP(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pvp"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#setPVP(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnFlags(boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "allowAnimals"
              },
              {
                "kind": "PARAMETER",
                "name": "allowMonsters"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#setSpawnFlags(boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/World.html#setSpawnLocation(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "setStorm(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hasStorm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#setStorm(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setThunderDuration(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#setThunderDuration(int)"
          },
          {
            "kind": "METHOD",
            "name": "setThundering(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "thundering"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#setThundering(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setTicksPerAnimalSpawns(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticksPerAnimalSpawns"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#setTicksPerAnimalSpawns(int)"
          },
          {
            "kind": "METHOD",
            "name": "setTicksPerMonsterSpawns(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticksPerMonsterSpawns"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#setTicksPerMonsterSpawns(int)"
          },
          {
            "kind": "METHOD",
            "name": "setTime(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "time"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#setTime(long)"
          },
          {
            "kind": "METHOD",
            "name": "setWaterAnimalSpawnLimit(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "limit"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#setWaterAnimalSpawnLimit(int)"
          },
          {
            "kind": "METHOD",
            "name": "setWeatherDuration(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/World.html#spawnArrow(Location,Vector,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "spawnEntity(Location,EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#spawnEntity(Location,EntityType)"
          },
          {
            "kind": "METHOD",
            "name": "spawnFallingBlock(Location,BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#spawnFallingBlock(Location,BlockData)"
          },
          {
            "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.15.1/org/bukkit/World.html#spawnFallingBlock(Location,Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "spawnFallingBlock(Location,MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#spawnFallingBlock(Location,MaterialData)"
          },
          {
            "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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/World.html#spigot()"
          },
          {
            "kind": "METHOD",
            "name": "strikeLightning(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#strikeLightning(Location)"
          },
          {
            "kind": "METHOD",
            "name": "strikeLightningEffect(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html#strikeLightningEffect(Location)"
          },
          {
            "kind": "METHOD",
            "name": "unloadChunk(Chunk)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunk"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/World.html#unloadChunkRequest(int,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/World.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.WorldBorder",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCenter()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldBorder.html#getCenter()"
          },
          {
            "kind": "METHOD",
            "name": "getDamageAmount()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldBorder.html#getDamageAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getDamageBuffer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldBorder.html#getDamageBuffer()"
          },
          {
            "kind": "METHOD",
            "name": "getSize()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldBorder.html#getSize()"
          },
          {
            "kind": "METHOD",
            "name": "getWarningDistance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldBorder.html#getWarningDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getWarningTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldBorder.html#getWarningTime()"
          },
          {
            "kind": "METHOD",
            "name": "isInBounds(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldBorder.html#isInBounds(Location)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isInside(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldBorder.html#isInside(Location)"
          },
          {
            "kind": "METHOD",
            "name": "reset()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldBorder.html#reset()"
          },
          {
            "kind": "METHOD",
            "name": "setCenter(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/WorldBorder.html#setCenter(double,double)"
          },
          {
            "kind": "METHOD",
            "name": "setDamageAmount(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldBorder.html#setDamageAmount(double)"
          },
          {
            "kind": "METHOD",
            "name": "setDamageBuffer(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blocks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldBorder.html#setDamageBuffer(double)"
          },
          {
            "kind": "METHOD",
            "name": "setSize(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newSize"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldBorder.html#setSize(double)"
          },
          {
            "kind": "METHOD",
            "name": "setSize(double,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newSize"
              },
              {
                "kind": "PARAMETER",
                "name": "seconds"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldBorder.html#setSize(double,long)"
          },
          {
            "kind": "METHOD",
            "name": "setWarningDistance(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "distance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldBorder.html#setWarningDistance(int)"
          },
          {
            "kind": "METHOD",
            "name": "setWarningTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "seconds"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldBorder.html#setWarningTime(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldBorder.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.WorldCreator",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "WorldCreator(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#WorldCreator(String)"
          },
          {
            "kind": "METHOD",
            "name": "copy(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#copy(World)"
          },
          {
            "kind": "METHOD",
            "name": "copy(WorldCreator)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "creator"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#copy(WorldCreator)"
          },
          {
            "kind": "METHOD",
            "name": "createWorld()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#createWorld()"
          },
          {
            "kind": "FIELD",
            "name": "environment",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#environment"
          },
          {
            "kind": "METHOD",
            "name": "environment()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#environment()"
          },
          {
            "kind": "METHOD",
            "name": "environment(Environment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "env"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#environment(Environment)"
          },
          {
            "kind": "FIELD",
            "name": "generateStructures",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#generateStructures"
          },
          {
            "kind": "METHOD",
            "name": "generateStructures()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#generateStructures()"
          },
          {
            "kind": "METHOD",
            "name": "generateStructures(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "generate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#generateStructures(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "generator",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#generator"
          },
          {
            "kind": "METHOD",
            "name": "generator()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#generator()"
          },
          {
            "kind": "METHOD",
            "name": "generator(ChunkGenerator)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "generator"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#generator(ChunkGenerator)"
          },
          {
            "kind": "METHOD",
            "name": "generator(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "generator"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/WorldCreator.html#generator(String,CommandSender)"
          },
          {
            "kind": "FIELD",
            "name": "generatorSettings",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#generatorSettings"
          },
          {
            "kind": "METHOD",
            "name": "generatorSettings()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#generatorSettings()"
          },
          {
            "kind": "METHOD",
            "name": "generatorSettings(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "generatorSettings"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#generatorSettings(String)"
          },
          {
            "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.15.1/org/bukkit/WorldCreator.html#getGeneratorForName(String,String,CommandSender)"
          },
          {
            "kind": "FIELD",
            "name": "hardcore",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#hardcore"
          },
          {
            "kind": "METHOD",
            "name": "hardcore()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#hardcore()"
          },
          {
            "kind": "METHOD",
            "name": "hardcore(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hardcore"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#hardcore(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#name"
          },
          {
            "kind": "METHOD",
            "name": "name()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#name()"
          },
          {
            "kind": "METHOD",
            "name": "name(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#name(String)"
          },
          {
            "kind": "FIELD",
            "name": "seed",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#seed"
          },
          {
            "kind": "METHOD",
            "name": "seed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#seed()"
          },
          {
            "kind": "METHOD",
            "name": "seed(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "seed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#seed(long)"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#type"
          },
          {
            "kind": "METHOD",
            "name": "type()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#type()"
          },
          {
            "kind": "METHOD",
            "name": "type(WorldType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html#type(WorldType)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldCreator.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.WorldType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "AMPLIFIED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldType.html#AMPLIFIED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUFFET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldType.html#BUFFET"
          },
          {
            "kind": "FIELD",
            "name": "BY_NAME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldType.html#BY_NAME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CUSTOMIZED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldType.html#CUSTOMIZED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldType.html#FLAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LARGE_BIOMES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldType.html#LARGE_BIOMES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NORMAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldType.html#NORMAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VERSION_1_1",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldType.html#VERSION_1_1"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "WorldType(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldType.html#WorldType(String)"
          },
          {
            "kind": "METHOD",
            "name": "getByName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldType.html#getByName(String)"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldType.html#getName()"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldType.html#name"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/WorldType.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.advancement",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.advancement.Advancement",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCriteria()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/advancement/Advancement.html#getCriteria()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/advancement/Advancement.html"
      },
      {
        "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.15.1/org/bukkit/advancement/AdvancementProgress.html#awardCriteria(String)"
          },
          {
            "kind": "METHOD",
            "name": "getAdvancement()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/advancement/AdvancementProgress.html#getAdvancement()"
          },
          {
            "kind": "METHOD",
            "name": "getAwardedCriteria()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/advancement/AdvancementProgress.html#getAwardedCriteria()"
          },
          {
            "kind": "METHOD",
            "name": "getDateAwarded(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "criteria"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/advancement/AdvancementProgress.html#getDateAwarded(String)"
          },
          {
            "kind": "METHOD",
            "name": "getRemainingCriteria()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/advancement/AdvancementProgress.html#getRemainingCriteria()"
          },
          {
            "kind": "METHOD",
            "name": "isDone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/advancement/AdvancementProgress.html#isDone()"
          },
          {
            "kind": "METHOD",
            "name": "revokeCriteria(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "criteria"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/advancement/AdvancementProgress.html#revokeCriteria(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/advancement/AdvancementProgress.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/attribute/Attributable.html#getAttribute(Attribute)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/Attributable.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.attribute.Attribute",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Attribute()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/Attribute.html#Attribute()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GENERIC_ARMOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/Attribute.html#GENERIC_ARMOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GENERIC_ARMOR_TOUGHNESS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/Attribute.html#GENERIC_ARMOR_TOUGHNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GENERIC_ATTACK_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/Attribute.html#GENERIC_ATTACK_DAMAGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GENERIC_ATTACK_SPEED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/Attribute.html#GENERIC_ATTACK_SPEED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GENERIC_FLYING_SPEED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/Attribute.html#GENERIC_FLYING_SPEED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GENERIC_FOLLOW_RANGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/Attribute.html#GENERIC_FOLLOW_RANGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GENERIC_KNOCKBACK_RESISTANCE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/Attribute.html#GENERIC_KNOCKBACK_RESISTANCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GENERIC_LUCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/Attribute.html#GENERIC_LUCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GENERIC_MAX_HEALTH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/Attribute.html#GENERIC_MAX_HEALTH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GENERIC_MOVEMENT_SPEED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/Attribute.html#GENERIC_MOVEMENT_SPEED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HORSE_JUMP_STRENGTH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/Attribute.html#HORSE_JUMP_STRENGTH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_SPAWN_REINFORCEMENTS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/Attribute.html#ZOMBIE_SPAWN_REINFORCEMENTS"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/Attribute.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/Attribute.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/attribute/AttributeInstance.html#addModifier(AttributeModifier)"
          },
          {
            "kind": "METHOD",
            "name": "getAttribute()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeInstance.html#getAttribute()"
          },
          {
            "kind": "METHOD",
            "name": "getBaseValue()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeInstance.html#getBaseValue()"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultValue()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeInstance.html#getDefaultValue()"
          },
          {
            "kind": "METHOD",
            "name": "getModifiers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeInstance.html#getModifiers()"
          },
          {
            "kind": "METHOD",
            "name": "getValue()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeInstance.html#getValue()"
          },
          {
            "kind": "METHOD",
            "name": "removeModifier(AttributeModifier)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "modifier"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeInstance.html#removeModifier(AttributeModifier)"
          },
          {
            "kind": "METHOD",
            "name": "setBaseValue(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeInstance.html#setBaseValue(double)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeInstance.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.attribute.AttributeModifier",
        "children": [
          {
            "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.15.1/org/bukkit/attribute/AttributeModifier.html#AttributeModifier(String,double,Operation)"
          },
          {
            "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.15.1/org/bukkit/attribute/AttributeModifier.html#AttributeModifier(UUID,String,double,Operation)"
          },
          {
            "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.15.1/org/bukkit/attribute/AttributeModifier.html#AttributeModifier(UUID,String,double,Operation,EquipmentSlot)"
          },
          {
            "kind": "FIELD",
            "name": "amount",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeModifier.html#amount"
          },
          {
            "kind": "METHOD",
            "name": "deserialize(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeModifier.html#deserialize(Map)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeModifier.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getAmount()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeModifier.html#getAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeModifier.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getOperation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeModifier.html#getOperation()"
          },
          {
            "kind": "METHOD",
            "name": "getSlot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeModifier.html#getSlot()"
          },
          {
            "kind": "METHOD",
            "name": "getUniqueId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeModifier.html#getUniqueId()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeModifier.html#hashCode()"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeModifier.html#name"
          },
          {
            "kind": "FIELD",
            "name": "operation",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/attribute/AttributeModifier/Operation.html#ADD_NUMBER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ADD_SCALAR",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeModifier/Operation.html#ADD_SCALAR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MULTIPLY_SCALAR_1",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeModifier/Operation.html#MULTIPLY_SCALAR_1"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Operation()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeModifier/Operation.html#Operation()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeModifier/Operation.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeModifier/Operation.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeModifier/Operation.html"
          },
          {
            "kind": "METHOD",
            "name": "serialize()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeModifier.html#serialize()"
          },
          {
            "kind": "FIELD",
            "name": "slot",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeModifier.html#slot"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeModifier.html#toString()"
          },
          {
            "kind": "FIELD",
            "name": "uuid",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeModifier.html#uuid"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/AttributeModifier.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/attribute/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.15.1/org/bukkit/block/Banner.html#addPattern(Pattern)"
          },
          {
            "kind": "METHOD",
            "name": "getBaseColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Banner.html#getBaseColor()"
          },
          {
            "kind": "METHOD",
            "name": "getPattern(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "i"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Banner.html#getPattern(int)"
          },
          {
            "kind": "METHOD",
            "name": "getPatterns()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Banner.html#getPatterns()"
          },
          {
            "kind": "METHOD",
            "name": "numberOfPatterns()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Banner.html#numberOfPatterns()"
          },
          {
            "kind": "METHOD",
            "name": "removePattern(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "i"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Banner.html#removePattern(int)"
          },
          {
            "kind": "METHOD",
            "name": "setBaseColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/Banner.html#setPatterns(List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Banner.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Barrel",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Barrel.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Beacon",
        "children": [
          {
            "kind": "METHOD",
            "name": "getEntitiesInRange()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Beacon.html#getEntitiesInRange()"
          },
          {
            "kind": "METHOD",
            "name": "getPrimaryEffect()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Beacon.html#getPrimaryEffect()"
          },
          {
            "kind": "METHOD",
            "name": "getSecondaryEffect()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Beacon.html#getSecondaryEffect()"
          },
          {
            "kind": "METHOD",
            "name": "getTier()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Beacon.html#getTier()"
          },
          {
            "kind": "METHOD",
            "name": "setPrimaryEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Beacon.html#setPrimaryEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "setSecondaryEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Beacon.html#setSecondaryEffect(PotionEffectType)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Beacon.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Bed",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Bed.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Beehive",
        "children": [
          {
            "kind": "METHOD",
            "name": "getFlower()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Beehive.html#getFlower()"
          },
          {
            "kind": "METHOD",
            "name": "setFlower(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Beehive.html#setFlower(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Beehive.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Bell",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Bell.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.block.Biome",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "BADLANDS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#BADLANDS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BADLANDS_PLATEAU",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#BADLANDS_PLATEAU"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_JUNGLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#BAMBOO_JUNGLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_JUNGLE_HILLS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#BAMBOO_JUNGLE_HILLS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEACH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#BEACH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_FOREST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#BIRCH_FOREST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_FOREST_HILLS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#BIRCH_FOREST_HILLS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Biome()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#Biome()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COLD_OCEAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#COLD_OCEAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_FOREST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#DARK_FOREST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_FOREST_HILLS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#DARK_FOREST_HILLS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEP_COLD_OCEAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#DEEP_COLD_OCEAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEP_FROZEN_OCEAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#DEEP_FROZEN_OCEAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEP_LUKEWARM_OCEAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#DEEP_LUKEWARM_OCEAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEP_OCEAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#DEEP_OCEAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEP_WARM_OCEAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#DEEP_WARM_OCEAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DESERT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#DESERT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DESERT_HILLS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#DESERT_HILLS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DESERT_LAKES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#DESERT_LAKES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_BARRENS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#END_BARRENS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_HIGHLANDS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#END_HIGHLANDS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_MIDLANDS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#END_MIDLANDS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ERODED_BADLANDS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#ERODED_BADLANDS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLOWER_FOREST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#FLOWER_FOREST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FOREST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#FOREST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FROZEN_OCEAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#FROZEN_OCEAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FROZEN_RIVER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#FROZEN_RIVER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GIANT_SPRUCE_TAIGA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#GIANT_SPRUCE_TAIGA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GIANT_SPRUCE_TAIGA_HILLS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#GIANT_SPRUCE_TAIGA_HILLS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GIANT_TREE_TAIGA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#GIANT_TREE_TAIGA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GIANT_TREE_TAIGA_HILLS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#GIANT_TREE_TAIGA_HILLS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAVELLY_MOUNTAINS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#GRAVELLY_MOUNTAINS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ICE_SPIKES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#ICE_SPIKES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#JUNGLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_EDGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#JUNGLE_EDGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_HILLS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#JUNGLE_HILLS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LUKEWARM_OCEAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#LUKEWARM_OCEAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MODIFIED_BADLANDS_PLATEAU",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#MODIFIED_BADLANDS_PLATEAU"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MODIFIED_GRAVELLY_MOUNTAINS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#MODIFIED_GRAVELLY_MOUNTAINS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MODIFIED_JUNGLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#MODIFIED_JUNGLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MODIFIED_JUNGLE_EDGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#MODIFIED_JUNGLE_EDGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MODIFIED_WOODED_BADLANDS_PLATEAU",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#MODIFIED_WOODED_BADLANDS_PLATEAU"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOUNTAINS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#MOUNTAINS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOUNTAIN_EDGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#MOUNTAIN_EDGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSHROOM_FIELDS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#MUSHROOM_FIELDS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSHROOM_FIELD_SHORE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#MUSHROOM_FIELD_SHORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#NETHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OCEAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#OCEAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAINS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#PLAINS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RIVER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#RIVER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SAVANNA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#SAVANNA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SAVANNA_PLATEAU",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#SAVANNA_PLATEAU"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHATTERED_SAVANNA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#SHATTERED_SAVANNA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHATTERED_SAVANNA_PLATEAU",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#SHATTERED_SAVANNA_PLATEAU"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMALL_END_ISLANDS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#SMALL_END_ISLANDS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOWY_BEACH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#SNOWY_BEACH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOWY_MOUNTAINS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#SNOWY_MOUNTAINS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOWY_TAIGA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#SNOWY_TAIGA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOWY_TAIGA_HILLS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#SNOWY_TAIGA_HILLS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOWY_TAIGA_MOUNTAINS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#SNOWY_TAIGA_MOUNTAINS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOWY_TUNDRA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#SNOWY_TUNDRA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_SHORE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#STONE_SHORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SUNFLOWER_PLAINS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#SUNFLOWER_PLAINS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SWAMP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#SWAMP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SWAMP_HILLS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#SWAMP_HILLS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TAIGA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#TAIGA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TAIGA_HILLS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#TAIGA_HILLS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TAIGA_MOUNTAINS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#TAIGA_MOUNTAINS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TALL_BIRCH_FOREST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#TALL_BIRCH_FOREST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TALL_BIRCH_HILLS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#TALL_BIRCH_HILLS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "THE_END",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#THE_END"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "THE_VOID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#THE_VOID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARM_OCEAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#WARM_OCEAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOODED_BADLANDS_PLATEAU",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#WOODED_BADLANDS_PLATEAU"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOODED_HILLS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#WOODED_HILLS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOODED_MOUNTAINS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#WOODED_MOUNTAINS"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#getKey()"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#key"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Biome.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.BlastFurnace",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlastFurnace.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Block",
        "children": [
          {
            "kind": "METHOD",
            "name": "breakNaturally()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#breakNaturally()"
          },
          {
            "kind": "METHOD",
            "name": "breakNaturally(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tool"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/Block.html#breakNaturally(ItemStack,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getBiome()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getBiome()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getBlockData()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getBlockKey()"
          },
          {
            "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.15.1/org/bukkit/block/Block.html#getBlockKey(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockKeyX(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "packed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getBlockKeyX(long)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockKeyY(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "packed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getBlockKeyY(long)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockKeyZ(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "packed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getBlockKeyZ(long)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockPower()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getBlockPower()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockPower(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getBlockPower(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "getBoundingBox()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getBoundingBox()"
          },
          {
            "kind": "METHOD",
            "name": "getChunk()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getChunk()"
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getData()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDrops()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getDrops()"
          },
          {
            "kind": "METHOD",
            "name": "getDrops(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tool"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getDrops(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getFace(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getFace(Block)"
          },
          {
            "kind": "METHOD",
            "name": "getHumidity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getHumidity()"
          },
          {
            "kind": "METHOD",
            "name": "getLightFromBlocks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getLightFromBlocks()"
          },
          {
            "kind": "METHOD",
            "name": "getLightFromSky()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getLightFromSky()"
          },
          {
            "kind": "METHOD",
            "name": "getLightLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getLightLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getLocation(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getPistonMoveReaction()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getPistonMoveReaction()"
          },
          {
            "kind": "METHOD",
            "name": "getRelative(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/Block.html#getRelative(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getSoundGroup()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getSoundGroup()"
          },
          {
            "kind": "METHOD",
            "name": "getState()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getState()"
          },
          {
            "kind": "METHOD",
            "name": "getState(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "useSnapshot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getState(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getTemperature()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getTemperature()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getWorld()"
          },
          {
            "kind": "METHOD",
            "name": "getX()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getX()"
          },
          {
            "kind": "METHOD",
            "name": "getY()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getY()"
          },
          {
            "kind": "METHOD",
            "name": "getZ()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#getZ()"
          },
          {
            "kind": "METHOD",
            "name": "isBlockFaceIndirectlyPowered(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#isBlockFaceIndirectlyPowered(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "isBlockFacePowered(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#isBlockFacePowered(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "isBlockIndirectlyPowered()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#isBlockIndirectlyPowered()"
          },
          {
            "kind": "METHOD",
            "name": "isBlockPowered()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#isBlockPowered()"
          },
          {
            "kind": "METHOD",
            "name": "isEmpty()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#isEmpty()"
          },
          {
            "kind": "METHOD",
            "name": "isLiquid()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#isLiquid()"
          },
          {
            "kind": "METHOD",
            "name": "isPassable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Block.html#isPassable()"
          },
          {
            "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.15.1/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.15.1/org/bukkit/block/Block.html#setBiome(Biome)"
          },
          {
            "kind": "METHOD",
            "name": "setBlockData(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/block/Block.html#setType(Material,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/BlockFace.html#BlockFace(int,int,int)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOWN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#DOWN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EAST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EAST_NORTH_EAST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#EAST_NORTH_EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EAST_SOUTH_EAST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#EAST_SOUTH_EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NORTH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#NORTH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NORTH_EAST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#NORTH_EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NORTH_NORTH_EAST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#NORTH_NORTH_EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NORTH_NORTH_WEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#NORTH_NORTH_WEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NORTH_WEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#NORTH_WEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SELF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#SELF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUTH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#SOUTH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUTH_EAST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#SOUTH_EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUTH_SOUTH_EAST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#SOUTH_SOUTH_EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUTH_SOUTH_WEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#SOUTH_SOUTH_WEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUTH_WEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#SOUTH_WEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#UP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#WEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEST_NORTH_WEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#WEST_NORTH_WEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEST_SOUTH_WEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#WEST_SOUTH_WEST"
          },
          {
            "kind": "METHOD",
            "name": "getDirection()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#getDirection()"
          },
          {
            "kind": "METHOD",
            "name": "getModX()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#getModX()"
          },
          {
            "kind": "METHOD",
            "name": "getModY()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#getModY()"
          },
          {
            "kind": "METHOD",
            "name": "getModZ()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#getModZ()"
          },
          {
            "kind": "METHOD",
            "name": "getOppositeFace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#getOppositeFace()"
          },
          {
            "kind": "FIELD",
            "name": "modX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#modX"
          },
          {
            "kind": "FIELD",
            "name": "modY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#modY"
          },
          {
            "kind": "FIELD",
            "name": "modZ",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#modZ"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockFace.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.BlockState",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockState.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockState.html#getBlockData()"
          },
          {
            "kind": "METHOD",
            "name": "getChunk()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockState.html#getChunk()"
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockState.html#getData()"
          },
          {
            "kind": "METHOD",
            "name": "getLightLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockState.html#getLightLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockState.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockState.html#getLocation(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getRawData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockState.html#getRawData()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockState.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockState.html#getWorld()"
          },
          {
            "kind": "METHOD",
            "name": "getX()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockState.html#getX()"
          },
          {
            "kind": "METHOD",
            "name": "getY()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockState.html#getY()"
          },
          {
            "kind": "METHOD",
            "name": "getZ()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockState.html#getZ()"
          },
          {
            "kind": "METHOD",
            "name": "isPlaced()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockState.html#isPlaced()"
          },
          {
            "kind": "METHOD",
            "name": "setBlockData(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockState.html#setBlockData(BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "setData(MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockState.html#setData(MaterialData)"
          },
          {
            "kind": "METHOD",
            "name": "setRawData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockState.html#setRawData(byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setType(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockState.html#setType(Material)"
          },
          {
            "kind": "METHOD",
            "name": "update()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockState.html#update()"
          },
          {
            "kind": "METHOD",
            "name": "update(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/BlockState.html#update(boolean,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BlockState.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.BrewingStand",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBrewingTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BrewingStand.html#getBrewingTime()"
          },
          {
            "kind": "METHOD",
            "name": "getFuelLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BrewingStand.html#getFuelLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BrewingStand.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getSnapshotInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BrewingStand.html#getSnapshotInventory()"
          },
          {
            "kind": "METHOD",
            "name": "setBrewingTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "brewTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BrewingStand.html#setBrewingTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setFuelLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BrewingStand.html#setFuelLevel(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/BrewingStand.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.15.1/org/bukkit/block/Campfire.html#getCookTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "getCookTimeTotal(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Campfire.html#getCookTimeTotal(int)"
          },
          {
            "kind": "METHOD",
            "name": "getItem(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Campfire.html#getItem(int)"
          },
          {
            "kind": "METHOD",
            "name": "getSize()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Campfire.html#getSize()"
          },
          {
            "kind": "METHOD",
            "name": "setCookTime(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookTime"
              },
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/Campfire.html#setItem(int,ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Campfire.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Chest",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBlockInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Chest.html#getBlockInventory()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Chest.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.CommandBlock",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCommand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CommandBlock.html#getCommand()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CommandBlock.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "setCommand(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "command"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CommandBlock.html#setCommand(String)"
          },
          {
            "kind": "METHOD",
            "name": "setName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CommandBlock.html#setName(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CommandBlock.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Comparator",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Comparator.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Conduit",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Conduit.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Container",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Container.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getSnapshotInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Container.html#getSnapshotInventory()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Container.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.CreatureSpawner",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCreatureTypeName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CreatureSpawner.html#getCreatureTypeName()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDelay()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CreatureSpawner.html#getDelay()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxNearbyEntities()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CreatureSpawner.html#getMaxNearbyEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxSpawnDelay()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CreatureSpawner.html#getMaxSpawnDelay()"
          },
          {
            "kind": "METHOD",
            "name": "getMinSpawnDelay()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CreatureSpawner.html#getMinSpawnDelay()"
          },
          {
            "kind": "METHOD",
            "name": "getRequiredPlayerRange()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CreatureSpawner.html#getRequiredPlayerRange()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnCount()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CreatureSpawner.html#getSpawnCount()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnRange()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CreatureSpawner.html#getSpawnRange()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnedType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CreatureSpawner.html#getSpawnedType()"
          },
          {
            "kind": "METHOD",
            "name": "isActivated()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CreatureSpawner.html#isActivated()"
          },
          {
            "kind": "METHOD",
            "name": "resetTimer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CreatureSpawner.html#resetTimer()"
          },
          {
            "kind": "METHOD",
            "name": "setCreatureTypeByName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "creatureType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CreatureSpawner.html#setCreatureTypeByName(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setDelay(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CreatureSpawner.html#setDelay(int)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxNearbyEntities(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxNearbyEntities"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CreatureSpawner.html#setMaxNearbyEntities(int)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxSpawnDelay(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CreatureSpawner.html#setMaxSpawnDelay(int)"
          },
          {
            "kind": "METHOD",
            "name": "setMinSpawnDelay(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CreatureSpawner.html#setMinSpawnDelay(int)"
          },
          {
            "kind": "METHOD",
            "name": "setRequiredPlayerRange(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "requiredPlayerRange"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CreatureSpawner.html#setRequiredPlayerRange(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnCount(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spawnCount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CreatureSpawner.html#setSpawnCount(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnRange(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spawnRange"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CreatureSpawner.html#setSpawnRange(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnedType(EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "creatureType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CreatureSpawner.html#setSpawnedType(EntityType)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/CreatureSpawner.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.DaylightDetector",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/DaylightDetector.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Dispenser",
        "children": [
          {
            "kind": "METHOD",
            "name": "dispense()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Dispenser.html#dispense()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockProjectileSource()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Dispenser.html#getBlockProjectileSource()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/DoubleChest.html#DoubleChest(DoubleChestInventory)"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/DoubleChest.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getLeftSide()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/DoubleChest.html#getLeftSide()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/DoubleChest.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getRightSide()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/DoubleChest.html#getRightSide()"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/DoubleChest.html#getWorld()"
          },
          {
            "kind": "METHOD",
            "name": "getX()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/DoubleChest.html#getX()"
          },
          {
            "kind": "METHOD",
            "name": "getY()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/DoubleChest.html#getY()"
          },
          {
            "kind": "METHOD",
            "name": "getZ()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/DoubleChest.html#getZ()"
          },
          {
            "kind": "FIELD",
            "name": "inventory",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/DoubleChest.html#inventory"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/DoubleChest.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Dropper",
        "children": [
          {
            "kind": "METHOD",
            "name": "drop()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Dropper.html#drop()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Dropper.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.EnchantingTable",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/EnchantingTable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.EndGateway",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAge()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/EndGateway.html#getAge()"
          },
          {
            "kind": "METHOD",
            "name": "getExitLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/EndGateway.html#getExitLocation()"
          },
          {
            "kind": "METHOD",
            "name": "isExactTeleport()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/EndGateway.html#isExactTeleport()"
          },
          {
            "kind": "METHOD",
            "name": "setAge(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "age"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/EndGateway.html#setAge(long)"
          },
          {
            "kind": "METHOD",
            "name": "setExactTeleport(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "exact"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/EndGateway.html#setExactTeleport(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setExitLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/EndGateway.html#setExitLocation(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/EndGateway.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.EnderChest",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/EnderChest.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Furnace",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBurnTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Furnace.html#getBurnTime()"
          },
          {
            "kind": "METHOD",
            "name": "getCookSpeedMultiplier()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Furnace.html#getCookSpeedMultiplier()"
          },
          {
            "kind": "METHOD",
            "name": "getCookTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Furnace.html#getCookTime()"
          },
          {
            "kind": "METHOD",
            "name": "getCookTimeTotal()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Furnace.html#getCookTimeTotal()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Furnace.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getSnapshotInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Furnace.html#getSnapshotInventory()"
          },
          {
            "kind": "METHOD",
            "name": "setBurnTime(short)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "burnTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Furnace.html#setBurnTime(short)"
          },
          {
            "kind": "METHOD",
            "name": "setCookSpeedMultiplier(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "multiplier"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Furnace.html#setCookSpeedMultiplier(double)"
          },
          {
            "kind": "METHOD",
            "name": "setCookTime(short)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Furnace.html#setCookTime(short)"
          },
          {
            "kind": "METHOD",
            "name": "setCookTimeTotal(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookTimeTotal"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Furnace.html#setCookTimeTotal(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Furnace.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Hopper",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Hopper.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Jigsaw",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Jigsaw.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Jukebox",
        "children": [
          {
            "kind": "METHOD",
            "name": "eject()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Jukebox.html#eject()"
          },
          {
            "kind": "METHOD",
            "name": "getPlaying()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Jukebox.html#getPlaying()"
          },
          {
            "kind": "METHOD",
            "name": "getRecord()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Jukebox.html#getRecord()"
          },
          {
            "kind": "METHOD",
            "name": "isPlaying()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Jukebox.html#isPlaying()"
          },
          {
            "kind": "METHOD",
            "name": "setPlaying(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "record"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Jukebox.html#setPlaying(Material)"
          },
          {
            "kind": "METHOD",
            "name": "setRecord(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "record"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Jukebox.html#setRecord(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Jukebox.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Lectern",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Lectern.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getPage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Lectern.html#getPage()"
          },
          {
            "kind": "METHOD",
            "name": "getSnapshotInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Lectern.html#getSnapshotInventory()"
          },
          {
            "kind": "METHOD",
            "name": "setPage(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "page"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Lectern.html#setPage(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Lectern.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Lockable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getLock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Lockable.html#getLock()"
          },
          {
            "kind": "METHOD",
            "name": "isLocked()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Lockable.html#isLocked()"
          },
          {
            "kind": "METHOD",
            "name": "setLock(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Lockable.html#setLock(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Lockable.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.block.PistonMoveReaction",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/PistonMoveReaction.html#BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREAK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/PistonMoveReaction.html#BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IGNORE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/PistonMoveReaction.html#IGNORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOVE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/PistonMoveReaction.html#MOVE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PUSH_ONLY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/PistonMoveReaction.html#PUSH_ONLY"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PistonMoveReaction(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/PistonMoveReaction.html#PistonMoveReaction(int)"
          },
          {
            "kind": "FIELD",
            "name": "byId",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/PistonMoveReaction.html#byId"
          },
          {
            "kind": "METHOD",
            "name": "getById(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/PistonMoveReaction.html#getById(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/PistonMoveReaction.html#getId()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "id",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/PistonMoveReaction.html#id"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/PistonMoveReaction.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/PistonMoveReaction.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/PistonMoveReaction.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.ShulkerBox",
        "children": [
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/ShulkerBox.html#getColor()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/ShulkerBox.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Sign",
        "children": [
          {
            "kind": "METHOD",
            "name": "getLine(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Sign.html#getLine(int)"
          },
          {
            "kind": "METHOD",
            "name": "getLines()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Sign.html#getLines()"
          },
          {
            "kind": "METHOD",
            "name": "isEditable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Sign.html#isEditable()"
          },
          {
            "kind": "METHOD",
            "name": "setEditable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "editable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Sign.html#setEditable(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setLine(int,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              },
              {
                "kind": "PARAMETER",
                "name": "line"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Sign.html#setLine(int,String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Sign.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Skull",
        "children": [
          {
            "kind": "METHOD",
            "name": "getOwner()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Skull.html#getOwner()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getOwningPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Skull.html#getOwningPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerProfile()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Skull.html#getPlayerProfile()"
          },
          {
            "kind": "METHOD",
            "name": "getRotation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Skull.html#getRotation()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getSkullType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Skull.html#getSkullType()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hasOwner()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Skull.html#hasOwner()"
          },
          {
            "kind": "METHOD",
            "name": "setOwner(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Skull.html#setOwner(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setOwningPlayer(OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Skull.html#setOwningPlayer(OfflinePlayer)"
          },
          {
            "kind": "METHOD",
            "name": "setPlayerProfile(PlayerProfile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Skull.html#setPlayerProfile(PlayerProfile)"
          },
          {
            "kind": "METHOD",
            "name": "setRotation(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rotation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Skull.html#setRotation(BlockFace)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setSkullType(SkullType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "skullType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Skull.html#setSkullType(SkullType)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Skull.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Smoker",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Smoker.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Structure",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAuthor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#getAuthor()"
          },
          {
            "kind": "METHOD",
            "name": "getIntegrity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#getIntegrity()"
          },
          {
            "kind": "METHOD",
            "name": "getMetadata()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#getMetadata()"
          },
          {
            "kind": "METHOD",
            "name": "getMirror()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#getMirror()"
          },
          {
            "kind": "METHOD",
            "name": "getRelativePosition()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#getRelativePosition()"
          },
          {
            "kind": "METHOD",
            "name": "getRotation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#getRotation()"
          },
          {
            "kind": "METHOD",
            "name": "getSeed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#getSeed()"
          },
          {
            "kind": "METHOD",
            "name": "getStructureName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#getStructureName()"
          },
          {
            "kind": "METHOD",
            "name": "getStructureSize()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#getStructureSize()"
          },
          {
            "kind": "METHOD",
            "name": "getUsageMode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#getUsageMode()"
          },
          {
            "kind": "METHOD",
            "name": "isBoundingBoxVisible()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#isBoundingBoxVisible()"
          },
          {
            "kind": "METHOD",
            "name": "isIgnoreEntities()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#isIgnoreEntities()"
          },
          {
            "kind": "METHOD",
            "name": "isShowAir()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#isShowAir()"
          },
          {
            "kind": "METHOD",
            "name": "setAuthor(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "livingEntity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#setAuthor(LivingEntity)"
          },
          {
            "kind": "METHOD",
            "name": "setAuthor(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "author"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#setAuthor(String)"
          },
          {
            "kind": "METHOD",
            "name": "setBoundingBoxVisible(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "showBoundingBox"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#setBoundingBoxVisible(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setIgnoreEntities(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ignoreEntities"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#setIgnoreEntities(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setIntegrity(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "integrity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#setIntegrity(float)"
          },
          {
            "kind": "METHOD",
            "name": "setMetadata(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "metadata"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#setMetadata(String)"
          },
          {
            "kind": "METHOD",
            "name": "setMirror(Mirror)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mirror"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#setMirror(Mirror)"
          },
          {
            "kind": "METHOD",
            "name": "setRelativePosition(BlockVector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vector"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#setRelativePosition(BlockVector)"
          },
          {
            "kind": "METHOD",
            "name": "setRotation(StructureRotation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rotation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#setRotation(StructureRotation)"
          },
          {
            "kind": "METHOD",
            "name": "setSeed(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "seed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#setSeed(long)"
          },
          {
            "kind": "METHOD",
            "name": "setShowAir(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "showAir"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#setShowAir(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setStructureName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#setStructureName(String)"
          },
          {
            "kind": "METHOD",
            "name": "setStructureSize(BlockVector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vector"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#setStructureSize(BlockVector)"
          },
          {
            "kind": "METHOD",
            "name": "setUsageMode(UsageMode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mode"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html#setUsageMode(UsageMode)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/Structure.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.TileState",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPersistentDataContainer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/TileState.html#getPersistentDataContainer()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/TileState.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/banner/Pattern.html#COLOR"
          },
          {
            "kind": "FIELD",
            "name": "PATTERN",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/banner/Pattern.html#Pattern(Map)"
          },
          {
            "kind": "FIELD",
            "name": "color",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/Pattern.html#color"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/Pattern.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/Pattern.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getPattern()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/banner/Pattern.html#getString(Map,Object)"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/Pattern.html#hashCode()"
          },
          {
            "kind": "FIELD",
            "name": "pattern",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/Pattern.html#pattern"
          },
          {
            "kind": "METHOD",
            "name": "serialize()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/Pattern.html#serialize()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/Pattern.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.block.banner.PatternType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "BASE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#BASE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BORDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#BORDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRICKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CIRCLE_MIDDLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#CIRCLE_MIDDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREEPER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#CREEPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CROSS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#CROSS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CURLY_BORDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#CURLY_BORDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAGONAL_LEFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#DIAGONAL_LEFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAGONAL_LEFT_MIRROR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#DIAGONAL_LEFT_MIRROR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAGONAL_RIGHT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#DIAGONAL_RIGHT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAGONAL_RIGHT_MIRROR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#DIAGONAL_RIGHT_MIRROR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLOWER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#FLOWER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLOBE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#GLOBE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRADIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#GRADIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRADIENT_UP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#GRADIENT_UP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HALF_HORIZONTAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#HALF_HORIZONTAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HALF_HORIZONTAL_MIRROR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#HALF_HORIZONTAL_MIRROR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HALF_VERTICAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#HALF_VERTICAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HALF_VERTICAL_MIRROR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#HALF_VERTICAL_MIRROR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOJANG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#MOJANG"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PatternType(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#PatternType(String)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RHOMBUS_MIDDLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#RHOMBUS_MIDDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKULL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#SKULL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SQUARE_BOTTOM_LEFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#SQUARE_BOTTOM_LEFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SQUARE_BOTTOM_RIGHT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#SQUARE_BOTTOM_RIGHT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SQUARE_TOP_LEFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#SQUARE_TOP_LEFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SQUARE_TOP_RIGHT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#SQUARE_TOP_RIGHT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRAIGHT_CROSS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#STRAIGHT_CROSS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPE_BOTTOM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#STRIPE_BOTTOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPE_CENTER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#STRIPE_CENTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPE_DOWNLEFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#STRIPE_DOWNLEFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPE_DOWNRIGHT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#STRIPE_DOWNRIGHT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPE_LEFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#STRIPE_LEFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPE_MIDDLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#STRIPE_MIDDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPE_RIGHT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#STRIPE_RIGHT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPE_SMALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#STRIPE_SMALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPE_TOP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#STRIPE_TOP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIANGLES_BOTTOM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#TRIANGLES_BOTTOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIANGLES_TOP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#TRIANGLES_TOP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIANGLE_BOTTOM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#TRIANGLE_BOTTOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIANGLE_TOP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#TRIANGLE_TOP"
          },
          {
            "kind": "FIELD",
            "name": "byString",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#byString"
          },
          {
            "kind": "METHOD",
            "name": "getByIdentifier(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "identifier"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#getByIdentifier(String)"
          },
          {
            "kind": "METHOD",
            "name": "getIdentifier()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#getIdentifier()"
          },
          {
            "kind": "FIELD",
            "name": "identifier",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#identifier"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/banner/PatternType.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/Ageable.html#getAge()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumAge()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Ageable.html#getMaximumAge()"
          },
          {
            "kind": "METHOD",
            "name": "setAge(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "age"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Ageable.html#setAge(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/AnaloguePowerable.html#getMaximumPower()"
          },
          {
            "kind": "METHOD",
            "name": "getPower()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/AnaloguePowerable.html#getPower()"
          },
          {
            "kind": "METHOD",
            "name": "setPower(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "power"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/AnaloguePowerable.html#setPower(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/Attachable.html#isAttached()"
          },
          {
            "kind": "METHOD",
            "name": "setAttached(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attached"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Attachable.html#setAttached(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/data/Bisected/Half.html#BOTTOM"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Half()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Bisected/Half.html#Half()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TOP",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/Bisected/Half.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Bisected/Half.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Bisected/Half.html"
          },
          {
            "kind": "METHOD",
            "name": "setHalf(Half)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "half"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Bisected.html#setHalf(Half)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/BlockData.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAsString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/BlockData.html#getAsString()"
          },
          {
            "kind": "METHOD",
            "name": "getAsString(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hideUnspecified"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/BlockData.html#getAsString(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getMaterial()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/BlockData.html#getMaterial()"
          },
          {
            "kind": "METHOD",
            "name": "matches(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/BlockData.html#merge(BlockData)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/BlockData.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.Directional",
        "children": [
          {
            "kind": "METHOD",
            "name": "getFaces()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Directional.html#getFaces()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Directional.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "setFacing(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "facing"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Directional.html#setFacing(BlockFace)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Directional.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.Levelled",
        "children": [
          {
            "kind": "METHOD",
            "name": "getLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Levelled.html#getLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Levelled.html#getMaximumLevel()"
          },
          {
            "kind": "METHOD",
            "name": "setLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Levelled.html#setLevel(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/Lightable.html#isLit()"
          },
          {
            "kind": "METHOD",
            "name": "setLit(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lit"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Lightable.html#setLit(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/MultipleFacing.html#getAllowedFaces()"
          },
          {
            "kind": "METHOD",
            "name": "getFaces()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/MultipleFacing.html#getFaces()"
          },
          {
            "kind": "METHOD",
            "name": "hasFace(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/MultipleFacing.html#setFace(BlockFace,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/Openable.html#isOpen()"
          },
          {
            "kind": "METHOD",
            "name": "setOpen(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "open"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Openable.html#setOpen(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/Orientable.html#getAxes()"
          },
          {
            "kind": "METHOD",
            "name": "getAxis()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Orientable.html#getAxis()"
          },
          {
            "kind": "METHOD",
            "name": "setAxis(Axis)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "axis"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Orientable.html#setAxis(Axis)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/Powerable.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "setPowered(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "powered"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Powerable.html#setPowered(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/Rail.html#getShape()"
          },
          {
            "kind": "METHOD",
            "name": "getShapes()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/Rail/Shape.html#ASCENDING_EAST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ASCENDING_NORTH",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Rail/Shape.html#ASCENDING_NORTH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ASCENDING_SOUTH",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Rail/Shape.html#ASCENDING_SOUTH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ASCENDING_WEST",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Rail/Shape.html#ASCENDING_WEST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EAST_WEST",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Rail/Shape.html#EAST_WEST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NORTH_EAST",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Rail/Shape.html#NORTH_EAST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NORTH_SOUTH",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Rail/Shape.html#NORTH_SOUTH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NORTH_WEST",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Rail/Shape.html#NORTH_WEST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SOUTH_EAST",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Rail/Shape.html#SOUTH_EAST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SOUTH_WEST",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Rail/Shape.html#SOUTH_WEST"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Shape()",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/Rail/Shape.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Rail/Shape.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Rail/Shape.html"
          },
          {
            "kind": "METHOD",
            "name": "setShape(Shape)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shape"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Rail.html#setShape(Shape)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/Rotatable.html#getRotation()"
          },
          {
            "kind": "METHOD",
            "name": "setRotation(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rotation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Rotatable.html#setRotation(BlockFace)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Rotatable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.Snowable",
        "children": [
          {
            "kind": "METHOD",
            "name": "isSnowy()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Snowable.html#isSnowy()"
          },
          {
            "kind": "METHOD",
            "name": "setSnowy(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "snowy"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Snowable.html#setSnowy(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/Waterlogged.html#isWaterlogged()"
          },
          {
            "kind": "METHOD",
            "name": "setWaterlogged(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "waterlogged"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Waterlogged.html#setWaterlogged(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/Waterlogged.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.block.data.type",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Bamboo",
        "children": [
          {
            "kind": "METHOD",
            "name": "getLeaves()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Bamboo/Leaves.html#LARGE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Leaves()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Bamboo/Leaves.html#Leaves()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NONE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Bamboo/Leaves.html#NONE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SMALL",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Bamboo/Leaves.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Bamboo/Leaves.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Bamboo.html#setLeaves(Leaves)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Bamboo.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Bed",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPart()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Bed.html#getPart()"
          },
          {
            "kind": "METHOD",
            "name": "isOccupied()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Bed/Part.html#FOOT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HEAD",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Bed/Part.html#HEAD"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Part()",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Bed/Part.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Bed/Part.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Bed/Part.html"
          },
          {
            "kind": "METHOD",
            "name": "setPart(Part)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "part"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Bed.html#setPart(Part)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Beehive.html#getHoneyLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumHoneyLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Beehive.html#setHoneyLevel(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/data/type/Bell/Attachment.html#Attachment()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CEILING",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Bell/Attachment.html#CEILING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DOUBLE_WALL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Bell/Attachment.html#DOUBLE_WALL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FLOOR",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Bell/Attachment.html#FLOOR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SINGLE_WALL",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Bell/Attachment.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Bell/Attachment.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Bell.html#setAttachment(Attachment)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Bell.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.BrewingStand",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBottles()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/BrewingStand.html#getBottles()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumBottles()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/data/type/BrewingStand.html#setBottle(int,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/data/type/BubbleColumn.html#setDrag(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Cake.html#getBites()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumBites()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Cake.html#setBites(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Cake.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Campfire",
        "children": [
          {
            "kind": "METHOD",
            "name": "isSignalFire()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Campfire.html#setSignalFire(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Campfire.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Chest",
        "children": [
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Chest/Type.html#LEFT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RIGHT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Chest/Type.html#RIGHT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SINGLE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Chest/Type.html#SINGLE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type()",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Chest/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Chest/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Chest.html#setType(Type)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Chest.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Cocoa",
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/data/type/CommandBlock.html#setConditional(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/data/type/Comparator/Mode.html#COMPARE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Mode()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Comparator/Mode.html#Mode()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SUBTRACT",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Comparator/Mode.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Comparator/Mode.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Comparator.html#setMode(Mode)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Comparator.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.CoralWallFan",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/CoralWallFan.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.DaylightDetector",
        "children": [
          {
            "kind": "METHOD",
            "name": "isInverted()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/DaylightDetector.html#setInverted(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/DaylightDetector.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Dispenser",
        "children": [
          {
            "kind": "METHOD",
            "name": "isTriggered()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Dispenser.html#setTriggered(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/data/type/Door/Hinge.html#Hinge()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LEFT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Door/Hinge.html#LEFT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RIGHT",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Door/Hinge.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Door/Hinge.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Door.html#setHinge(Hinge)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Door.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.EndPortalFrame",
        "children": [
          {
            "kind": "METHOD",
            "name": "hasEye()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/EndPortalFrame.html#setEye(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/EndPortalFrame.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.EnderChest",
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Farmland.html#getMaximumMoisture()"
          },
          {
            "kind": "METHOD",
            "name": "getMoisture()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Farmland.html#setMoisture(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Farmland.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Fence",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Fence.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Fire",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Fire.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Furnace",
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/data/type/Gate.html#setInWall(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Gate.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.GlassPane",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/GlassPane.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Hopper",
        "children": [
          {
            "kind": "METHOD",
            "name": "isEnabled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Hopper.html#setEnabled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Hopper.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Jukebox",
        "children": [
          {
            "kind": "METHOD",
            "name": "hasRecord()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Jukebox.html#hasRecord()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Jukebox.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Ladder",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Ladder.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Lantern",
        "children": [
          {
            "kind": "METHOD",
            "name": "isHanging()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Lantern.html#isHanging()"
          },
          {
            "kind": "METHOD",
            "name": "setHanging(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hanging"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Lantern.html#setHanging(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Lantern.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Leaves",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDistance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Leaves.html#getDistance()"
          },
          {
            "kind": "METHOD",
            "name": "isPersistent()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/data/type/Leaves.html#setPersistent(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Lectern.html#hasBook()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Lectern.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.NoteBlock",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInstrument()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/NoteBlock.html#getInstrument()"
          },
          {
            "kind": "METHOD",
            "name": "getNote()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/data/type/NoteBlock.html#setNote(Note)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/NoteBlock.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Observer",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Observer.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Piston",
        "children": [
          {
            "kind": "METHOD",
            "name": "isExtended()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Piston.html#setExtended(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/data/type/PistonHead.html#setShort(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/PistonHead.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.RedstoneRail",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/RedstoneRail.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.RedstoneWallTorch",
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/block/data/type/RedstoneWire/Connection.html#Connection()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NONE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/RedstoneWire/Connection.html#NONE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SIDE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/RedstoneWire/Connection.html#SIDE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UP",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/RedstoneWire/Connection.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/RedstoneWire/Connection.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/RedstoneWire.html#setFace(BlockFace,Connection)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Repeater.html#getDelay()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumDelay()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Repeater.html#getMaximumDelay()"
          },
          {
            "kind": "METHOD",
            "name": "getMinimumDelay()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Repeater.html#getMinimumDelay()"
          },
          {
            "kind": "METHOD",
            "name": "isLocked()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/data/type/Repeater.html#setLocked(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Repeater.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Sapling",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMaximumStage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Sapling.html#getMaximumStage()"
          },
          {
            "kind": "METHOD",
            "name": "getStage()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Sapling.html#setStage(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Scaffolding.html#getDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumDistance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Scaffolding.html#getMaximumDistance()"
          },
          {
            "kind": "METHOD",
            "name": "isBottom()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/data/type/Scaffolding.html#setDistance(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Scaffolding.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.SeaPickle",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMaximumPickles()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/SeaPickle.html#getMaximumPickles()"
          },
          {
            "kind": "METHOD",
            "name": "getMinimumPickles()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/SeaPickle.html#getMinimumPickles()"
          },
          {
            "kind": "METHOD",
            "name": "getPickles()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/SeaPickle.html#setPickles(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/SeaPickle.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Sign",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Sign.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Slab",
        "children": [
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Slab/Type.html#BOTTOM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DOUBLE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Slab/Type.html#DOUBLE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TOP",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Slab/Type.html#TOP"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type()",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Slab/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Slab/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Slab.html#setType(Type)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Slab.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Snow",
        "children": [
          {
            "kind": "METHOD",
            "name": "getLayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Snow.html#getLayers()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumLayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Snow.html#getMaximumLayers()"
          },
          {
            "kind": "METHOD",
            "name": "getMinimumLayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Snow.html#setLayers(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/data/type/Stairs/Shape.html#INNER_LEFT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INNER_RIGHT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Stairs/Shape.html#INNER_RIGHT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OUTER_LEFT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Stairs/Shape.html#OUTER_LEFT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OUTER_RIGHT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Stairs/Shape.html#OUTER_RIGHT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STRAIGHT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Stairs/Shape.html#STRAIGHT"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Shape()",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Stairs/Shape.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Stairs/Shape.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Stairs.html#setShape(Shape)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/data/type/StructureBlock/Mode.html#CORNER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DATA",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/StructureBlock/Mode.html#DATA"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LOAD",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/StructureBlock/Mode.html#LOAD"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Mode()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/StructureBlock/Mode.html#Mode()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SAVE",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/StructureBlock/Mode.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/StructureBlock/Mode.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/StructureBlock.html#setMode(Mode)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/StructureBlock.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Switch",
        "children": [
          {
            "kind": "METHOD",
            "name": "getFace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Switch.html#getFace()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.Switch.Face",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CEILING",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Switch/Face.html#CEILING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FLOOR",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Switch/Face.html#FLOOR"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Face()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Switch/Face.html#Face()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WALL",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Switch/Face.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Switch/Face.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Switch/Face.html"
          },
          {
            "kind": "METHOD",
            "name": "setFace(Face)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Switch.html#setFace(Face)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/data/type/TNT.html#setUnstable(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/block/data/type/TechnicalPiston/Type.html#NORMAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STICKY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/TechnicalPiston/Type.html#STICKY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type()",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/TechnicalPiston/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/TechnicalPiston/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/TechnicalPiston.html#setType(Type)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/TechnicalPiston.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.TrapDoor",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/TrapDoor.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Tripwire",
        "children": [
          {
            "kind": "METHOD",
            "name": "isDisarmed()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/Tripwire.html#setDisarmed(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/Tripwire.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.TripwireHook",
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/TurtleEgg.html#getEggs()"
          },
          {
            "kind": "METHOD",
            "name": "getHatch()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/TurtleEgg.html#getHatch()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumEggs()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/TurtleEgg.html#getMaximumEggs()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumHatch()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/TurtleEgg.html#getMaximumHatch()"
          },
          {
            "kind": "METHOD",
            "name": "getMinimumEggs()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/data/type/TurtleEgg.html#setEggs(int)"
          },
          {
            "kind": "METHOD",
            "name": "setHatch(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hatch"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/TurtleEgg.html#setHatch(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/TurtleEgg.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.WallSign",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/WallSign.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/data/type/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.15.1/org/bukkit/block/structure/Mirror.html#FRONT_BACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEFT_RIGHT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/structure/Mirror.html#LEFT_RIGHT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Mirror()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/structure/Mirror.html#Mirror()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/structure/Mirror.html#NONE"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/structure/Mirror.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/structure/Mirror.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/structure/StructureRotation.html#CLOCKWISE_180"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLOCKWISE_90",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/structure/StructureRotation.html#CLOCKWISE_90"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COUNTERCLOCKWISE_90",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/structure/StructureRotation.html#COUNTERCLOCKWISE_90"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/structure/StructureRotation.html#NONE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "StructureRotation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/structure/StructureRotation.html#StructureRotation()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/structure/StructureRotation.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/structure/StructureRotation.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/block/structure/UsageMode.html#CORNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DATA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/structure/UsageMode.html#DATA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LOAD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/structure/UsageMode.html#LOAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SAVE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/structure/UsageMode.html#SAVE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "UsageMode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/structure/UsageMode.html#UsageMode()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/structure/UsageMode.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/structure/UsageMode.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/block/structure/UsageMode.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/boss/BarColor.html#BLUE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BarColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarColor.html#BarColor()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarColor.html#GREEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarColor.html#PINK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarColor.html#PURPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarColor.html#RED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarColor.html#WHITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarColor.html#YELLOW"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarColor.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarColor.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarColor.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.boss.BarFlag",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BarFlag()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarFlag.html#BarFlag()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREATE_FOG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarFlag.html#CREATE_FOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARKEN_SKY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarFlag.html#DARKEN_SKY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAY_BOSS_MUSIC",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/boss/BarFlag.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarFlag.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarFlag.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.boss.BarStyle",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BarStyle()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarStyle.html#BarStyle()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SEGMENTED_10",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarStyle.html#SEGMENTED_10"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SEGMENTED_12",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarStyle.html#SEGMENTED_12"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SEGMENTED_20",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarStyle.html#SEGMENTED_20"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SEGMENTED_6",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarStyle.html#SEGMENTED_6"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOLID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarStyle.html#SOLID"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarStyle.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BarStyle.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/boss/BossBar.html#addFlag(BarFlag)"
          },
          {
            "kind": "METHOD",
            "name": "addPlayer(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BossBar.html#addPlayer(Player)"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BossBar.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BossBar.html#getPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getProgress()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BossBar.html#getProgress()"
          },
          {
            "kind": "METHOD",
            "name": "getStyle()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BossBar.html#getStyle()"
          },
          {
            "kind": "METHOD",
            "name": "getTitle()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BossBar.html#getTitle()"
          },
          {
            "kind": "METHOD",
            "name": "hasFlag(BarFlag)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BossBar.html#hasFlag(BarFlag)"
          },
          {
            "kind": "METHOD",
            "name": "hide()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BossBar.html#hide()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isVisible()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BossBar.html#isVisible()"
          },
          {
            "kind": "METHOD",
            "name": "removeAll()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BossBar.html#removeAll()"
          },
          {
            "kind": "METHOD",
            "name": "removeFlag(BarFlag)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BossBar.html#removeFlag(BarFlag)"
          },
          {
            "kind": "METHOD",
            "name": "removePlayer(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BossBar.html#removePlayer(Player)"
          },
          {
            "kind": "METHOD",
            "name": "setColor(BarColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BossBar.html#setColor(BarColor)"
          },
          {
            "kind": "METHOD",
            "name": "setProgress(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "progress"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BossBar.html#setProgress(double)"
          },
          {
            "kind": "METHOD",
            "name": "setStyle(BarStyle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "style"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BossBar.html#setStyle(BarStyle)"
          },
          {
            "kind": "METHOD",
            "name": "setTitle(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BossBar.html#setTitle(String)"
          },
          {
            "kind": "METHOD",
            "name": "setVisible(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "visible"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BossBar.html#setVisible(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "show()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BossBar.html#show()",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/BossBar.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.boss.KeyedBossBar",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/boss/KeyedBossBar.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/command/BlockCommandSender.html#getBlock()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/BlockCommandSender.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.command.BufferedCommandSender",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BufferedCommandSender()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/BufferedCommandSender.html#BufferedCommandSender()"
          },
          {
            "kind": "FIELD",
            "name": "buffer",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/BufferedCommandSender.html#buffer"
          },
          {
            "kind": "METHOD",
            "name": "getBuffer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/BufferedCommandSender.html#getBuffer()"
          },
          {
            "kind": "METHOD",
            "name": "reset()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/BufferedCommandSender.html#reset()"
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/BufferedCommandSender.html#sendMessage(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/BufferedCommandSender.html"
      },
      {
        "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.15.1/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.15.1/org/bukkit/command/Command.html#Command(String,String,String,List)"
          },
          {
            "kind": "FIELD",
            "name": "activeAliases",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#activeAliases"
          },
          {
            "kind": "FIELD",
            "name": "aliases",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#aliases"
          },
          {
            "kind": "METHOD",
            "name": "allowChangesFrom(CommandMap)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "commandMap"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#allowChangesFrom(CommandMap)"
          },
          {
            "kind": "METHOD",
            "name": "broadcastCommandMessage(CommandSender,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/command/Command.html#broadcastCommandMessage(CommandSender,String,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "commandMap",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#commandMap"
          },
          {
            "kind": "FIELD",
            "name": "description",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/command/Command.html#execute(CommandSender,String,String...)"
          },
          {
            "kind": "METHOD",
            "name": "getAliases()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#getAliases()"
          },
          {
            "kind": "METHOD",
            "name": "getDescription()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#getDescription()"
          },
          {
            "kind": "METHOD",
            "name": "getLabel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#getLabel()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getPermission()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#getPermission()"
          },
          {
            "kind": "METHOD",
            "name": "getPermissionMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#getPermissionMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getTimingName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#getTimingName()"
          },
          {
            "kind": "METHOD",
            "name": "getUsage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#getUsage()"
          },
          {
            "kind": "METHOD",
            "name": "isRegistered()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#isRegistered()"
          },
          {
            "kind": "FIELD",
            "name": "label",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#label"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#name"
          },
          {
            "kind": "FIELD",
            "name": "nextLabel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#nextLabel"
          },
          {
            "kind": "FIELD",
            "name": "permission",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#permission"
          },
          {
            "kind": "FIELD",
            "name": "permissionMessage",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#permissionMessage"
          },
          {
            "kind": "METHOD",
            "name": "register(CommandMap)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "commandMap"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#register(CommandMap)"
          },
          {
            "kind": "METHOD",
            "name": "setAliases(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "aliases"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#setAliases(List)"
          },
          {
            "kind": "METHOD",
            "name": "setDescription(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "description"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#setDescription(String)"
          },
          {
            "kind": "METHOD",
            "name": "setLabel(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#setLabel(String)"
          },
          {
            "kind": "METHOD",
            "name": "setName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#setName(String)"
          },
          {
            "kind": "METHOD",
            "name": "setPermission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "permission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#setPermission(String)"
          },
          {
            "kind": "METHOD",
            "name": "setPermissionMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "permissionMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#setPermissionMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "setUsage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "usage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/command/Command.html#testPermission(CommandSender)"
          },
          {
            "kind": "METHOD",
            "name": "testPermissionSilent(CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#testPermissionSilent(CommandSender)"
          },
          {
            "kind": "FIELD",
            "name": "timings",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#timings"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#toString()"
          },
          {
            "kind": "METHOD",
            "name": "unregister(CommandMap)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "commandMap"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#unregister(CommandMap)"
          },
          {
            "kind": "FIELD",
            "name": "usageMessage",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html#usageMessage"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/Command.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.command.CommandException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "CommandException()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/CommandException.html#CommandException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "CommandException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "msg"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/command/CommandException.html#CommandException(String,Throwable)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/command/CommandExecutor.html#onCommand(CommandSender,Command,String,String...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/CommandExecutor.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.command.CommandMap",
        "children": [
          {
            "kind": "METHOD",
            "name": "clearCommands()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/command/CommandMap.html#getCommand(String)"
          },
          {
            "kind": "METHOD",
            "name": "getKnownCommands()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/command/CommandMap.html#tabComplete(CommandSender,String,Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/CommandMap.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.command.CommandSender",
        "children": [
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/CommandSender.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getServer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/CommandSender.html#getServer()"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.command.CommandSender.Spigot",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Spigot()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/CommandSender/Spigot.html#Spigot()"
              },
              {
                "kind": "METHOD",
                "name": "sendMessage(BaseComponent)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "component"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/CommandSender/Spigot.html#sendMessage(BaseComponent)"
              },
              {
                "kind": "METHOD",
                "name": "sendMessage(BaseComponent...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "components"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/CommandSender/Spigot.html#sendMessage(BaseComponent...)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/CommandSender/Spigot.html"
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(BaseComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "component"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/CommandSender.html#sendMessage(BaseComponent)"
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(BaseComponent...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "components"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/CommandSender.html#sendMessage(BaseComponent...)"
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/CommandSender.html#sendMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "messages"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/CommandSender.html#sendMessage(String...)"
          },
          {
            "kind": "METHOD",
            "name": "spigot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/CommandSender.html#spigot()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/CommandSender.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.command.ConsoleCommandSender",
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/command/FormattedCommandAlias.html#execute(CommandSender,String,String...)"
          },
          {
            "kind": "FIELD",
            "name": "formatStrings",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/FormattedCommandAlias.html#formatStrings"
          },
          {
            "kind": "METHOD",
            "name": "getTimingName()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/command/FormattedCommandAlias.html#inRange(int,int,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/command/MessageCommandSender.html#addAttachment(Plugin,int)"
          },
          {
            "kind": "METHOD",
            "name": "getEffectivePermissions()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/MessageCommandSender.html#getEffectivePermissions()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/MessageCommandSender.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getServer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/MessageCommandSender.html#getServer()"
          },
          {
            "kind": "METHOD",
            "name": "hasPermission(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/MessageCommandSender.html#hasPermission(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "hasPermission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/MessageCommandSender.html#hasPermission(String)"
          },
          {
            "kind": "METHOD",
            "name": "isOp()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/MessageCommandSender.html#isOp()"
          },
          {
            "kind": "METHOD",
            "name": "isPermissionSet(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/MessageCommandSender.html#isPermissionSet(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "isPermissionSet(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/MessageCommandSender.html#isPermissionSet(String)"
          },
          {
            "kind": "METHOD",
            "name": "recalculatePermissions()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/MessageCommandSender.html#recalculatePermissions()"
          },
          {
            "kind": "METHOD",
            "name": "removeAttachment(PermissionAttachment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attachment"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/MessageCommandSender.html#removeAttachment(PermissionAttachment)"
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "messages"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/MessageCommandSender.html#sendMessage(String...)"
          },
          {
            "kind": "METHOD",
            "name": "setOp(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/MessageCommandSender.html#setOp(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "spigot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/MessageCommandSender.html#spigot()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/MessageCommandSender.html"
      },
      {
        "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.15.1/org/bukkit/command/MultipleCommandAlias.html#MultipleCommandAlias(String,Command...)"
          },
          {
            "kind": "FIELD",
            "name": "commands",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/command/MultipleCommandAlias.html#execute(CommandSender,String,String...)"
          },
          {
            "kind": "METHOD",
            "name": "getCommands()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/MultipleCommandAlias.html#getCommands()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/command/PluginCommand.html#PluginCommand(String,Plugin)"
          },
          {
            "kind": "FIELD",
            "name": "completer",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/command/PluginCommand.html#execute(CommandSender,String,String...)"
          },
          {
            "kind": "FIELD",
            "name": "executor",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/PluginCommand.html#executor"
          },
          {
            "kind": "METHOD",
            "name": "getExecutor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/PluginCommand.html#getExecutor()"
          },
          {
            "kind": "METHOD",
            "name": "getPlugin()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/PluginCommand.html#getPlugin()"
          },
          {
            "kind": "METHOD",
            "name": "getTabCompleter()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/PluginCommand.html#getTabCompleter()"
          },
          {
            "kind": "FIELD",
            "name": "owningPlugin",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/PluginCommand.html#owningPlugin"
          },
          {
            "kind": "METHOD",
            "name": "setExecutor(CommandExecutor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "executor"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/PluginCommand.html#setExecutor(CommandExecutor)"
          },
          {
            "kind": "METHOD",
            "name": "setTabCompleter(TabCompleter)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "completer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/command/PluginCommand.html#tabComplete(CommandSender,String,String...)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/PluginCommand.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/PluginCommand.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.command.PluginCommandYamlParser",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginCommandYamlParser()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/PluginCommandYamlParser.html#PluginCommandYamlParser()"
          },
          {
            "kind": "METHOD",
            "name": "parse(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/PluginCommandYamlParser.html#parse(Plugin)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/PluginCommandYamlParser.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.command.PluginIdentifiableCommand",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPlugin()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/PluginIdentifiableCommand.html#getPlugin()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/PluginIdentifiableCommand.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.command.ProxiedCommandSender",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCallee()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/ProxiedCommandSender.html#getCallee()"
          },
          {
            "kind": "METHOD",
            "name": "getCaller()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/ProxiedCommandSender.html#getCaller()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/ProxiedCommandSender.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.command.RemoteConsoleCommandSender",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/RemoteConsoleCommandSender.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.command.SimpleCommandMap",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SimpleCommandMap(Server)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "server"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/SimpleCommandMap.html#SimpleCommandMap(Server)"
          },
          {
            "kind": "METHOD",
            "name": "clearCommands()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/command/SimpleCommandMap.html#getCommand(String)"
          },
          {
            "kind": "METHOD",
            "name": "getCommands()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/SimpleCommandMap.html#getCommands()"
          },
          {
            "kind": "METHOD",
            "name": "getKnownCommands()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/SimpleCommandMap.html#getKnownCommands()"
          },
          {
            "kind": "FIELD",
            "name": "knownCommands",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/command/SimpleCommandMap.html#registerAll(String,List)"
          },
          {
            "kind": "METHOD",
            "name": "registerServerAliases()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/SimpleCommandMap.html#registerServerAliases()"
          },
          {
            "kind": "FIELD",
            "name": "server",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/SimpleCommandMap.html#server"
          },
          {
            "kind": "METHOD",
            "name": "setDefaultCommands()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/SimpleCommandMap.html#setDefaultCommands()"
          },
          {
            "kind": "METHOD",
            "name": "setFallbackCommands()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/command/SimpleCommandMap.html#tabComplete(CommandSender,String,Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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": "alias"
              },
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "command"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/TabCompleter.html#onTabComplete(CommandSender,Command,String,String...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/TabCompleter.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.command.TabExecutor",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/TabExecutor.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/command/defaults/BukkitCommand.html#BukkitCommand(String,String,String,List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/command/defaults/HelpCommand.html#tabComplete(CommandSender,String,String...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/command/defaults/PluginsCommand.html#execute(CommandSender,String,String...)"
          },
          {
            "kind": "METHOD",
            "name": "getPluginList()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/command/defaults/PluginsCommand.html#tabComplete(CommandSender,String,String...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/defaults/PluginsCommand.html"
      },
      {
        "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.15.1/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.15.1/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.15.1/org/bukkit/command/defaults/ReloadCommand.html#tabComplete(CommandSender,String,String...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/command/defaults/VersionCommand.html#execute(CommandSender,String,String...)"
          },
          {
            "kind": "METHOD",
            "name": "getAuthors(PluginDescriptionFile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "desc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/defaults/VersionCommand.html#getAuthors(PluginDescriptionFile)"
          },
          {
            "kind": "METHOD",
            "name": "getDistance(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hash"
              },
              {
                "kind": "PARAMETER",
                "name": "repo"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/defaults/VersionCommand.html#getDistance(String,String)"
          },
          {
            "kind": "METHOD",
            "name": "getVersionFetcher()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/defaults/VersionCommand.html#getVersionFetcher()"
          },
          {
            "kind": "FIELD",
            "name": "hasVersion",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/defaults/VersionCommand.html#hasVersion"
          },
          {
            "kind": "FIELD",
            "name": "lastCheck",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/defaults/VersionCommand.html#lastCheck"
          },
          {
            "kind": "METHOD",
            "name": "obtainVersion()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/defaults/VersionCommand.html#obtainVersion()"
          },
          {
            "kind": "METHOD",
            "name": "sendMessages(String,CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              },
              {
                "kind": "PARAMETER",
                "name": "toSplit"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/defaults/VersionCommand.html#sendMessages(String,CommandSender)"
          },
          {
            "kind": "METHOD",
            "name": "sendVersion(CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/defaults/VersionCommand.html#sendVersion(CommandSender)"
          },
          {
            "kind": "METHOD",
            "name": "setVersionMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "msg"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/defaults/VersionCommand.html#setVersionMessage(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.15.1/org/bukkit/command/defaults/VersionCommand.html#tabComplete(CommandSender,String,String...)"
          },
          {
            "kind": "FIELD",
            "name": "versionFetcher",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/defaults/VersionCommand.html#versionFetcher"
          },
          {
            "kind": "FIELD",
            "name": "versionLock",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/defaults/VersionCommand.html#versionLock"
          },
          {
            "kind": "FIELD",
            "name": "versionMessage",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/defaults/VersionCommand.html#versionMessage"
          },
          {
            "kind": "FIELD",
            "name": "versionTaskStarted",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/defaults/VersionCommand.html#versionTaskStarted"
          },
          {
            "kind": "FIELD",
            "name": "versionWaiters",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/defaults/VersionCommand.html#versionWaiters"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/command/defaults/VersionCommand.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/configuration/Configuration.html#addDefaults(Configuration)"
          },
          {
            "kind": "METHOD",
            "name": "addDefaults(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaults"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/Configuration.html#addDefaults(Map)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaults()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/Configuration.html#getDefaults()"
          },
          {
            "kind": "METHOD",
            "name": "options()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/Configuration.html#options()"
          },
          {
            "kind": "METHOD",
            "name": "setDefaults(Configuration)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaults"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/Configuration.html#setDefaults(Configuration)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/configuration/ConfigurationOptions.html#ConfigurationOptions(Configuration)"
          },
          {
            "kind": "FIELD",
            "name": "configuration",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationOptions.html#configuration"
          },
          {
            "kind": "METHOD",
            "name": "configuration()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationOptions.html#configuration()"
          },
          {
            "kind": "FIELD",
            "name": "copyDefaults",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationOptions.html#copyDefaults"
          },
          {
            "kind": "METHOD",
            "name": "copyDefaults()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationOptions.html#copyDefaults()"
          },
          {
            "kind": "METHOD",
            "name": "copyDefaults(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationOptions.html#copyDefaults(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "pathSeparator",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationOptions.html#pathSeparator"
          },
          {
            "kind": "METHOD",
            "name": "pathSeparator()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationOptions.html#pathSeparator()"
          },
          {
            "kind": "METHOD",
            "name": "pathSeparator(char)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationOptions.html#pathSeparator(char)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationOptions.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.configuration.ConfigurationSection",
        "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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/configuration/ConfigurationSection.html#getBooleanList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getByteList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#getByteList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getCharacterList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#getCharacterList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getColor(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/configuration/ConfigurationSection.html#getColor(String,Color)"
          },
          {
            "kind": "METHOD",
            "name": "getConfigurationSection(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#getConfigurationSection(String)"
          },
          {
            "kind": "METHOD",
            "name": "getCurrentPath()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#getCurrentPath()"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultSection()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#getDefaultSection()"
          },
          {
            "kind": "METHOD",
            "name": "getDouble(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/configuration/ConfigurationSection.html#getDoubleList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getFloatList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#getFloatList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getInt(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/configuration/ConfigurationSection.html#getIntegerList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getItemStack(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/configuration/ConfigurationSection.html#getKeys(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/configuration/ConfigurationSection.html#getLongList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getMapList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#getMapList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getOfflinePlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/configuration/ConfigurationSection.html#getOfflinePlayer(String,OfflinePlayer)"
          },
          {
            "kind": "METHOD",
            "name": "getParent()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#getParent()"
          },
          {
            "kind": "METHOD",
            "name": "getRoot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#getRoot()"
          },
          {
            "kind": "METHOD",
            "name": "getShortList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#getShortList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getString(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/configuration/ConfigurationSection.html#getStringList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getValues(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "deep"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#getValues(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getVector(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/configuration/ConfigurationSection.html#isBoolean(String)"
          },
          {
            "kind": "METHOD",
            "name": "isColor(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#isColor(String)"
          },
          {
            "kind": "METHOD",
            "name": "isConfigurationSection(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#isConfigurationSection(String)"
          },
          {
            "kind": "METHOD",
            "name": "isDouble(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#isDouble(String)"
          },
          {
            "kind": "METHOD",
            "name": "isInt(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#isInt(String)"
          },
          {
            "kind": "METHOD",
            "name": "isItemStack(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#isItemStack(String)"
          },
          {
            "kind": "METHOD",
            "name": "isList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#isList(String)"
          },
          {
            "kind": "METHOD",
            "name": "isLocation(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#isLocation(String)"
          },
          {
            "kind": "METHOD",
            "name": "isLong(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#isLong(String)"
          },
          {
            "kind": "METHOD",
            "name": "isOfflinePlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#isOfflinePlayer(String)"
          },
          {
            "kind": "METHOD",
            "name": "isSet(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#isSet(String)"
          },
          {
            "kind": "METHOD",
            "name": "isString(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html#isString(String)"
          },
          {
            "kind": "METHOD",
            "name": "isVector(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/configuration/ConfigurationSection.html#set(String,Object)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/ConfigurationSection.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.configuration.InvalidConfigurationException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "InvalidConfigurationException()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/InvalidConfigurationException.html#InvalidConfigurationException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InvalidConfigurationException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "msg"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/configuration/InvalidConfigurationException.html#InvalidConfigurationException(Throwable)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/InvalidConfigurationException.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.configuration.MemoryConfiguration",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MemoryConfiguration()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemoryConfiguration.html#MemoryConfiguration()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MemoryConfiguration(Configuration)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaults"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/configuration/MemoryConfiguration.html#addDefaults(Configuration)"
          },
          {
            "kind": "METHOD",
            "name": "addDefaults(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaults"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemoryConfiguration.html#addDefaults(Map)"
          },
          {
            "kind": "FIELD",
            "name": "defaults",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemoryConfiguration.html#defaults"
          },
          {
            "kind": "METHOD",
            "name": "getDefaults()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemoryConfiguration.html#getDefaults()"
          },
          {
            "kind": "METHOD",
            "name": "getParent()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemoryConfiguration.html#getParent()"
          },
          {
            "kind": "FIELD",
            "name": "options",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemoryConfiguration.html#options"
          },
          {
            "kind": "METHOD",
            "name": "options()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemoryConfiguration.html#options()"
          },
          {
            "kind": "METHOD",
            "name": "setDefaults(Configuration)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaults"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemoryConfiguration.html#setDefaults(Configuration)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/configuration/MemoryConfigurationOptions.html#MemoryConfigurationOptions(MemoryConfiguration)"
          },
          {
            "kind": "METHOD",
            "name": "configuration()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemoryConfigurationOptions.html#configuration()"
          },
          {
            "kind": "METHOD",
            "name": "copyDefaults(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemoryConfigurationOptions.html#copyDefaults(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "pathSeparator(char)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemoryConfigurationOptions.html#pathSeparator(char)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/configuration/MemorySection.html#\u003cT\u003egetSerializable(String,Class,T)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MemorySection()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/configuration/MemorySection.html#createSection(String,Map)"
          },
          {
            "kind": "FIELD",
            "name": "fullPath",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#fullPath"
          },
          {
            "kind": "METHOD",
            "name": "get(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/configuration/MemorySection.html#getBooleanList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getByteList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#getByteList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getCharacterList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#getCharacterList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getColor(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/configuration/MemorySection.html#getColor(String,Color)"
          },
          {
            "kind": "METHOD",
            "name": "getConfigurationSection(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#getConfigurationSection(String)"
          },
          {
            "kind": "METHOD",
            "name": "getCurrentPath()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#getCurrentPath()"
          },
          {
            "kind": "METHOD",
            "name": "getDefault(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#getDefault(String)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultSection()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#getDefaultSection()"
          },
          {
            "kind": "METHOD",
            "name": "getDouble(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/configuration/MemorySection.html#getDoubleList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getFloatList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#getFloatList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getInt(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/configuration/MemorySection.html#getIntegerList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getItemStack(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/configuration/MemorySection.html#getKeys(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/configuration/MemorySection.html#getLongList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getMapList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#getMapList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getOfflinePlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/configuration/MemorySection.html#getOfflinePlayer(String,OfflinePlayer)"
          },
          {
            "kind": "METHOD",
            "name": "getParent()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#getParent()"
          },
          {
            "kind": "METHOD",
            "name": "getRoot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#getRoot()"
          },
          {
            "kind": "METHOD",
            "name": "getShortList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#getShortList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getString(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/configuration/MemorySection.html#getStringList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getValues(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "deep"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#getValues(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getVector(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/configuration/MemorySection.html#isBoolean(String)"
          },
          {
            "kind": "METHOD",
            "name": "isColor(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#isColor(String)"
          },
          {
            "kind": "METHOD",
            "name": "isConfigurationSection(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#isConfigurationSection(String)"
          },
          {
            "kind": "METHOD",
            "name": "isDouble(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#isDouble(String)"
          },
          {
            "kind": "METHOD",
            "name": "isInt(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#isInt(String)"
          },
          {
            "kind": "METHOD",
            "name": "isItemStack(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#isItemStack(String)"
          },
          {
            "kind": "METHOD",
            "name": "isList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#isList(String)"
          },
          {
            "kind": "METHOD",
            "name": "isLocation(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#isLocation(String)"
          },
          {
            "kind": "METHOD",
            "name": "isLong(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#isLong(String)"
          },
          {
            "kind": "METHOD",
            "name": "isOfflinePlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#isOfflinePlayer(String)"
          },
          {
            "kind": "METHOD",
            "name": "isPrimitiveWrapper(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#isPrimitiveWrapper(Object)"
          },
          {
            "kind": "METHOD",
            "name": "isSet(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#isSet(String)"
          },
          {
            "kind": "METHOD",
            "name": "isString(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#isString(String)"
          },
          {
            "kind": "METHOD",
            "name": "isVector(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#isVector(String)"
          },
          {
            "kind": "FIELD",
            "name": "map",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/configuration/MemorySection.html#mapChildrenValues(Map,ConfigurationSection,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "parent",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#parent"
          },
          {
            "kind": "FIELD",
            "name": "path",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#path"
          },
          {
            "kind": "FIELD",
            "name": "root",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/configuration/MemorySection.html#set(String,Object)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/MemorySection.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/configuration/file/FileConfiguration.html#FileConfiguration()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "FileConfiguration(Configuration)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaults"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/FileConfiguration.html#FileConfiguration(Configuration)"
          },
          {
            "kind": "METHOD",
            "name": "buildHeader()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/FileConfiguration.html#buildHeader()"
          },
          {
            "kind": "METHOD",
            "name": "load(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/configuration/file/FileConfiguration.html#loadFromString(String)"
          },
          {
            "kind": "METHOD",
            "name": "options()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/FileConfiguration.html#options()"
          },
          {
            "kind": "METHOD",
            "name": "save(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/configuration/file/FileConfiguration.html#save(String)"
          },
          {
            "kind": "METHOD",
            "name": "saveToString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/FileConfiguration.html#saveToString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/configuration/file/FileConfigurationOptions.html#FileConfigurationOptions(MemoryConfiguration)"
          },
          {
            "kind": "METHOD",
            "name": "configuration()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/FileConfigurationOptions.html#configuration()"
          },
          {
            "kind": "METHOD",
            "name": "copyDefaults(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/FileConfigurationOptions.html#copyDefaults(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "copyHeader",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/FileConfigurationOptions.html#copyHeader"
          },
          {
            "kind": "METHOD",
            "name": "copyHeader()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/FileConfigurationOptions.html#copyHeader()"
          },
          {
            "kind": "METHOD",
            "name": "copyHeader(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/FileConfigurationOptions.html#copyHeader(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "header",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/FileConfigurationOptions.html#header"
          },
          {
            "kind": "METHOD",
            "name": "header()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/FileConfigurationOptions.html#header()"
          },
          {
            "kind": "METHOD",
            "name": "header(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/FileConfigurationOptions.html#header(String)"
          },
          {
            "kind": "METHOD",
            "name": "pathSeparator(char)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/FileConfigurationOptions.html#pathSeparator(char)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/configuration/file/YamlConfiguration.html#BLANK_CONFIG"
          },
          {
            "kind": "FIELD",
            "name": "COMMENT_PREFIX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/YamlConfiguration.html#COMMENT_PREFIX"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "YamlConfiguration()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/YamlConfiguration.html#YamlConfiguration()"
          },
          {
            "kind": "METHOD",
            "name": "buildHeader()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/YamlConfiguration.html#buildHeader()"
          },
          {
            "kind": "METHOD",
            "name": "convertMapsToSections(Map,ConfigurationSection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              },
              {
                "kind": "PARAMETER",
                "name": "section"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/YamlConfiguration.html#convertMapsToSections(Map,ConfigurationSection)"
          },
          {
            "kind": "METHOD",
            "name": "loadConfiguration(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/configuration/file/YamlConfiguration.html#loadFromString(String)"
          },
          {
            "kind": "METHOD",
            "name": "options()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/YamlConfiguration.html#options()"
          },
          {
            "kind": "METHOD",
            "name": "parseHeader(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/YamlConfiguration.html#parseHeader(String)"
          },
          {
            "kind": "METHOD",
            "name": "saveToString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/YamlConfiguration.html#saveToString()"
          },
          {
            "kind": "FIELD",
            "name": "yaml",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/YamlConfiguration.html#yaml"
          },
          {
            "kind": "FIELD",
            "name": "yamlOptions",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/YamlConfiguration.html#yamlOptions"
          },
          {
            "kind": "FIELD",
            "name": "yamlRepresenter",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/YamlConfiguration.html#yamlRepresenter"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/configuration/file/YamlConfigurationOptions.html#YamlConfigurationOptions(YamlConfiguration)"
          },
          {
            "kind": "METHOD",
            "name": "configuration()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/YamlConfigurationOptions.html#configuration()"
          },
          {
            "kind": "METHOD",
            "name": "copyDefaults(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/configuration/file/YamlConfigurationOptions.html#copyHeader(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "header(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/YamlConfigurationOptions.html#header(String)"
          },
          {
            "kind": "FIELD",
            "name": "indent",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/YamlConfigurationOptions.html#indent"
          },
          {
            "kind": "METHOD",
            "name": "indent()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/YamlConfigurationOptions.html#indent()"
          },
          {
            "kind": "METHOD",
            "name": "indent(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/YamlConfigurationOptions.html#indent(int)"
          },
          {
            "kind": "METHOD",
            "name": "pathSeparator(char)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/YamlConfigurationOptions.html#pathSeparator(char)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/configuration/file/YamlConstructor.html#YamlConstructor()"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.configuration.file.YamlConstructor.ConstructCustomObject",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "ConstructCustomObject()",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/configuration/file/YamlConstructor/ConstructCustomObject.html#construct2ndStep(Node,Object)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/YamlConstructor/ConstructCustomObject.html"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/configuration/file/YamlRepresenter.html#YamlRepresenter()"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.configuration.file.YamlRepresenter.RepresentConfigurationSection",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "RepresentConfigurationSection()",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/configuration/file/YamlRepresenter/RepresentConfigurationSection.html#representData(Object)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/configuration/file/YamlRepresenter/RepresentConfigurationSerializable.html#representData(Object)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/YamlRepresenter/RepresentConfigurationSerializable.html"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/file/YamlRepresenter.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/configuration/serialization/ConfigurationSerializable.html#serialize()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/configuration/serialization/ConfigurationSerialization.html#ConfigurationSerialization(Class)"
          },
          {
            "kind": "FIELD",
            "name": "SERIALIZED_TYPE_KEY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/serialization/ConfigurationSerialization.html#SERIALIZED_TYPE_KEY"
          },
          {
            "kind": "FIELD",
            "name": "aliases",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/serialization/ConfigurationSerialization.html#aliases"
          },
          {
            "kind": "FIELD",
            "name": "clazz",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/configuration/serialization/ConfigurationSerialization.html#clazz"
          },
          {
            "kind": "METHOD",
            "name": "deserialize(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/configuration/serialization/ConfigurationSerialization.html#getClassByAlias(String)"
          },
          {
            "kind": "METHOD",
            "name": "getConstructor()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/configuration/serialization/ConfigurationSerialization.html#unregisterClass(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/configuration/serialization/SerializableAs.html#value()"
          }
        ]
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/conversations/BooleanPrompt.html#BooleanPrompt()"
          },
          {
            "kind": "METHOD",
            "name": "acceptValidatedInput(ConversationContext,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/conversations/BooleanPrompt.html#isInputValid(ConversationContext,String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/BooleanPrompt.html"
      },
      {
        "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.15.1/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.15.1/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.15.1/org/bukkit/conversations/Conversable.html#acceptConversationInput(String)"
          },
          {
            "kind": "METHOD",
            "name": "beginConversation(Conversation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "conversation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversable.html#beginConversation(Conversation)"
          },
          {
            "kind": "METHOD",
            "name": "isConversing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversable.html#isConversing()"
          },
          {
            "kind": "METHOD",
            "name": "sendRawMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversable.html#sendRawMessage(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversable.html"
      },
      {
        "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.15.1/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.15.1/org/bukkit/conversations/Conversation.html#Conversation(Plugin,Conversable,Prompt,Map)"
          },
          {
            "kind": "METHOD",
            "name": "abandon()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#abandon()"
          },
          {
            "kind": "METHOD",
            "name": "abandon(ConversationAbandonedEvent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "details"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#abandon(ConversationAbandonedEvent)"
          },
          {
            "kind": "FIELD",
            "name": "abandoned",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#abandoned"
          },
          {
            "kind": "FIELD",
            "name": "abandonedListeners",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#abandonedListeners"
          },
          {
            "kind": "METHOD",
            "name": "acceptInput(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#acceptInput(String)"
          },
          {
            "kind": "METHOD",
            "name": "addConversationAbandonedListener(ConversationAbandonedListener)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "listener"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#addConversationAbandonedListener(ConversationAbandonedListener)"
          },
          {
            "kind": "METHOD",
            "name": "addConversationCanceller(ConversationCanceller)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canceller"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#addConversationCanceller(ConversationCanceller)"
          },
          {
            "kind": "METHOD",
            "name": "begin()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#begin()"
          },
          {
            "kind": "FIELD",
            "name": "cancellers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#cancellers"
          },
          {
            "kind": "FIELD",
            "name": "context",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#context"
          },
          {
            "kind": "FIELD",
            "name": "currentPrompt",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#currentPrompt"
          },
          {
            "kind": "FIELD",
            "name": "firstPrompt",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#firstPrompt"
          },
          {
            "kind": "METHOD",
            "name": "getCancellers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#getCancellers()"
          },
          {
            "kind": "METHOD",
            "name": "getContext()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#getContext()"
          },
          {
            "kind": "METHOD",
            "name": "getForWhom()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#getForWhom()"
          },
          {
            "kind": "METHOD",
            "name": "getPrefix()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#getPrefix()"
          },
          {
            "kind": "METHOD",
            "name": "getState()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#getState()"
          },
          {
            "kind": "METHOD",
            "name": "isLocalEchoEnabled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#isLocalEchoEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "isModal()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#isModal()"
          },
          {
            "kind": "FIELD",
            "name": "localEchoEnabled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#localEchoEnabled"
          },
          {
            "kind": "FIELD",
            "name": "modal",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/conversations/Conversation/ConversationState.html#ABANDONED"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "ConversationState()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation/ConversationState.html#ConversationState()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STARTED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation/ConversationState.html#STARTED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNSTARTED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation/ConversationState.html#UNSTARTED"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation/ConversationState.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation/ConversationState.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation/ConversationState.html"
          },
          {
            "kind": "METHOD",
            "name": "outputNextPrompt()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#outputNextPrompt()"
          },
          {
            "kind": "FIELD",
            "name": "prefix",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#prefix"
          },
          {
            "kind": "METHOD",
            "name": "removeConversationAbandonedListener(ConversationAbandonedListener)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "listener"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#removeConversationAbandonedListener(ConversationAbandonedListener)"
          },
          {
            "kind": "METHOD",
            "name": "setLocalEchoEnabled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "localEchoEnabled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#setLocalEchoEnabled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setModal(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "modal"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#setModal(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setPrefix(ConversationPrefix)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "prefix"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html#setPrefix(ConversationPrefix)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Conversation.html"
      },
      {
        "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.15.1/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.15.1/org/bukkit/conversations/ConversationAbandonedEvent.html#ConversationAbandonedEvent(Conversation,ConversationCanceller)"
          },
          {
            "kind": "FIELD",
            "name": "canceller",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationAbandonedEvent.html#canceller"
          },
          {
            "kind": "FIELD",
            "name": "context",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationAbandonedEvent.html#context"
          },
          {
            "kind": "METHOD",
            "name": "getCanceller()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationAbandonedEvent.html#getCanceller()"
          },
          {
            "kind": "METHOD",
            "name": "getContext()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationAbandonedEvent.html#getContext()"
          },
          {
            "kind": "METHOD",
            "name": "gracefulExit()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationAbandonedEvent.html#gracefulExit()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationAbandonedEvent.html"
      },
      {
        "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.15.1/org/bukkit/conversations/ConversationAbandonedListener.html#conversationAbandoned(ConversationAbandonedEvent)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationAbandonedListener.html"
      },
      {
        "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.15.1/org/bukkit/conversations/ConversationCanceller.html#cancelBasedOnInput(ConversationContext,String)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationCanceller.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "setConversation(Conversation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "conversation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationCanceller.html#setConversation(Conversation)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationCanceller.html"
      },
      {
        "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.15.1/org/bukkit/conversations/ConversationContext.html#ConversationContext(Plugin,Conversable,Map)"
          },
          {
            "kind": "FIELD",
            "name": "forWhom",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationContext.html#forWhom"
          },
          {
            "kind": "METHOD",
            "name": "getAllSessionData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationContext.html#getAllSessionData()"
          },
          {
            "kind": "METHOD",
            "name": "getForWhom()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationContext.html#getForWhom()"
          },
          {
            "kind": "METHOD",
            "name": "getPlugin()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationContext.html#getPlugin()"
          },
          {
            "kind": "METHOD",
            "name": "getSessionData(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationContext.html#getSessionData(Object)"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationContext.html#plugin"
          },
          {
            "kind": "FIELD",
            "name": "sessionData",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/conversations/ConversationContext.html#setSessionData(Object,Object)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationContext.html"
      },
      {
        "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.15.1/org/bukkit/conversations/ConversationFactory.html#ConversationFactory(Plugin)"
          },
          {
            "kind": "FIELD",
            "name": "abandonedListeners",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationFactory.html#abandonedListeners"
          },
          {
            "kind": "METHOD",
            "name": "addConversationAbandonedListener(ConversationAbandonedListener)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "listener"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationFactory.html#addConversationAbandonedListener(ConversationAbandonedListener)"
          },
          {
            "kind": "METHOD",
            "name": "buildConversation(Conversable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "forWhom"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationFactory.html#buildConversation(Conversable)"
          },
          {
            "kind": "FIELD",
            "name": "cancellers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationFactory.html#cancellers"
          },
          {
            "kind": "FIELD",
            "name": "firstPrompt",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationFactory.html#firstPrompt"
          },
          {
            "kind": "FIELD",
            "name": "initialSessionData",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationFactory.html#initialSessionData"
          },
          {
            "kind": "FIELD",
            "name": "isModal",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationFactory.html#isModal"
          },
          {
            "kind": "FIELD",
            "name": "localEchoEnabled",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/conversations/ConversationFactory/NotPlayerMessagePrompt.html#NotPlayerMessagePrompt()"
              },
              {
                "kind": "METHOD",
                "name": "getNextPrompt(ConversationContext)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "context"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/conversations/ConversationFactory/NotPlayerMessagePrompt.html#getPromptText(ConversationContext)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationFactory/NotPlayerMessagePrompt.html"
          },
          {
            "kind": "FIELD",
            "name": "playerOnlyMessage",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationFactory.html#playerOnlyMessage"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationFactory.html#plugin"
          },
          {
            "kind": "FIELD",
            "name": "prefix",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationFactory.html#prefix"
          },
          {
            "kind": "METHOD",
            "name": "thatExcludesNonPlayersWithMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "playerOnlyMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationFactory.html#thatExcludesNonPlayersWithMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "withConversationCanceller(ConversationCanceller)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canceller"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationFactory.html#withConversationCanceller(ConversationCanceller)"
          },
          {
            "kind": "METHOD",
            "name": "withEscapeSequence(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "escapeSequence"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationFactory.html#withEscapeSequence(String)"
          },
          {
            "kind": "METHOD",
            "name": "withFirstPrompt(Prompt)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "firstPrompt"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationFactory.html#withFirstPrompt(Prompt)"
          },
          {
            "kind": "METHOD",
            "name": "withInitialSessionData(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "initialSessionData"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationFactory.html#withInitialSessionData(Map)"
          },
          {
            "kind": "METHOD",
            "name": "withLocalEcho(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "localEchoEnabled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationFactory.html#withLocalEcho(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "withModality(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "modal"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationFactory.html#withModality(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "withPrefix(ConversationPrefix)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "prefix"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationFactory.html#withPrefix(ConversationPrefix)"
          },
          {
            "kind": "METHOD",
            "name": "withTimeout(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "timeoutSeconds"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationFactory.html#withTimeout(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationFactory.html"
      },
      {
        "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.15.1/org/bukkit/conversations/ConversationPrefix.html#getPrefix(ConversationContext)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ConversationPrefix.html"
      },
      {
        "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.15.1/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.15.1/org/bukkit/conversations/ExactMatchConversationCanceller.html#cancelBasedOnInput(ConversationContext,String)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ExactMatchConversationCanceller.html#clone()"
          },
          {
            "kind": "FIELD",
            "name": "escapeSequence",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ExactMatchConversationCanceller.html#escapeSequence"
          },
          {
            "kind": "METHOD",
            "name": "setConversation(Conversation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "conversation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ExactMatchConversationCanceller.html#setConversation(Conversation)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ExactMatchConversationCanceller.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.FixedSetPrompt",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FixedSetPrompt()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/FixedSetPrompt.html#FixedSetPrompt()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "FixedSetPrompt(String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fixedSet"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/FixedSetPrompt.html#FixedSetPrompt(String...)"
          },
          {
            "kind": "FIELD",
            "name": "fixedSet",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/FixedSetPrompt.html#fixedSet"
          },
          {
            "kind": "METHOD",
            "name": "formatFixedSet()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/conversations/FixedSetPrompt.html#isInputValid(ConversationContext,String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/FixedSetPrompt.html"
      },
      {
        "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.15.1/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.15.1/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.15.1/org/bukkit/conversations/InactivityConversationCanceller.html#cancelling(Conversation)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/InactivityConversationCanceller.html#clone()"
          },
          {
            "kind": "FIELD",
            "name": "conversation",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/InactivityConversationCanceller.html#conversation"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/InactivityConversationCanceller.html#plugin"
          },
          {
            "kind": "METHOD",
            "name": "setConversation(Conversation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "conversation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/InactivityConversationCanceller.html#setConversation(Conversation)"
          },
          {
            "kind": "METHOD",
            "name": "startTimer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/InactivityConversationCanceller.html#startTimer()"
          },
          {
            "kind": "METHOD",
            "name": "stopTimer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/InactivityConversationCanceller.html#stopTimer()"
          },
          {
            "kind": "FIELD",
            "name": "taskId",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/InactivityConversationCanceller.html#taskId"
          },
          {
            "kind": "FIELD",
            "name": "timeoutSeconds",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/InactivityConversationCanceller.html#timeoutSeconds"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/InactivityConversationCanceller.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.ManuallyAbandonedConversationCanceller",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ManuallyAbandonedConversationCanceller()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/conversations/ManuallyAbandonedConversationCanceller.html#cancelBasedOnInput(ConversationContext,String)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ManuallyAbandonedConversationCanceller.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "setConversation(Conversation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "conversation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ManuallyAbandonedConversationCanceller.html#setConversation(Conversation)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ManuallyAbandonedConversationCanceller.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.MessagePrompt",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MessagePrompt()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/conversations/MessagePrompt.html#blocksForInput(ConversationContext)"
          },
          {
            "kind": "METHOD",
            "name": "getNextPrompt(ConversationContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/MessagePrompt.html#getNextPrompt(ConversationContext)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/MessagePrompt.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.NullConversationPrefix",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "NullConversationPrefix()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/NullConversationPrefix.html#NullConversationPrefix()"
          },
          {
            "kind": "METHOD",
            "name": "getPrefix(ConversationContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/NullConversationPrefix.html#getPrefix(ConversationContext)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/NullConversationPrefix.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.NumericPrompt",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "NumericPrompt()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/conversations/NumericPrompt.html#isNumberValid(ConversationContext,Number)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/NumericPrompt.html"
      },
      {
        "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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/conversations/PlayerNamePrompt.html#isInputValid(ConversationContext,String)"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/PlayerNamePrompt.html#plugin"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/PlayerNamePrompt.html"
      },
      {
        "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.15.1/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.15.1/org/bukkit/conversations/PluginNameConversationPrefix.html#PluginNameConversationPrefix(Plugin,String,ChatColor)"
          },
          {
            "kind": "FIELD",
            "name": "cachedPrefix",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/PluginNameConversationPrefix.html#cachedPrefix"
          },
          {
            "kind": "METHOD",
            "name": "getPrefix(ConversationContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/PluginNameConversationPrefix.html#getPrefix(ConversationContext)"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/PluginNameConversationPrefix.html#plugin"
          },
          {
            "kind": "FIELD",
            "name": "prefixColor",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/PluginNameConversationPrefix.html#prefixColor"
          },
          {
            "kind": "FIELD",
            "name": "separator",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/PluginNameConversationPrefix.html#separator"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/PluginNameConversationPrefix.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.conversations.Prompt",
        "children": [
          {
            "kind": "FIELD",
            "name": "END_OF_CONVERSATION",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/conversations/Prompt.html#blocksForInput(ConversationContext)"
          },
          {
            "kind": "METHOD",
            "name": "getPromptText(ConversationContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Prompt.html#getPromptText(ConversationContext)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/Prompt.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.RegexPrompt",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "RegexPrompt()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/RegexPrompt.html#RegexPrompt()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RegexPrompt(Pattern)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pattern"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/RegexPrompt.html#RegexPrompt(Pattern)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RegexPrompt(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "regex"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/conversations/RegexPrompt.html#isInputValid(ConversationContext,String)"
          },
          {
            "kind": "FIELD",
            "name": "pattern",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/RegexPrompt.html#pattern"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/RegexPrompt.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.StringPrompt",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "StringPrompt()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/StringPrompt.html#StringPrompt()"
          },
          {
            "kind": "METHOD",
            "name": "blocksForInput(ConversationContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/StringPrompt.html#blocksForInput(ConversationContext)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/StringPrompt.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.ValidatingPrompt",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ValidatingPrompt()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/conversations/ValidatingPrompt.html#isInputValid(ConversationContext,String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/ValidatingPrompt.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/conversations/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.enchantments",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.enchantments.Enchantment",
        "children": [
          {
            "kind": "FIELD",
            "name": "ARROW_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#ARROW_DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "ARROW_FIRE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#ARROW_FIRE"
          },
          {
            "kind": "FIELD",
            "name": "ARROW_INFINITE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#ARROW_INFINITE"
          },
          {
            "kind": "FIELD",
            "name": "ARROW_KNOCKBACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#ARROW_KNOCKBACK"
          },
          {
            "kind": "FIELD",
            "name": "BINDING_CURSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#BINDING_CURSE"
          },
          {
            "kind": "FIELD",
            "name": "CHANNELING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#CHANNELING"
          },
          {
            "kind": "FIELD",
            "name": "DAMAGE_ALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#DAMAGE_ALL"
          },
          {
            "kind": "FIELD",
            "name": "DAMAGE_ARTHROPODS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#DAMAGE_ARTHROPODS"
          },
          {
            "kind": "FIELD",
            "name": "DAMAGE_UNDEAD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#DAMAGE_UNDEAD"
          },
          {
            "kind": "FIELD",
            "name": "DEPTH_STRIDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#DEPTH_STRIDER"
          },
          {
            "kind": "FIELD",
            "name": "DIG_SPEED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#DIG_SPEED"
          },
          {
            "kind": "FIELD",
            "name": "DURABILITY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#DURABILITY"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Enchantment(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#Enchantment(NamespacedKey)"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_ASPECT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#FIRE_ASPECT"
          },
          {
            "kind": "FIELD",
            "name": "FROST_WALKER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#FROST_WALKER"
          },
          {
            "kind": "FIELD",
            "name": "IMPALING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#IMPALING"
          },
          {
            "kind": "FIELD",
            "name": "KNOCKBACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#KNOCKBACK"
          },
          {
            "kind": "FIELD",
            "name": "LOOT_BONUS_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#LOOT_BONUS_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "LOOT_BONUS_MOBS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#LOOT_BONUS_MOBS"
          },
          {
            "kind": "FIELD",
            "name": "LOYALTY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#LOYALTY"
          },
          {
            "kind": "FIELD",
            "name": "LUCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#LUCK"
          },
          {
            "kind": "FIELD",
            "name": "LURE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#LURE"
          },
          {
            "kind": "FIELD",
            "name": "MENDING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#MENDING"
          },
          {
            "kind": "FIELD",
            "name": "MULTISHOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#MULTISHOT"
          },
          {
            "kind": "FIELD",
            "name": "OXYGEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#OXYGEN"
          },
          {
            "kind": "FIELD",
            "name": "PIERCING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#PIERCING"
          },
          {
            "kind": "FIELD",
            "name": "PROTECTION_ENVIRONMENTAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#PROTECTION_ENVIRONMENTAL"
          },
          {
            "kind": "FIELD",
            "name": "PROTECTION_EXPLOSIONS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#PROTECTION_EXPLOSIONS"
          },
          {
            "kind": "FIELD",
            "name": "PROTECTION_FALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#PROTECTION_FALL"
          },
          {
            "kind": "FIELD",
            "name": "PROTECTION_FIRE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#PROTECTION_FIRE"
          },
          {
            "kind": "FIELD",
            "name": "PROTECTION_PROJECTILE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#PROTECTION_PROJECTILE"
          },
          {
            "kind": "FIELD",
            "name": "QUICK_CHARGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#QUICK_CHARGE"
          },
          {
            "kind": "FIELD",
            "name": "RIPTIDE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#RIPTIDE"
          },
          {
            "kind": "FIELD",
            "name": "SILK_TOUCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#SILK_TOUCH"
          },
          {
            "kind": "FIELD",
            "name": "SWEEPING_EDGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#SWEEPING_EDGE"
          },
          {
            "kind": "FIELD",
            "name": "THORNS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#THORNS"
          },
          {
            "kind": "FIELD",
            "name": "VANISHING_CURSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#VANISHING_CURSE"
          },
          {
            "kind": "FIELD",
            "name": "WATER_WORKER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#WATER_WORKER"
          },
          {
            "kind": "FIELD",
            "name": "acceptingNew",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#acceptingNew"
          },
          {
            "kind": "FIELD",
            "name": "byKey",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#byKey"
          },
          {
            "kind": "FIELD",
            "name": "byName",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#byName"
          },
          {
            "kind": "METHOD",
            "name": "canEnchantItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#canEnchantItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "conflictsWith(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#conflictsWith(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getByKey(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#getByKey(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getByName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#getByName(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getItemTarget()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#getItemTarget()"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#getMaxLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#getName()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getStartLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#getStartLevel()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "isAcceptingRegistrations()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#isAcceptingRegistrations()"
          },
          {
            "kind": "METHOD",
            "name": "isCursed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#isCursed()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isTreasure()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#isTreasure()"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#key"
          },
          {
            "kind": "METHOD",
            "name": "registerEnchantment(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchantment"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#registerEnchantment(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "stopAcceptingRegistrations()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#stopAcceptingRegistrations()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#toString()"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/Enchantment.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/enchantments/EnchantmentOffer.html#EnchantmentOffer(Enchantment,int,int)"
          },
          {
            "kind": "FIELD",
            "name": "cost",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentOffer.html#cost"
          },
          {
            "kind": "FIELD",
            "name": "enchantment",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentOffer.html#enchantment"
          },
          {
            "kind": "FIELD",
            "name": "enchantmentLevel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentOffer.html#enchantmentLevel"
          },
          {
            "kind": "METHOD",
            "name": "getCost()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentOffer.html#getCost()"
          },
          {
            "kind": "METHOD",
            "name": "getEnchantment()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentOffer.html#getEnchantment()"
          },
          {
            "kind": "METHOD",
            "name": "getEnchantmentLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentOffer.html#getEnchantmentLevel()"
          },
          {
            "kind": "METHOD",
            "name": "setCost(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cost"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentOffer.html#setCost(int)"
          },
          {
            "kind": "METHOD",
            "name": "setEnchantment(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchantment"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentOffer.html#setEnchantment(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "setEnchantmentLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchantmentLevel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentOffer.html#setEnchantmentLevel(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/enchantments/EnchantmentTarget.html#ALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentTarget.html#ARMOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMOR_FEET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentTarget.html#ARMOR_FEET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMOR_HEAD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentTarget.html#ARMOR_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMOR_LEGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentTarget.html#ARMOR_LEGS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMOR_TORSO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentTarget.html#ARMOR_TORSO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentTarget.html#BOW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREAKABLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentTarget.html#BREAKABLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CROSSBOW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentTarget.html#CROSSBOW"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EnchantmentTarget()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentTarget.html#EnchantmentTarget()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FISHING_ROD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentTarget.html#FISHING_ROD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TOOL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentTarget.html#TOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIDENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentTarget.html#TRIDENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEAPON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentTarget.html#WEAPON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEARABLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentTarget.html#WEARABLE"
          },
          {
            "kind": "METHOD",
            "name": "includes(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentTarget.html#includes(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "includes(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentTarget.html#includes(Material)"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentTarget.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentTarget.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentTarget.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.enchantments.EnchantmentWrapper",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EnchantmentWrapper(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentWrapper.html#EnchantmentWrapper(String)"
          },
          {
            "kind": "METHOD",
            "name": "canEnchantItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentWrapper.html#canEnchantItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "conflictsWith(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentWrapper.html#conflictsWith(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "getEnchantment()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentWrapper.html#getEnchantment()"
          },
          {
            "kind": "METHOD",
            "name": "getItemTarget()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentWrapper.html#getItemTarget()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentWrapper.html#getMaxLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentWrapper.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getStartLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentWrapper.html#getStartLevel()"
          },
          {
            "kind": "METHOD",
            "name": "isCursed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentWrapper.html#isCursed()"
          },
          {
            "kind": "METHOD",
            "name": "isTreasure()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentWrapper.html#isTreasure()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/enchantments/EnchantmentWrapper.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/AbstractArrow.html#getAttachedBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getDamage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow.html#getDamage()"
          },
          {
            "kind": "METHOD",
            "name": "getKnockbackStrength()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow.html#getKnockbackStrength()"
          },
          {
            "kind": "METHOD",
            "name": "getPickupRule()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow.html#getPickupRule()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPickupStatus()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow.html#getPickupStatus()"
          },
          {
            "kind": "METHOD",
            "name": "getPierceLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow.html#getPierceLevel()"
          },
          {
            "kind": "METHOD",
            "name": "isCritical()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow.html#isCritical()"
          },
          {
            "kind": "METHOD",
            "name": "isInBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow.html#isInBlock()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.AbstractArrow.PickupRule",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ALLOWED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow/PickupRule.html#ALLOWED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CREATIVE_ONLY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow/PickupRule.html#CREATIVE_ONLY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DISALLOWED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow/PickupRule.html#DISALLOWED"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "PickupRule()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow/PickupRule.html#PickupRule()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow/PickupRule.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow/PickupRule.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/AbstractArrow/PickupStatus.html#ALLOWED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CREATIVE_ONLY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow/PickupStatus.html#CREATIVE_ONLY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DISALLOWED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow/PickupStatus.html#DISALLOWED"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "PickupStatus()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow/PickupStatus.html#PickupStatus()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow/PickupStatus.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow/PickupStatus.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow/PickupStatus.html"
          },
          {
            "kind": "METHOD",
            "name": "setCritical(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "critical"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow.html#setCritical(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDamage(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow.html#setDamage(double)"
          },
          {
            "kind": "METHOD",
            "name": "setKnockbackStrength(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "knockbackStrength"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow.html#setKnockbackStrength(int)"
          },
          {
            "kind": "METHOD",
            "name": "setPickupRule(PickupRule)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rule"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/AbstractArrow.html#setPickupStatus(PickupStatus)"
          },
          {
            "kind": "METHOD",
            "name": "setPierceLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pierceLevel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow.html#setPierceLevel(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractArrow.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.AbstractHorse",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDomestication()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractHorse.html#getDomestication()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractHorse.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getJumpStrength()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractHorse.html#getJumpStrength()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxDomestication()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractHorse.html#getMaxDomestication()"
          },
          {
            "kind": "METHOD",
            "name": "getVariant()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractHorse.html#getVariant()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setDomestication(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractHorse.html#setDomestication(int)"
          },
          {
            "kind": "METHOD",
            "name": "setJumpStrength(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "strength"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractHorse.html#setJumpStrength(double)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxDomestication(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractHorse.html#setMaxDomestication(int)"
          },
          {
            "kind": "METHOD",
            "name": "setVariant(Variant)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "variant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractHorse.html#setVariant(Variant)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractHorse.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.AbstractVillager",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractVillager.html#getInventory()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AbstractVillager.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Ageable",
        "children": [
          {
            "kind": "METHOD",
            "name": "canBreed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ageable.html#canBreed()"
          },
          {
            "kind": "METHOD",
            "name": "getAge()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ageable.html#getAge()"
          },
          {
            "kind": "METHOD",
            "name": "getAgeLock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ageable.html#getAgeLock()"
          },
          {
            "kind": "METHOD",
            "name": "isAdult()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ageable.html#isAdult()"
          },
          {
            "kind": "METHOD",
            "name": "setAdult()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ageable.html#setAdult()"
          },
          {
            "kind": "METHOD",
            "name": "setAge(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "age"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ageable.html#setAge(int)"
          },
          {
            "kind": "METHOD",
            "name": "setAgeLock(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lock"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ageable.html#setAgeLock(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setBaby()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ageable.html#setBaby()"
          },
          {
            "kind": "METHOD",
            "name": "setBreed(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "breed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ageable.html#setBreed(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ageable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Ambient",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ambient.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.AnimalTamer",
        "children": [
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AnimalTamer.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getUniqueId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AnimalTamer.html#getUniqueId()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AnimalTamer.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Animals",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBreedCause()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Animals.html#getBreedCause()"
          },
          {
            "kind": "METHOD",
            "name": "getLoveModeTicks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Animals.html#getLoveModeTicks()"
          },
          {
            "kind": "METHOD",
            "name": "isLoveMode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Animals.html#isLoveMode()"
          },
          {
            "kind": "METHOD",
            "name": "setBreedCause(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Animals.html#setBreedCause(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "setLoveModeTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Animals.html#setLoveModeTicks(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/entity/AreaEffectCloud.html#addCustomEffect(PotionEffect,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "clearCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#clearCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "getBasePotionData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#getBasePotionData()"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#getCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "getDuration()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#getDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getDurationOnUse()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#getDurationOnUse()"
          },
          {
            "kind": "METHOD",
            "name": "getParticle()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#getParticle()"
          },
          {
            "kind": "METHOD",
            "name": "getRadius()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#getRadius()"
          },
          {
            "kind": "METHOD",
            "name": "getRadiusOnUse()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#getRadiusOnUse()"
          },
          {
            "kind": "METHOD",
            "name": "getRadiusPerTick()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#getRadiusPerTick()"
          },
          {
            "kind": "METHOD",
            "name": "getReapplicationDelay()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#getReapplicationDelay()"
          },
          {
            "kind": "METHOD",
            "name": "getSource()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#getSource()"
          },
          {
            "kind": "METHOD",
            "name": "getWaitTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#getWaitTime()"
          },
          {
            "kind": "METHOD",
            "name": "hasCustomEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#hasCustomEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "hasCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#hasCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "removeCustomEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#removeCustomEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "setBasePotionData(PotionData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#setBasePotionData(PotionData)"
          },
          {
            "kind": "METHOD",
            "name": "setColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#setColor(Color)"
          },
          {
            "kind": "METHOD",
            "name": "setDuration(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#setDuration(int)"
          },
          {
            "kind": "METHOD",
            "name": "setDurationOnUse(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#setDurationOnUse(int)"
          },
          {
            "kind": "METHOD",
            "name": "setParticle(Particle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "particle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#setParticle(Particle)"
          },
          {
            "kind": "METHOD",
            "name": "setRadius(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#setRadius(float)"
          },
          {
            "kind": "METHOD",
            "name": "setRadiusOnUse(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#setRadiusOnUse(float)"
          },
          {
            "kind": "METHOD",
            "name": "setRadiusPerTick(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#setRadiusPerTick(float)"
          },
          {
            "kind": "METHOD",
            "name": "setReapplicationDelay(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#setReapplicationDelay(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSource(ProjectileSource)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#setSource(ProjectileSource)"
          },
          {
            "kind": "METHOD",
            "name": "setWaitTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "waitTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.html#setWaitTime(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/AreaEffectCloud.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.15.1/org/bukkit/entity/ArmorStand.html#addDisabledSlots(EquipmentSlot...)"
          },
          {
            "kind": "METHOD",
            "name": "canMove()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#canMove()"
          },
          {
            "kind": "METHOD",
            "name": "canTick()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#canTick()"
          },
          {
            "kind": "METHOD",
            "name": "getBodyPose()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#getBodyPose()"
          },
          {
            "kind": "METHOD",
            "name": "getBoots()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#getBoots()"
          },
          {
            "kind": "METHOD",
            "name": "getChestplate()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#getChestplate()"
          },
          {
            "kind": "METHOD",
            "name": "getDisabledSlots()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#getDisabledSlots()"
          },
          {
            "kind": "METHOD",
            "name": "getHeadPose()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#getHeadPose()"
          },
          {
            "kind": "METHOD",
            "name": "getHelmet()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#getHelmet()"
          },
          {
            "kind": "METHOD",
            "name": "getItem(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#getItem(EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "getItemInHand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#getItemInHand()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getLeftArmPose()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#getLeftArmPose()"
          },
          {
            "kind": "METHOD",
            "name": "getLeftLegPose()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#getLeftLegPose()"
          },
          {
            "kind": "METHOD",
            "name": "getLeggings()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#getLeggings()"
          },
          {
            "kind": "METHOD",
            "name": "getRightArmPose()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#getRightArmPose()"
          },
          {
            "kind": "METHOD",
            "name": "getRightLegPose()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#getRightLegPose()"
          },
          {
            "kind": "METHOD",
            "name": "hasArms()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#hasArms()"
          },
          {
            "kind": "METHOD",
            "name": "hasBasePlate()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#hasBasePlate()"
          },
          {
            "kind": "METHOD",
            "name": "isMarker()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#isMarker()"
          },
          {
            "kind": "METHOD",
            "name": "isSlotDisabled(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#isSlotDisabled(EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "isSmall()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#isSmall()"
          },
          {
            "kind": "METHOD",
            "name": "isVisible()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#isVisible()"
          },
          {
            "kind": "METHOD",
            "name": "removeDisabledSlots(EquipmentSlot...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slots"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#removeDisabledSlots(EquipmentSlot...)"
          },
          {
            "kind": "METHOD",
            "name": "setArms(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "arms"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#setArms(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setBasePlate(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "basePlate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#setBasePlate(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setBodyPose(EulerAngle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pose"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#setBodyPose(EulerAngle)"
          },
          {
            "kind": "METHOD",
            "name": "setBoots(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#setBoots(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setCanMove(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "move"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#setCanMove(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCanTick(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tick"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#setCanTick(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setChestplate(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#setChestplate(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setDisabledSlots(EquipmentSlot...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slots"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#setDisabledSlots(EquipmentSlot...)"
          },
          {
            "kind": "METHOD",
            "name": "setHeadPose(EulerAngle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pose"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#setHeadPose(EulerAngle)"
          },
          {
            "kind": "METHOD",
            "name": "setHelmet(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.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.15.1/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.15.1/org/bukkit/entity/ArmorStand.html#setItemInHand(ItemStack)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setLeftArmPose(EulerAngle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pose"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#setLeftArmPose(EulerAngle)"
          },
          {
            "kind": "METHOD",
            "name": "setLeftLegPose(EulerAngle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pose"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#setLeftLegPose(EulerAngle)"
          },
          {
            "kind": "METHOD",
            "name": "setLeggings(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#setLeggings(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setMarker(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "marker"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#setMarker(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setRightArmPose(EulerAngle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pose"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#setRightArmPose(EulerAngle)"
          },
          {
            "kind": "METHOD",
            "name": "setRightLegPose(EulerAngle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pose"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#setRightLegPose(EulerAngle)"
          },
          {
            "kind": "METHOD",
            "name": "setSmall(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "small"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#setSmall(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setVisible(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "visible"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ArmorStand.html#setVisible(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/Arrow.html#addCustomEffect(PotionEffect,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "clearCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Arrow.html#clearCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "getBasePotionData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Arrow.html#getBasePotionData()"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Arrow.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Arrow.html#getCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "hasCustomEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Arrow.html#hasCustomEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "hasCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Arrow.html#hasCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "removeCustomEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Arrow.html#removeCustomEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "setBasePotionData(PotionData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Arrow.html#setBasePotionData(PotionData)"
          },
          {
            "kind": "METHOD",
            "name": "setColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Arrow.html#setColor(Color)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Arrow.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Bat",
        "children": [
          {
            "kind": "METHOD",
            "name": "isAwake()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Bat.html#isAwake()"
          },
          {
            "kind": "METHOD",
            "name": "setAwake(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Bat.html#setAwake(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Bat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Bee",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAnger()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Bee.html#getAnger()"
          },
          {
            "kind": "METHOD",
            "name": "getFlower()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Bee.html#getFlower()"
          },
          {
            "kind": "METHOD",
            "name": "getHive()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Bee.html#getHive()"
          },
          {
            "kind": "METHOD",
            "name": "hasNectar()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Bee.html#hasNectar()"
          },
          {
            "kind": "METHOD",
            "name": "hasStung()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Bee.html#hasStung()"
          },
          {
            "kind": "METHOD",
            "name": "setAnger(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "anger"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Bee.html#setAnger(int)"
          },
          {
            "kind": "METHOD",
            "name": "setFlower(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Bee.html#setFlower(Location)"
          },
          {
            "kind": "METHOD",
            "name": "setHasNectar(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "nectar"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Bee.html#setHasNectar(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setHasStung(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stung"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Bee.html#setHasStung(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setHive(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Bee.html#setHive(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Bee.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Blaze",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Blaze.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Boat",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMaxSpeed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Boat.html#getMaxSpeed()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getOccupiedDeceleration()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Boat.html#getOccupiedDeceleration()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getUnoccupiedDeceleration()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Boat.html#getUnoccupiedDeceleration()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getWoodType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Boat.html#getWoodType()"
          },
          {
            "kind": "METHOD",
            "name": "getWorkOnLand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Boat.html#getWorkOnLand()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setMaxSpeed(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "speed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Boat.html#setMaxSpeed(double)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setOccupiedDeceleration(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Boat.html#setOccupiedDeceleration(double)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setUnoccupiedDeceleration(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Boat.html#setUnoccupiedDeceleration(double)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setWoodType(TreeSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Boat.html#setWoodType(TreeSpecies)"
          },
          {
            "kind": "METHOD",
            "name": "setWorkOnLand(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "workOnLand"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Boat.html#setWorkOnLand(boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Boat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Boss",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBossBar()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Boss.html#getBossBar()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Boss.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Cat",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCatType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cat.html#getCatType()"
          },
          {
            "kind": "METHOD",
            "name": "getCollarColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cat.html#getCollarColor()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Cat.Type",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ALL_BLACK",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cat/Type.html#ALL_BLACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLACK",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cat/Type.html#BLACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BRITISH_SHORTHAIR",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cat/Type.html#BRITISH_SHORTHAIR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CALICO",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cat/Type.html#CALICO"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "JELLIE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cat/Type.html#JELLIE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PERSIAN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cat/Type.html#PERSIAN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RAGDOLL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cat/Type.html#RAGDOLL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cat/Type.html#RED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SIAMESE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cat/Type.html#SIAMESE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TABBY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cat/Type.html#TABBY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cat/Type.html#Type()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WHITE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cat/Type.html#WHITE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cat/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cat/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cat/Type.html"
          },
          {
            "kind": "METHOD",
            "name": "setCatType(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cat.html#setCatType(Type)"
          },
          {
            "kind": "METHOD",
            "name": "setCollarColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cat.html#setCollarColor(DyeColor)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.CaveSpider",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/CaveSpider.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ChestedHorse",
        "children": [
          {
            "kind": "METHOD",
            "name": "isCarryingChest()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ChestedHorse.html#isCarryingChest()"
          },
          {
            "kind": "METHOD",
            "name": "setCarryingChest(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chest"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ChestedHorse.html#setCarryingChest(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ChestedHorse.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Chicken",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Chicken.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Cod",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cod.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ComplexEntityPart",
        "children": [
          {
            "kind": "METHOD",
            "name": "getParent()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ComplexEntityPart.html#getParent()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ComplexEntityPart.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ComplexLivingEntity",
        "children": [
          {
            "kind": "METHOD",
            "name": "getParts()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ComplexLivingEntity.html#getParts()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ComplexLivingEntity.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Cow",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Cow.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Creature",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Creature.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Creeper",
        "children": [
          {
            "kind": "METHOD",
            "name": "explode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Creeper.html#explode()"
          },
          {
            "kind": "METHOD",
            "name": "getExplosionRadius()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Creeper.html#getExplosionRadius()"
          },
          {
            "kind": "METHOD",
            "name": "getFuseTicks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Creeper.html#getFuseTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxFuseTicks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Creeper.html#getMaxFuseTicks()"
          },
          {
            "kind": "METHOD",
            "name": "ignite()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Creeper.html#ignite()"
          },
          {
            "kind": "METHOD",
            "name": "isIgnited()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Creeper.html#isIgnited()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Creeper.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "setExplosionRadius(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Creeper.html#setExplosionRadius(int)"
          },
          {
            "kind": "METHOD",
            "name": "setIgnited(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ignited"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Creeper.html#setIgnited(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxFuseTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Creeper.html#setMaxFuseTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setPowered(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Creeper.html#setPowered(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/Damageable.html#damage(double)"
          },
          {
            "kind": "METHOD",
            "name": "damage(double,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Damageable.html#damage(double,Entity)"
          },
          {
            "kind": "METHOD",
            "name": "getAbsorptionAmount()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Damageable.html#getAbsorptionAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getHealth()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Damageable.html#getHealth()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxHealth()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Damageable.html#getMaxHealth()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "resetMaxHealth()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Damageable.html#resetMaxHealth()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setAbsorptionAmount(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Damageable.html#setAbsorptionAmount(double)"
          },
          {
            "kind": "METHOD",
            "name": "setHealth(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "health"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Damageable.html#setHealth(double)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxHealth(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "health"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Damageable.html#setMaxHealth(double)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Damageable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Dolphin",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Dolphin.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Donkey",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Donkey.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.DragonFireball",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/DragonFireball.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Drowned",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Drowned.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Egg",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Egg.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ElderGuardian",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ElderGuardian.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.EnderCrystal",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBeamTarget()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderCrystal.html#getBeamTarget()"
          },
          {
            "kind": "METHOD",
            "name": "isShowingBottom()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderCrystal.html#isShowingBottom()"
          },
          {
            "kind": "METHOD",
            "name": "setBeamTarget(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderCrystal.html#setBeamTarget(Location)"
          },
          {
            "kind": "METHOD",
            "name": "setShowingBottom(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "showing"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderCrystal.html#setShowingBottom(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderCrystal.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.EnderDragon",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPhase()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderDragon.html#getPhase()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.EnderDragon.Phase",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BREATH_ATTACK",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderDragon/Phase.html#BREATH_ATTACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CHARGE_PLAYER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderDragon/Phase.html#CHARGE_PLAYER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CIRCLING",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderDragon/Phase.html#CIRCLING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DYING",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderDragon/Phase.html#DYING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FLY_TO_PORTAL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderDragon/Phase.html#FLY_TO_PORTAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HOVER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderDragon/Phase.html#HOVER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LAND_ON_PORTAL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderDragon/Phase.html#LAND_ON_PORTAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LEAVE_PORTAL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderDragon/Phase.html#LEAVE_PORTAL"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Phase()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderDragon/Phase.html#Phase()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ROAR_BEFORE_ATTACK",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/EnderDragon/Phase.html#SEARCH_FOR_BREATH_ATTACK_TARGET"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STRAFING",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderDragon/Phase.html#STRAFING"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderDragon/Phase.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderDragon/Phase.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderDragon/Phase.html"
          },
          {
            "kind": "METHOD",
            "name": "setPhase(Phase)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "phase"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderDragon.html#setPhase(Phase)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderDragon.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.EnderDragonPart",
        "children": [
          {
            "kind": "METHOD",
            "name": "getParent()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderDragonPart.html#getParent()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderDragonPart.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.EnderPearl",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderPearl.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.EnderSignal",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDespawnTimer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderSignal.html#getDespawnTimer()"
          },
          {
            "kind": "METHOD",
            "name": "getDropItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderSignal.html#getDropItem()"
          },
          {
            "kind": "METHOD",
            "name": "getTargetLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderSignal.html#getTargetLocation()"
          },
          {
            "kind": "METHOD",
            "name": "setDespawnTimer(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "timer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderSignal.html#setDespawnTimer(int)"
          },
          {
            "kind": "METHOD",
            "name": "setDropItem(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "drop"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderSignal.html#setDropItem(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setTargetLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderSignal.html#setTargetLocation(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EnderSignal.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Enderman",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCarriedBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Enderman.html#getCarriedBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getCarriedMaterial()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Enderman.html#getCarriedMaterial()"
          },
          {
            "kind": "METHOD",
            "name": "setCarriedBlock(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockData"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Enderman.html#setCarriedBlock(BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "setCarriedMaterial(MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Enderman.html#setCarriedMaterial(MaterialData)"
          },
          {
            "kind": "METHOD",
            "name": "teleportRandomly()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Enderman.html#teleportRandomly()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Enderman.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Endermite",
        "children": [
          {
            "kind": "METHOD",
            "name": "isPlayerSpawned()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Endermite.html#isPlayerSpawned()"
          },
          {
            "kind": "METHOD",
            "name": "setPlayerSpawned(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "playerSpawned"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Endermite.html#setPlayerSpawned(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Endermite.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.15.1/org/bukkit/entity/Entity.html#addPassenger(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "addScoreboardTag(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#addScoreboardTag(String)"
          },
          {
            "kind": "METHOD",
            "name": "eject()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#eject()"
          },
          {
            "kind": "METHOD",
            "name": "fromMobSpawner()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#fromMobSpawner()"
          },
          {
            "kind": "METHOD",
            "name": "getBoundingBox()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getBoundingBox()"
          },
          {
            "kind": "METHOD",
            "name": "getChunk()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getChunk()"
          },
          {
            "kind": "METHOD",
            "name": "getEntityId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getEntityId()"
          },
          {
            "kind": "METHOD",
            "name": "getEntitySpawnReason()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getEntitySpawnReason()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "getFallDistance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getFallDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getFireTicks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getFireTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getHeight()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getHeight()"
          },
          {
            "kind": "METHOD",
            "name": "getLastDamageCause()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getLastDamageCause()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getLocation(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getMaxFireTicks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getMaxFireTicks()"
          },
          {
            "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.15.1/org/bukkit/entity/Entity.html#getNearbyEntities(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getOrigin()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getOrigin()"
          },
          {
            "kind": "METHOD",
            "name": "getPassenger()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getPassenger()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPassengers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getPassengers()"
          },
          {
            "kind": "METHOD",
            "name": "getPistonMoveReaction()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getPistonMoveReaction()"
          },
          {
            "kind": "METHOD",
            "name": "getPortalCooldown()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getPortalCooldown()"
          },
          {
            "kind": "METHOD",
            "name": "getPose()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getPose()"
          },
          {
            "kind": "METHOD",
            "name": "getScoreboardTags()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getScoreboardTags()"
          },
          {
            "kind": "METHOD",
            "name": "getServer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getServer()"
          },
          {
            "kind": "METHOD",
            "name": "getTicksLived()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getTicksLived()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "getUniqueId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getUniqueId()"
          },
          {
            "kind": "METHOD",
            "name": "getVehicle()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getVehicle()"
          },
          {
            "kind": "METHOD",
            "name": "getVelocity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getVelocity()"
          },
          {
            "kind": "METHOD",
            "name": "getWidth()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getWidth()"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#getWorld()"
          },
          {
            "kind": "METHOD",
            "name": "hasGravity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#hasGravity()"
          },
          {
            "kind": "METHOD",
            "name": "isCustomNameVisible()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#isCustomNameVisible()"
          },
          {
            "kind": "METHOD",
            "name": "isDead()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#isDead()"
          },
          {
            "kind": "METHOD",
            "name": "isEmpty()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#isEmpty()"
          },
          {
            "kind": "METHOD",
            "name": "isGlowing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#isGlowing()"
          },
          {
            "kind": "METHOD",
            "name": "isInsideVehicle()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#isInsideVehicle()"
          },
          {
            "kind": "METHOD",
            "name": "isInvulnerable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#isInvulnerable()"
          },
          {
            "kind": "METHOD",
            "name": "isOnGround()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#isOnGround()"
          },
          {
            "kind": "METHOD",
            "name": "isPersistent()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#isPersistent()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isSilent()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#isSilent()"
          },
          {
            "kind": "METHOD",
            "name": "isValid()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#isValid()"
          },
          {
            "kind": "METHOD",
            "name": "leaveVehicle()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#leaveVehicle()"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.entity.Entity.Spigot",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Spigot()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity/Spigot.html#Spigot()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity/Spigot.html"
          },
          {
            "kind": "METHOD",
            "name": "playEffect(EntityEffect)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#playEffect(EntityEffect)"
          },
          {
            "kind": "METHOD",
            "name": "remove()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#remove()"
          },
          {
            "kind": "METHOD",
            "name": "removePassenger(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "passenger"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#removePassenger(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "removeScoreboardTag(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#removeScoreboardTag(String)"
          },
          {
            "kind": "METHOD",
            "name": "setCustomNameVisible(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#setCustomNameVisible(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFallDistance(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "distance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#setFallDistance(float)"
          },
          {
            "kind": "METHOD",
            "name": "setFireTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#setFireTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setGlowing(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#setGlowing(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setGravity(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "gravity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#setGravity(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setInvulnerable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#setInvulnerable(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setLastDamageCause(EntityDamageEvent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "event"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#setLastDamageCause(EntityDamageEvent)"
          },
          {
            "kind": "METHOD",
            "name": "setPassenger(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "passenger"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#setPassenger(Entity)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPersistent(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "persistent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#setPersistent(boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPortalCooldown(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cooldown"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#setPortalCooldown(int)"
          },
          {
            "kind": "METHOD",
            "name": "setRotation(float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "yaw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/Entity.html#setSilent(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setTicksLived(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#setTicksLived(int)"
          },
          {
            "kind": "METHOD",
            "name": "setVelocity(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "velocity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#setVelocity(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "spigot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html#spigot()"
          },
          {
            "kind": "METHOD",
            "name": "teleport(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "destination"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/entity/Entity.html#teleport(Location,TeleportCause)"
          },
          {
            "kind": "METHOD",
            "name": "teleportAsync(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/Entity.html#teleportAsync(Location,TeleportCause)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Entity.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.entity.EntityType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "AREA_EFFECT_CLOUD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#AREA_EFFECT_CLOUD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMOR_STAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#ARMOR_STAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARROW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#ARROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#BAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#BEE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLAZE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#BLAZE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#CAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAVE_SPIDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#CAVE_SPIDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHICKEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#CHICKEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#COD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#COW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREEPER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#CREEPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOLPHIN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#DOLPHIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DONKEY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#DONKEY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRAGON_FIREBALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#DRAGON_FIREBALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROPPED_ITEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#DROPPED_ITEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROWNED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#DROWNED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EGG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ELDER_GUARDIAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#ELDER_GUARDIAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDERMAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#ENDERMAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDERMITE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#ENDERMITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER_CRYSTAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#ENDER_CRYSTAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER_DRAGON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#ENDER_DRAGON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER_PEARL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#ENDER_PEARL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER_SIGNAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#ENDER_SIGNAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EVOKER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#EVOKER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EVOKER_FANGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#EVOKER_FANGS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPERIENCE_ORB",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#EXPERIENCE_ORB"
          },
          {
            "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.15.1/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.15.1/org/bukkit/entity/EntityType.html#EntityType(String,Class,int,boolean)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALLING_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#FALLING_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIREBALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#FIREBALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIREWORK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#FIREWORK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FISHING_HOOK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#FISHING_HOOK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#FOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GHAST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#GHAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GIANT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#GIANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GUARDIAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#GUARDIAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HORSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#HORSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HUSK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#HUSK"
          },
          {
            "kind": "FIELD",
            "name": "ID_MAP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#ID_MAP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ILLUSIONER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#ILLUSIONER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_GOLEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#IRON_GOLEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_FRAME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#ITEM_FRAME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEASH_HITCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#LEASH_HITCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHTNING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#LIGHTNING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LLAMA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#LLAMA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LLAMA_SPIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#LLAMA_SPIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGMA_CUBE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#MAGMA_CUBE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MINECART",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#MINECART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MINECART_CHEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#MINECART_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MINECART_COMMAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#MINECART_COMMAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MINECART_FURNACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#MINECART_FURNACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MINECART_HOPPER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#MINECART_HOPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MINECART_MOB_SPAWNER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#MINECART_MOB_SPAWNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MINECART_TNT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#MINECART_TNT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MULE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#MULE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSHROOM_COW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#MUSHROOM_COW"
          },
          {
            "kind": "FIELD",
            "name": "NAME_MAP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#NAME_MAP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OCELOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#OCELOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PAINTING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#PAINTING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PANDA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#PANDA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PARROT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#PARROT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PHANTOM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#PHANTOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#PIG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIG_ZOMBIE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#PIG_ZOMBIE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PILLAGER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#PILLAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAYER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#PLAYER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLAR_BEAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#POLAR_BEAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PRIMED_TNT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#PRIMED_TNT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PUFFERFISH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#PUFFERFISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RABBIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#RABBIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAVAGER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#RAVAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SALMON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#SALMON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#SHEEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHULKER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#SHULKER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHULKER_BULLET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#SHULKER_BULLET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SILVERFISH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#SILVERFISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKELETON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#SKELETON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKELETON_HORSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#SKELETON_HORSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SLIME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#SLIME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMALL_FIREBALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#SMALL_FIREBALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOWBALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#SNOWBALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOWMAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#SNOWMAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPECTRAL_ARROW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#SPECTRAL_ARROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPIDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#SPIDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPLASH_POTION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#SPLASH_POTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SQUID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#SQUID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#STRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "THROWN_EXP_BOTTLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#THROWN_EXP_BOTTLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRADER_LLAMA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#TRADER_LLAMA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIDENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#TRIDENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TROPICAL_FISH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#TROPICAL_FISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TURTLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#TURTLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UNKNOWN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#UNKNOWN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VEX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#VEX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#VILLAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VINDICATOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#VINDICATOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WANDERING_TRADER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#WANDERING_TRADER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#WITCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#WITHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER_SKELETON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#WITHER_SKELETON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER_SKULL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#WITHER_SKULL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOLF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#WOLF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#ZOMBIE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_HORSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#ZOMBIE_HORSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_VILLAGER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#ZOMBIE_VILLAGER"
          },
          {
            "kind": "FIELD",
            "name": "clazz",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#clazz"
          },
          {
            "kind": "METHOD",
            "name": "fromId(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#fromId(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "fromName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#fromName(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getEntityClass()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#getEntityClass()"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#getName()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTypeId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#getTypeId()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "independent",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#independent"
          },
          {
            "kind": "METHOD",
            "name": "isAlive()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#isAlive()"
          },
          {
            "kind": "METHOD",
            "name": "isSpawnable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#isSpawnable()"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#key"
          },
          {
            "kind": "FIELD",
            "name": "living",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#living"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#name"
          },
          {
            "kind": "FIELD",
            "name": "typeId",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#typeId"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EntityType.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Evoker",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCurrentSpell()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Evoker.html#getCurrentSpell()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Evoker.Spell",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLINDNESS",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Evoker/Spell.html#BLINDNESS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DISAPPEAR",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Evoker/Spell.html#DISAPPEAR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FANGS",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Evoker/Spell.html#FANGS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NONE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Evoker/Spell.html#NONE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SUMMON",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Evoker/Spell.html#SUMMON"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Spell()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Evoker/Spell.html#Spell()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WOLOLO",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Evoker/Spell.html#WOLOLO"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Evoker/Spell.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Evoker/Spell.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Evoker/Spell.html",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCurrentSpell(Spell)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spell"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Evoker.html#setCurrentSpell(Spell)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Evoker.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.EvokerFangs",
        "children": [
          {
            "kind": "METHOD",
            "name": "getOwner()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EvokerFangs.html#getOwner()"
          },
          {
            "kind": "METHOD",
            "name": "setOwner(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EvokerFangs.html#setOwner(LivingEntity)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/EvokerFangs.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ExperienceOrb",
        "children": [
          {
            "kind": "METHOD",
            "name": "getExperience()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ExperienceOrb.html#getExperience()"
          },
          {
            "kind": "METHOD",
            "name": "getSourceEntityId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ExperienceOrb.html#getSourceEntityId()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnReason()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ExperienceOrb.html#getSpawnReason()"
          },
          {
            "kind": "METHOD",
            "name": "getTriggerEntityId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ExperienceOrb.html#getTriggerEntityId()"
          },
          {
            "kind": "METHOD",
            "name": "isFromBottle()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/ExperienceOrb/SpawnReason.html#BLOCK_BREAK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BREED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ExperienceOrb/SpawnReason.html#BREED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CUSTOM",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ExperienceOrb/SpawnReason.html#CUSTOM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENTITY_DEATH",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ExperienceOrb/SpawnReason.html#ENTITY_DEATH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EXP_BOTTLE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ExperienceOrb/SpawnReason.html#EXP_BOTTLE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FISHING",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ExperienceOrb/SpawnReason.html#FISHING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FURNACE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ExperienceOrb/SpawnReason.html#FURNACE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "GRINDSTONE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ExperienceOrb/SpawnReason.html#GRINDSTONE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLAYER_DEATH",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ExperienceOrb/SpawnReason.html#PLAYER_DEATH"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "SpawnReason()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ExperienceOrb/SpawnReason.html#SpawnReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ExperienceOrb/SpawnReason.html#UNKNOWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "VILLAGER_TRADE",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/ExperienceOrb/SpawnReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ExperienceOrb/SpawnReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ExperienceOrb/SpawnReason.html"
          },
          {
            "kind": "METHOD",
            "name": "setExperience(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ExperienceOrb.html#setExperience(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ExperienceOrb.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Explosive",
        "children": [
          {
            "kind": "METHOD",
            "name": "getYield()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Explosive.html#getYield()"
          },
          {
            "kind": "METHOD",
            "name": "isIncendiary()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Explosive.html#isIncendiary()"
          },
          {
            "kind": "METHOD",
            "name": "setIsIncendiary(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isIncendiary"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Explosive.html#setIsIncendiary(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setYield(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "yield"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Explosive.html#setYield(float)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Explosive.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.FallingBlock",
        "children": [
          {
            "kind": "METHOD",
            "name": "canHurtEntities()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/FallingBlock.html#canHurtEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/FallingBlock.html#getBlockData()"
          },
          {
            "kind": "METHOD",
            "name": "getDropItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/FallingBlock.html#getDropItem()"
          },
          {
            "kind": "METHOD",
            "name": "getMaterial()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/FallingBlock.html#getMaterial()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getSourceLoc()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/FallingBlock.html#getSourceLoc()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setDropItem(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "drop"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/FallingBlock.html#setDropItem(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setHurtEntities(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hurtEntities"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/FallingBlock.html#setHurtEntities(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/FallingBlock.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Fireball",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDirection()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Fireball.html#getDirection()"
          },
          {
            "kind": "METHOD",
            "name": "setDirection(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Fireball.html#setDirection(Vector)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Fireball.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Firework",
        "children": [
          {
            "kind": "METHOD",
            "name": "detonate()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Firework.html#detonate()"
          },
          {
            "kind": "METHOD",
            "name": "getBoostedEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Firework.html#getBoostedEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getFireworkMeta()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Firework.html#getFireworkMeta()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawningEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Firework.html#getSpawningEntity()"
          },
          {
            "kind": "METHOD",
            "name": "isShotAtAngle()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Firework.html#isShotAtAngle()"
          },
          {
            "kind": "METHOD",
            "name": "setFireworkMeta(FireworkMeta)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "meta"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Firework.html#setFireworkMeta(FireworkMeta)"
          },
          {
            "kind": "METHOD",
            "name": "setShotAtAngle(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shotAtAngle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Firework.html#setShotAtAngle(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Firework.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Fish",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Fish.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.FishHook",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBiteChance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/FishHook.html#getBiteChance()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setBiteChance(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/FishHook.html#setBiteChance(double)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/FishHook.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Flying",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Flying.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Fox",
        "children": [
          {
            "kind": "METHOD",
            "name": "getFirstTrustedPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Fox.html#getFirstTrustedPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getFoxType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Fox.html#getFoxType()"
          },
          {
            "kind": "METHOD",
            "name": "getSecondTrustedPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Fox.html#getSecondTrustedPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "isCrouching()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Fox.html#isCrouching()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Fox.Type",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "RED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Fox/Type.html#RED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SNOW",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Fox/Type.html#SNOW"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Fox/Type.html#Type()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Fox/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Fox/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Fox/Type.html"
          },
          {
            "kind": "METHOD",
            "name": "setCrouching(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "crouching"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Fox.html#setCrouching(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFirstTrustedPlayer(AnimalTamer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Fox.html#setFirstTrustedPlayer(AnimalTamer)"
          },
          {
            "kind": "METHOD",
            "name": "setFoxType(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Fox.html#setFoxType(Type)"
          },
          {
            "kind": "METHOD",
            "name": "setSecondTrustedPlayer(AnimalTamer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Fox.html#setSecondTrustedPlayer(AnimalTamer)"
          },
          {
            "kind": "METHOD",
            "name": "setSleeping(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sleeping"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Fox.html#setSleeping(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Fox.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Ghast",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ghast.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Giant",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Giant.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Golem",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Golem.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Guardian",
        "children": [
          {
            "kind": "METHOD",
            "name": "isElder()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Guardian.html#isElder()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setElder(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shouldBeElder"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Guardian.html#setElder(boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/Hanging.html#setFacingDirection(BlockFace,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Hanging.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Horse",
        "children": [
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getStyle()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse.html#getStyle()"
          },
          {
            "kind": "METHOD",
            "name": "isCarryingChest()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse.html#isCarryingChest()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Horse.Color",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLACK",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Color.html#BLACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BROWN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Color.html#BROWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CHESTNUT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Color.html#CHESTNUT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CREAMY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Color.html#CREAMY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Color()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Color.html#Color()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DARK_BROWN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Color.html#DARK_BROWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "GRAY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Color.html#GRAY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WHITE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Color.html#WHITE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Color.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Color.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/Horse/Style.html#BLACK_DOTS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NONE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Style.html#NONE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Style()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Style.html#Style()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WHITE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Style.html#WHITE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WHITEFIELD",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Style.html#WHITEFIELD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WHITE_DOTS",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/Horse/Style.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Style.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Style.html"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Horse.Variant",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "DONKEY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Variant.html#DONKEY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HORSE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Variant.html#HORSE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LLAMA",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Variant.html#LLAMA"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MULE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Variant.html#MULE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SKELETON_HORSE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Variant.html#SKELETON_HORSE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNDEAD_HORSE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Variant.html#UNDEAD_HORSE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Variant()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Variant.html#Variant()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Variant.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Variant.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse/Variant.html",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCarryingChest(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chest"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse.html#setCarryingChest(boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse.html#setColor(Color)"
          },
          {
            "kind": "METHOD",
            "name": "setStyle(Style)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "style"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse.html#setStyle(Style)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Horse.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.HumanEntity",
        "children": [
          {
            "kind": "METHOD",
            "name": "closeInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#closeInventory()"
          },
          {
            "kind": "METHOD",
            "name": "closeInventory(Reason)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#closeInventory(Reason)"
          },
          {
            "kind": "METHOD",
            "name": "discoverRecipe(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipe"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#discoverRecipe(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "discoverRecipes(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipes"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#discoverRecipes(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "getBedLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#getBedLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getBedSpawnLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#getBedSpawnLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getCooldown(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#getCooldown(Material)"
          },
          {
            "kind": "METHOD",
            "name": "getEnderChest()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#getEnderChest()"
          },
          {
            "kind": "METHOD",
            "name": "getExpToLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#getExpToLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getGameMode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#getGameMode()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getItemInHand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#getItemInHand()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getItemOnCursor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#getItemOnCursor()"
          },
          {
            "kind": "METHOD",
            "name": "getMainHand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#getMainHand()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getOpenInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#getOpenInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getShoulderEntityLeft()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#getShoulderEntityLeft()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getShoulderEntityRight()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#getShoulderEntityRight()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getSleepTicks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#getSleepTicks()"
          },
          {
            "kind": "METHOD",
            "name": "hasCooldown(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#hasCooldown(Material)"
          },
          {
            "kind": "METHOD",
            "name": "isBlocking()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#isBlocking()"
          },
          {
            "kind": "METHOD",
            "name": "isHandRaised()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#isHandRaised()"
          },
          {
            "kind": "METHOD",
            "name": "openEnchanting(Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#openEnchanting(Location,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "openInventory(Inventory)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inventory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#openInventory(Inventory)"
          },
          {
            "kind": "METHOD",
            "name": "openInventory(InventoryView)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inventory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#openInventory(InventoryView)"
          },
          {
            "kind": "METHOD",
            "name": "openMerchant(Merchant,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "merchant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#openMerchant(Merchant,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "openMerchant(Villager,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "trader"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#openMerchant(Villager,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "openSign(Sign)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sign"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#openSign(Sign)"
          },
          {
            "kind": "METHOD",
            "name": "openWorkbench(Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#openWorkbench(Location,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "releaseLeftShoulderEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#releaseLeftShoulderEntity()"
          },
          {
            "kind": "METHOD",
            "name": "releaseRightShoulderEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#releaseRightShoulderEntity()"
          },
          {
            "kind": "METHOD",
            "name": "setBedSpawnLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#setBedSpawnLocation(Location)"
          },
          {
            "kind": "METHOD",
            "name": "setBedSpawnLocation(Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#setBedSpawnLocation(Location,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCooldown(Material,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              },
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#setCooldown(Material,int)"
          },
          {
            "kind": "METHOD",
            "name": "setGameMode(GameMode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mode"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#setGameMode(GameMode)"
          },
          {
            "kind": "METHOD",
            "name": "setItemInHand(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#setItemInHand(ItemStack)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setItemOnCursor(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#setItemOnCursor(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setShoulderEntityLeft(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#setShoulderEntityLeft(Entity)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setShoulderEntityRight(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#setShoulderEntityRight(Entity)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setWindowProperty(Property,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "prop"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#setWindowProperty(Property,int)"
          },
          {
            "kind": "METHOD",
            "name": "sleep(Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#sleep(Location,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "undiscoverRecipe(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipe"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#undiscoverRecipe(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "undiscoverRecipes(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipes"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#undiscoverRecipes(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "wakeup(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "setSpawnLocation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html#wakeup(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/HumanEntity.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Husk",
        "children": [
          {
            "kind": "METHOD",
            "name": "getConversionTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Husk.html#getConversionTime()"
          },
          {
            "kind": "METHOD",
            "name": "isConverting()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Husk.html#isConverting()"
          },
          {
            "kind": "METHOD",
            "name": "setConversionTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "time"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Husk.html#setConversionTime(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Husk.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Illager",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Illager.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Illusioner",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Illusioner.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.IronGolem",
        "children": [
          {
            "kind": "METHOD",
            "name": "isPlayerCreated()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/IronGolem.html#isPlayerCreated()"
          },
          {
            "kind": "METHOD",
            "name": "setPlayerCreated(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "playerCreated"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/IronGolem.html#setPlayerCreated(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/IronGolem.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Item",
        "children": [
          {
            "kind": "METHOD",
            "name": "canMobPickup()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Item.html#canMobPickup()"
          },
          {
            "kind": "METHOD",
            "name": "getItemStack()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Item.html#getItemStack()"
          },
          {
            "kind": "METHOD",
            "name": "getOwner()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Item.html#getOwner()"
          },
          {
            "kind": "METHOD",
            "name": "getPickupDelay()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Item.html#getPickupDelay()"
          },
          {
            "kind": "METHOD",
            "name": "getThrower()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Item.html#getThrower()"
          },
          {
            "kind": "METHOD",
            "name": "setCanMobPickup(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canMobPickup"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Item.html#setCanMobPickup(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setItemStack(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Item.html#setItemStack(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setOwner(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Item.html#setOwner(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "setPickupDelay(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Item.html#setPickupDelay(int)"
          },
          {
            "kind": "METHOD",
            "name": "setThrower(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "thrower"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Item.html#setThrower(UUID)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Item.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ItemFrame",
        "children": [
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ItemFrame.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getRotation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ItemFrame.html#getRotation()"
          },
          {
            "kind": "METHOD",
            "name": "setItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/ItemFrame.html#setItem(ItemStack,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setRotation(Rotation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rotation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ItemFrame.html#setRotation(Rotation)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ItemFrame.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.LargeFireball",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LargeFireball.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.LeashHitch",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LeashHitch.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.LightningStrike",
        "children": [
          {
            "kind": "METHOD",
            "name": "isEffect()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/LightningStrike/Spigot.html#Spigot()"
              },
              {
                "kind": "METHOD",
                "name": "isSilent()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LightningStrike/Spigot.html#isSilent()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LightningStrike/Spigot.html"
          },
          {
            "kind": "METHOD",
            "name": "spigot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LightningStrike.html#spigot()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LightningStrike.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.LingeringPotion",
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/entity/LivingEntity.html#addPotionEffect(PotionEffect,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "addPotionEffects(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effects"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#addPotionEffects(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "getActiveItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getActiveItem()"
          },
          {
            "kind": "METHOD",
            "name": "getActivePotionEffects()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getActivePotionEffects()"
          },
          {
            "kind": "METHOD",
            "name": "getArrowsStuck()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getArrowsStuck()"
          },
          {
            "kind": "METHOD",
            "name": "getCanPickupItems()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getCanPickupItems()"
          },
          {
            "kind": "METHOD",
            "name": "getEquipment()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getEquipment()"
          },
          {
            "kind": "METHOD",
            "name": "getEyeHeight()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getEyeHeight()"
          },
          {
            "kind": "METHOD",
            "name": "getEyeHeight(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ignorePose"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getEyeHeight(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getEyeLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getEyeLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getHandRaisedTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getHandRaisedTime()"
          },
          {
            "kind": "METHOD",
            "name": "getItemUseRemainingTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getItemUseRemainingTime()"
          },
          {
            "kind": "METHOD",
            "name": "getKiller()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getKiller()"
          },
          {
            "kind": "METHOD",
            "name": "getLastDamage()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/LivingEntity.html#getLastTwoTargetBlocks(Set,int)"
          },
          {
            "kind": "METHOD",
            "name": "getLeashHolder()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/LivingEntity.html#getLineOfSight(Set,int)"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumAir()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getMaximumAir()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumNoDamageTicks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getMaximumNoDamageTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getNoDamageTicks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getNoDamageTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getPotionEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getPotionEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "getRemainingAir()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getRemainingAir()"
          },
          {
            "kind": "METHOD",
            "name": "getRemoveWhenFarAway()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getRemoveWhenFarAway()"
          },
          {
            "kind": "METHOD",
            "name": "getShieldBlockingDelay()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getShieldBlockingDelay()"
          },
          {
            "kind": "METHOD",
            "name": "getTargetBlock(Set,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "transparent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/LivingEntity.html#getTargetBlock(int)"
          },
          {
            "kind": "METHOD",
            "name": "getTargetBlock(int,FluidMode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fluidMode"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getTargetBlock(int,FluidMode)"
          },
          {
            "kind": "METHOD",
            "name": "getTargetBlockExact(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/entity/LivingEntity.html#getTargetBlockFace(int)"
          },
          {
            "kind": "METHOD",
            "name": "getTargetBlockFace(int,FluidMode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fluidMode"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getTargetBlockFace(int,FluidMode)"
          },
          {
            "kind": "METHOD",
            "name": "getTargetBlockInfo(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getTargetBlockInfo(int)"
          },
          {
            "kind": "METHOD",
            "name": "getTargetBlockInfo(int,FluidMode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fluidMode"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getTargetBlockInfo(int,FluidMode)"
          },
          {
            "kind": "METHOD",
            "name": "getTargetEntity(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/entity/LivingEntity.html#getTargetEntityInfo(int)"
          },
          {
            "kind": "METHOD",
            "name": "getTargetEntityInfo(int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ignoreBlocks"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#getTargetEntityInfo(int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "hasAI()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#hasAI()"
          },
          {
            "kind": "METHOD",
            "name": "hasLineOfSight(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#hasLineOfSight(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "hasPotionEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#hasPotionEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "isCollidable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#isCollidable()"
          },
          {
            "kind": "METHOD",
            "name": "isGliding()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#isGliding()"
          },
          {
            "kind": "METHOD",
            "name": "isHandRaised()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#isHandRaised()"
          },
          {
            "kind": "METHOD",
            "name": "isLeashed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#isLeashed()"
          },
          {
            "kind": "METHOD",
            "name": "isRiptiding()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#isRiptiding()"
          },
          {
            "kind": "METHOD",
            "name": "isSleeping()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#isSleeping()"
          },
          {
            "kind": "METHOD",
            "name": "isSwimming()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#isSwimming()"
          },
          {
            "kind": "METHOD",
            "name": "rayTraceBlocks(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/LivingEntity.html#rayTraceBlocks(double,FluidCollisionMode)"
          },
          {
            "kind": "METHOD",
            "name": "removePotionEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#removePotionEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "setAI(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ai"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#setAI(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setArrowsStuck(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "arrows"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#setArrowsStuck(int)"
          },
          {
            "kind": "METHOD",
            "name": "setCanPickupItems(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pickup"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#setCanPickupItems(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCollidable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "collidable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#setCollidable(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setGliding(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "gliding"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#setGliding(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setKiller(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "killer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#setKiller(Player)"
          },
          {
            "kind": "METHOD",
            "name": "setLastDamage(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#setLastDamage(double)"
          },
          {
            "kind": "METHOD",
            "name": "setLeashHolder(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "holder"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#setLeashHolder(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "setMaximumAir(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#setMaximumAir(int)"
          },
          {
            "kind": "METHOD",
            "name": "setMaximumNoDamageTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#setMaximumNoDamageTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setNoDamageTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#setNoDamageTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setRemainingAir(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#setRemainingAir(int)"
          },
          {
            "kind": "METHOD",
            "name": "setRemoveWhenFarAway(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "remove"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#setRemoveWhenFarAway(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setShieldBlockingDelay(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#setShieldBlockingDelay(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSwimming(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "swimming"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html#setSwimming(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LivingEntity.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Llama",
        "children": [
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Llama.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Llama.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getStrength()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Llama.html#getStrength()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Llama.Color",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BROWN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Llama/Color.html#BROWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CREAMY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Llama/Color.html#CREAMY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Color()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Llama/Color.html#Color()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "GRAY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Llama/Color.html#GRAY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WHITE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Llama/Color.html#WHITE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Llama/Color.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Llama/Color.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Llama/Color.html"
          },
          {
            "kind": "METHOD",
            "name": "setColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Llama.html#setColor(Color)"
          },
          {
            "kind": "METHOD",
            "name": "setStrength(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "strength"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Llama.html#setStrength(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Llama.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.LlamaSpit",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/LlamaSpit.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.MagmaCube",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/MagmaCube.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Minecart",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDamage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Minecart.html#getDamage()"
          },
          {
            "kind": "METHOD",
            "name": "getDerailedVelocityMod()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Minecart.html#getDerailedVelocityMod()"
          },
          {
            "kind": "METHOD",
            "name": "getDisplayBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Minecart.html#getDisplayBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getDisplayBlockData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Minecart.html#getDisplayBlockData()"
          },
          {
            "kind": "METHOD",
            "name": "getDisplayBlockOffset()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Minecart.html#getDisplayBlockOffset()"
          },
          {
            "kind": "METHOD",
            "name": "getFlyingVelocityMod()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Minecart.html#getFlyingVelocityMod()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxSpeed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Minecart.html#getMaxSpeed()"
          },
          {
            "kind": "METHOD",
            "name": "isSlowWhenEmpty()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Minecart.html#isSlowWhenEmpty()"
          },
          {
            "kind": "METHOD",
            "name": "setDamage(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Minecart.html#setDamage(double)"
          },
          {
            "kind": "METHOD",
            "name": "setDerailedVelocityMod(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "derailed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Minecart.html#setDerailedVelocityMod(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "setDisplayBlock(MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Minecart.html#setDisplayBlock(MaterialData)"
          },
          {
            "kind": "METHOD",
            "name": "setDisplayBlockData(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockData"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Minecart.html#setDisplayBlockData(BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "setDisplayBlockOffset(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "offset"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Minecart.html#setDisplayBlockOffset(int)"
          },
          {
            "kind": "METHOD",
            "name": "setFlyingVelocityMod(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flying"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Minecart.html#setFlyingVelocityMod(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxSpeed(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "speed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Minecart.html#setMaxSpeed(double)"
          },
          {
            "kind": "METHOD",
            "name": "setSlowWhenEmpty(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slow"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Minecart.html#setSlowWhenEmpty(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Minecart.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Mob",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPathfinder()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Mob.html#getPathfinder()"
          },
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Mob.html#getTarget()"
          },
          {
            "kind": "METHOD",
            "name": "isInDaylight()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Mob.html#isInDaylight()"
          },
          {
            "kind": "METHOD",
            "name": "setTarget(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Mob.html#setTarget(LivingEntity)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Mob.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Monster",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Monster.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Mule",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Mule.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.MushroomCow",
        "children": [
          {
            "kind": "METHOD",
            "name": "getVariant()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/MushroomCow.html#getVariant()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.MushroomCow.Variant",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BROWN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/MushroomCow/Variant.html#BROWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/MushroomCow/Variant.html#RED"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Variant()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/MushroomCow/Variant.html#Variant()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/MushroomCow/Variant.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/MushroomCow/Variant.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/MushroomCow/Variant.html"
          },
          {
            "kind": "METHOD",
            "name": "setVariant(Variant)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "variant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/MushroomCow.html#setVariant(Variant)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/MushroomCow.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.NPC",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/NPC.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Ocelot",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCatType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ocelot.html#getCatType()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Ocelot.Type",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLACK_CAT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ocelot/Type.html#BLACK_CAT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RED_CAT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ocelot/Type.html#RED_CAT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SIAMESE_CAT",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/Ocelot/Type.html#Type(int)"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WILD_OCELOT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ocelot/Type.html#WILD_OCELOT"
              },
              {
                "kind": "METHOD",
                "name": "getId()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ocelot/Type.html#getId()",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "getType(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "id"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ocelot/Type.html#getType(int)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "FIELD",
                "name": "id",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ocelot/Type.html#id"
              },
              {
                "kind": "FIELD",
                "name": "types",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ocelot/Type.html#types"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ocelot/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ocelot/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ocelot/Type.html",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCatType(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ocelot.html#setCatType(Type)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ocelot.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Painting",
        "children": [
          {
            "kind": "METHOD",
            "name": "getArt()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Painting.html#getArt()"
          },
          {
            "kind": "METHOD",
            "name": "setArt(Art)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "art"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/Painting.html#setArt(Art,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Painting.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Panda",
        "children": [
          {
            "kind": "METHOD",
            "name": "getHiddenGene()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Panda.html#getHiddenGene()"
          },
          {
            "kind": "METHOD",
            "name": "getMainGene()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Panda.html#getMainGene()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Panda.Gene",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "AGGRESSIVE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Panda/Gene.html#AGGRESSIVE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BROWN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Panda/Gene.html#BROWN"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Gene(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "recessive"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Panda/Gene.html#Gene(boolean)"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LAZY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Panda/Gene.html#LAZY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NORMAL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Panda/Gene.html#NORMAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLAYFUL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Panda/Gene.html#PLAYFUL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WEAK",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Panda/Gene.html#WEAK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WORRIED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Panda/Gene.html#WORRIED"
              },
              {
                "kind": "METHOD",
                "name": "isRecessive()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Panda/Gene.html#isRecessive()"
              },
              {
                "kind": "FIELD",
                "name": "recessive",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Panda/Gene.html#recessive"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Panda/Gene.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Panda/Gene.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Panda/Gene.html"
          },
          {
            "kind": "METHOD",
            "name": "setHiddenGene(Gene)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "gene"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Panda.html#setHiddenGene(Gene)"
          },
          {
            "kind": "METHOD",
            "name": "setMainGene(Gene)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "gene"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Panda.html#setMainGene(Gene)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Panda.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Parrot",
        "children": [
          {
            "kind": "METHOD",
            "name": "getVariant()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Parrot.html#getVariant()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Parrot.Variant",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLUE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Parrot/Variant.html#BLUE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CYAN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Parrot/Variant.html#CYAN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "GRAY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Parrot/Variant.html#GRAY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "GREEN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Parrot/Variant.html#GREEN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Parrot/Variant.html#RED"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Variant()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Parrot/Variant.html#Variant()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Parrot/Variant.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Parrot/Variant.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Parrot/Variant.html"
          },
          {
            "kind": "METHOD",
            "name": "setVariant(Variant)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "variant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Parrot.html#setVariant(Variant)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Parrot.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Phantom",
        "children": [
          {
            "kind": "METHOD",
            "name": "getSize()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Phantom.html#getSize()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawningEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Phantom.html#getSpawningEntity()"
          },
          {
            "kind": "METHOD",
            "name": "setSize(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Phantom.html#setSize(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Phantom.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Pig",
        "children": [
          {
            "kind": "METHOD",
            "name": "hasSaddle()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Pig.html#hasSaddle()"
          },
          {
            "kind": "METHOD",
            "name": "setSaddle(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "saddled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Pig.html#setSaddle(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Pig.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.PigZombie",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAnger()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/PigZombie.html#getAnger()"
          },
          {
            "kind": "METHOD",
            "name": "getConversionTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/PigZombie.html#getConversionTime()"
          },
          {
            "kind": "METHOD",
            "name": "isAngry()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/PigZombie.html#isAngry()"
          },
          {
            "kind": "METHOD",
            "name": "isConverting()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/PigZombie.html#isConverting()"
          },
          {
            "kind": "METHOD",
            "name": "setAnger(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/PigZombie.html#setAnger(int)"
          },
          {
            "kind": "METHOD",
            "name": "setAngry(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "angry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/PigZombie.html#setAngry(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setConversionTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "time"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/PigZombie.html#setConversionTime(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/PigZombie.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Pillager",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Pillager.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Player",
        "children": [
          {
            "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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/entity/Player.html#\u003cT\u003espawnParticle(Particle,Location,int,double,double,double,double,T)"
          },
          {
            "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.15.1/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.15.1/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.15.1/org/bukkit/entity/Player.html#\u003cT\u003espawnParticle(Particle,double,double,double,int,double,double,double,double,T)"
          },
          {
            "kind": "METHOD",
            "name": "applyMending(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#applyMending(int)"
          },
          {
            "kind": "METHOD",
            "name": "banPlayerFull(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#banPlayerFull(String)"
          },
          {
            "kind": "METHOD",
            "name": "banPlayerFull(String,Date)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#banPlayerFull(String,Date)"
          },
          {
            "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.15.1/org/bukkit/entity/Player.html#banPlayerFull(String,Date,String)"
          },
          {
            "kind": "METHOD",
            "name": "banPlayerFull(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#banPlayerFull(String,String)"
          },
          {
            "kind": "METHOD",
            "name": "banPlayerIP(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#banPlayerIP(String)"
          },
          {
            "kind": "METHOD",
            "name": "banPlayerIP(String,Date)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#banPlayerIP(String,Date)"
          },
          {
            "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.15.1/org/bukkit/entity/Player.html#banPlayerIP(String,Date,String)"
          },
          {
            "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.15.1/org/bukkit/entity/Player.html#banPlayerIP(String,Date,String,boolean)"
          },
          {
            "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.15.1/org/bukkit/entity/Player.html#banPlayerIP(String,Date,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "banPlayerIP(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#banPlayerIP(String,String)"
          },
          {
            "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.15.1/org/bukkit/entity/Player.html#banPlayerIP(String,String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "banPlayerIP(String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "kickPlayer"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#banPlayerIP(String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "canSee(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#canSee(Player)"
          },
          {
            "kind": "METHOD",
            "name": "chat(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "msg"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#chat(String)"
          },
          {
            "kind": "METHOD",
            "name": "decrementStatistic(Statistic)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.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.15.1/org/bukkit/entity/Player.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.15.1/org/bukkit/entity/Player.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.15.1/org/bukkit/entity/Player.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.15.1/org/bukkit/entity/Player.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.15.1/org/bukkit/entity/Player.html#decrementStatistic(Statistic,int)"
          },
          {
            "kind": "METHOD",
            "name": "getAddress()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getAdvancementProgress(Advancement)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "advancement"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getAdvancementProgress(Advancement)"
          },
          {
            "kind": "METHOD",
            "name": "getAffectsSpawning()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getAffectsSpawning()"
          },
          {
            "kind": "METHOD",
            "name": "getAllowFlight()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getAllowFlight()"
          },
          {
            "kind": "METHOD",
            "name": "getClientViewDistance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getClientViewDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getCompassTarget()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getCompassTarget()"
          },
          {
            "kind": "METHOD",
            "name": "getCooldownPeriod()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getCooldownPeriod()"
          },
          {
            "kind": "METHOD",
            "name": "getCooledAttackStrength(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "adjustTicks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getCooledAttackStrength(float)"
          },
          {
            "kind": "METHOD",
            "name": "getDisplayName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getDisplayName()"
          },
          {
            "kind": "METHOD",
            "name": "getExhaustion()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getExhaustion()"
          },
          {
            "kind": "METHOD",
            "name": "getExp()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getExp()"
          },
          {
            "kind": "METHOD",
            "name": "getFlySpeed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getFlySpeed()"
          },
          {
            "kind": "METHOD",
            "name": "getFoodLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getFoodLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getHealthScale()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getHealthScale()"
          },
          {
            "kind": "METHOD",
            "name": "getLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getLocale()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getLocale()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerListFooter()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getPlayerListFooter()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerListHeader()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getPlayerListHeader()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerListName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getPlayerListName()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerProfile()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getPlayerProfile()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getPlayerTime()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerTimeOffset()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getPlayerTimeOffset()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerWeather()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getPlayerWeather()"
          },
          {
            "kind": "METHOD",
            "name": "getResourcePackHash()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getResourcePackHash()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getResourcePackStatus()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getResourcePackStatus()"
          },
          {
            "kind": "METHOD",
            "name": "getSaturation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getSaturation()"
          },
          {
            "kind": "METHOD",
            "name": "getScoreboard()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getScoreboard()"
          },
          {
            "kind": "METHOD",
            "name": "getSpectatorTarget()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getSpectatorTarget()"
          },
          {
            "kind": "METHOD",
            "name": "getStatistic(Statistic)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.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.15.1/org/bukkit/entity/Player.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.15.1/org/bukkit/entity/Player.html#getStatistic(Statistic,Material)"
          },
          {
            "kind": "METHOD",
            "name": "getTotalExperience()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getTotalExperience()"
          },
          {
            "kind": "METHOD",
            "name": "getViewDistance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getViewDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getWalkSpeed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#getWalkSpeed()"
          },
          {
            "kind": "METHOD",
            "name": "giveExp(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/entity/Player.html#giveExpLevels(int)"
          },
          {
            "kind": "METHOD",
            "name": "hasResourcePack()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#hasResourcePack()"
          },
          {
            "kind": "METHOD",
            "name": "hidePlayer(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#hidePlayer(Player)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hidePlayer(Plugin,Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#hidePlayer(Plugin,Player)"
          },
          {
            "kind": "METHOD",
            "name": "hideTitle()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#hideTitle()"
          },
          {
            "kind": "METHOD",
            "name": "incrementStatistic(Statistic)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.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.15.1/org/bukkit/entity/Player.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.15.1/org/bukkit/entity/Player.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.15.1/org/bukkit/entity/Player.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.15.1/org/bukkit/entity/Player.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.15.1/org/bukkit/entity/Player.html#incrementStatistic(Statistic,int)"
          },
          {
            "kind": "METHOD",
            "name": "isFlying()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#isFlying()"
          },
          {
            "kind": "METHOD",
            "name": "isHealthScaled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#isHealthScaled()"
          },
          {
            "kind": "METHOD",
            "name": "isPlayerTimeRelative()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#isPlayerTimeRelative()"
          },
          {
            "kind": "METHOD",
            "name": "isSleepingIgnored()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#isSleepingIgnored()"
          },
          {
            "kind": "METHOD",
            "name": "isSneaking()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#isSneaking()"
          },
          {
            "kind": "METHOD",
            "name": "isSprinting()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#isSprinting()"
          },
          {
            "kind": "METHOD",
            "name": "kickPlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#kickPlayer(String)"
          },
          {
            "kind": "METHOD",
            "name": "loadData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#loadData()"
          },
          {
            "kind": "METHOD",
            "name": "openBook(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "book"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#openBook(ItemStack)"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.entity.Player.Spigot",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Spigot()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player/Spigot.html#Spigot()"
              },
              {
                "kind": "METHOD",
                "name": "getCollidesWithEntities()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player/Spigot.html#getCollidesWithEntities()",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "getHiddenPlayers()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player/Spigot.html#getHiddenPlayers()"
              },
              {
                "kind": "METHOD",
                "name": "getPing()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player/Spigot.html#getPing()"
              },
              {
                "kind": "METHOD",
                "name": "getRawAddress()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player/Spigot.html#getRawAddress()"
              },
              {
                "kind": "METHOD",
                "name": "respawn()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player/Spigot.html#respawn()"
              },
              {
                "kind": "METHOD",
                "name": "sendMessage(BaseComponent)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "component"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player/Spigot.html#sendMessage(BaseComponent)"
              },
              {
                "kind": "METHOD",
                "name": "sendMessage(BaseComponent...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "components"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player/Spigot.html#sendMessage(BaseComponent...)"
              },
              {
                "kind": "METHOD",
                "name": "sendMessage(ChatMessageType,BaseComponent)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "component"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "position"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/Player/Spigot.html#sendMessage(ChatMessageType,BaseComponent...)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "setCollidesWithEntities(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "collides"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player/Spigot.html#setCollidesWithEntities(boolean)",
                "deprecated": {
                  "deprecated": "true"
                }
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player/Spigot.html"
          },
          {
            "kind": "METHOD",
            "name": "performCommand(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "command"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/Player.html#playEffect(Location,Effect,int)",
            "deprecated": {
              "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.15.1/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.15.1/org/bukkit/entity/Player.html#playNote(Location,byte,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "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.15.1/org/bukkit/entity/Player.html#playSound(Location,Sound,SoundCategory,float,float)"
          },
          {
            "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.15.1/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.15.1/org/bukkit/entity/Player.html#playSound(Location,String,SoundCategory,float,float)"
          },
          {
            "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.15.1/org/bukkit/entity/Player.html#playSound(Location,String,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "resetCooldown()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#resetCooldown()"
          },
          {
            "kind": "METHOD",
            "name": "resetPlayerTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#resetPlayerTime()"
          },
          {
            "kind": "METHOD",
            "name": "resetPlayerWeather()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#resetPlayerWeather()"
          },
          {
            "kind": "METHOD",
            "name": "resetTitle()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#resetTitle()"
          },
          {
            "kind": "METHOD",
            "name": "saveData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#saveData()"
          },
          {
            "kind": "METHOD",
            "name": "sendActionBar(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#sendActionBar(String)"
          },
          {
            "kind": "METHOD",
            "name": "sendActionBar(char,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "alternateChar"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#sendActionBar(char,String)"
          },
          {
            "kind": "METHOD",
            "name": "sendBlockChange(Location,BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/Player.html#sendBlockChange(Location,Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendChunkChange(Location,int,int,int,byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "sx"
              },
              {
                "kind": "PARAMETER",
                "name": "sy"
              },
              {
                "kind": "PARAMETER",
                "name": "sz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#sendChunkChange(Location,int,int,int,byte...)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendExperienceChange(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "progress"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/Player.html#sendExperienceChange(float,int)"
          },
          {
            "kind": "METHOD",
            "name": "sendMap(MapView)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#sendMap(MapView)"
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(BaseComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "component"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#sendMessage(BaseComponent)"
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(BaseComponent...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "components"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#sendMessage(BaseComponent...)"
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(ChatMessageType,BaseComponent...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "components"
              },
              {
                "kind": "PARAMETER",
                "name": "position"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#sendMessage(ChatMessageType,BaseComponent...)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendRawMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/Player.html#sendSignChange(Location,Array,DyeColor)"
          },
          {
            "kind": "METHOD",
            "name": "sendSignChange(Location,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lines"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#sendSignChange(Location,String...)"
          },
          {
            "kind": "METHOD",
            "name": "sendTitle(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "subtitle"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#sendTitle(String,String)",
            "deprecated": {
              "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.15.1/org/bukkit/entity/Player.html#sendTitle(String,String,int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "sendTitle(Title)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#sendTitle(Title)"
          },
          {
            "kind": "METHOD",
            "name": "setAffectsSpawning(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "affects"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setAffectsSpawning(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setAllowFlight(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flight"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setAllowFlight(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCompassTarget(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setCompassTarget(Location)"
          },
          {
            "kind": "METHOD",
            "name": "setDisplayName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setDisplayName(String)"
          },
          {
            "kind": "METHOD",
            "name": "setExhaustion(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setExhaustion(float)"
          },
          {
            "kind": "METHOD",
            "name": "setExp(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "exp"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setExp(float)"
          },
          {
            "kind": "METHOD",
            "name": "setFlySpeed(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setFlySpeed(float)"
          },
          {
            "kind": "METHOD",
            "name": "setFlying(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setFlying(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFoodLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setFoodLevel(int)"
          },
          {
            "kind": "METHOD",
            "name": "setHealthScale(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "scale"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setHealthScale(double)"
          },
          {
            "kind": "METHOD",
            "name": "setHealthScaled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "scale"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setHealthScaled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setLevel(int)"
          },
          {
            "kind": "METHOD",
            "name": "setPlayerListFooter(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "footer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setPlayerListFooter(String)"
          },
          {
            "kind": "METHOD",
            "name": "setPlayerListHeader(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "header"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setPlayerListHeader(String)"
          },
          {
            "kind": "METHOD",
            "name": "setPlayerListHeaderFooter(Array,BaseComponent...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "footer"
              },
              {
                "kind": "PARAMETER",
                "name": "header"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setPlayerListHeaderFooter(Array,BaseComponent...)"
          },
          {
            "kind": "METHOD",
            "name": "setPlayerListHeaderFooter(BaseComponent,BaseComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "footer"
              },
              {
                "kind": "PARAMETER",
                "name": "header"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setPlayerListHeaderFooter(BaseComponent,BaseComponent)"
          },
          {
            "kind": "METHOD",
            "name": "setPlayerListHeaderFooter(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "footer"
              },
              {
                "kind": "PARAMETER",
                "name": "header"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setPlayerListHeaderFooter(String,String)"
          },
          {
            "kind": "METHOD",
            "name": "setPlayerListName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setPlayerListName(String)"
          },
          {
            "kind": "METHOD",
            "name": "setPlayerProfile(PlayerProfile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/entity/Player.html#setPlayerWeather(WeatherType)"
          },
          {
            "kind": "METHOD",
            "name": "setResourcePack(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "url"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setResourcePack(String)",
            "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.15.1/org/bukkit/entity/Player.html#setResourcePack(String,String)"
          },
          {
            "kind": "METHOD",
            "name": "setResourcePack(String,byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hash"
              },
              {
                "kind": "PARAMETER",
                "name": "url"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setResourcePack(String,byte...)"
          },
          {
            "kind": "METHOD",
            "name": "setSaturation(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setSaturation(float)"
          },
          {
            "kind": "METHOD",
            "name": "setScoreboard(Scoreboard)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "scoreboard"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setScoreboard(Scoreboard)"
          },
          {
            "kind": "METHOD",
            "name": "setSleepingIgnored(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isSleeping"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setSleepingIgnored(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSneaking(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sneak"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setSneaking(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSpectatorTarget(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setSpectatorTarget(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "setSprinting(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sprinting"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setSprinting(boolean)"
          },
          {
            "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.15.1/org/bukkit/entity/Player.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.15.1/org/bukkit/entity/Player.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.15.1/org/bukkit/entity/Player.html#setStatistic(Statistic,int)"
          },
          {
            "kind": "METHOD",
            "name": "setSubtitle(BaseComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "subtitle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/entity/Player.html#setTexturePack(String)",
            "deprecated": {
              "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.15.1/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.15.1/org/bukkit/entity/Player.html#setTotalExperience(int)"
          },
          {
            "kind": "METHOD",
            "name": "setViewDistance(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "viewDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setViewDistance(int)"
          },
          {
            "kind": "METHOD",
            "name": "setWalkSpeed(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#setWalkSpeed(float)"
          },
          {
            "kind": "METHOD",
            "name": "showPlayer(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#showPlayer(Player)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "showPlayer(Plugin,Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/entity/Player.html#showTitle(BaseComponent...)",
            "deprecated": {
              "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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/entity/Player.html#spigot()"
          },
          {
            "kind": "METHOD",
            "name": "stopSound(Sound)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sound"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/Player.html#stopSound(Sound,SoundCategory)"
          },
          {
            "kind": "METHOD",
            "name": "stopSound(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sound"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/Player.html#stopSound(String,SoundCategory)"
          },
          {
            "kind": "METHOD",
            "name": "updateCommands()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#updateCommands()"
          },
          {
            "kind": "METHOD",
            "name": "updateInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#updateInventory()"
          },
          {
            "kind": "METHOD",
            "name": "updateTitle(Title)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html#updateTitle(Title)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Player.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.PolarBear",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/PolarBear.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.entity.Pose",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "DYING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Pose.html#DYING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALL_FLYING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Pose.html#FALL_FLYING"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Pose()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Pose.html#Pose()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SLEEPING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Pose.html#SLEEPING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNEAKING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Pose.html#SNEAKING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPIN_ATTACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Pose.html#SPIN_ATTACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STANDING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Pose.html#STANDING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SWIMMING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Pose.html#SWIMMING"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Pose.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Pose.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Pose.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Projectile",
        "children": [
          {
            "kind": "METHOD",
            "name": "doesBounce()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Projectile.html#doesBounce()"
          },
          {
            "kind": "METHOD",
            "name": "getShooter()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Projectile.html#getShooter()"
          },
          {
            "kind": "METHOD",
            "name": "setBounce(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "doesBounce"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Projectile.html#setBounce(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setShooter(ProjectileSource)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Projectile.html#setShooter(ProjectileSource)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Projectile.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.PufferFish",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPuffState()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/PufferFish.html#getPuffState()"
          },
          {
            "kind": "METHOD",
            "name": "setPuffState(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/PufferFish.html#setPuffState(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/PufferFish.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Rabbit",
        "children": [
          {
            "kind": "METHOD",
            "name": "getRabbitType()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/Rabbit/Type.html#BLACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLACK_AND_WHITE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Rabbit/Type.html#BLACK_AND_WHITE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BROWN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Rabbit/Type.html#BROWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "GOLD",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Rabbit/Type.html#GOLD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SALT_AND_PEPPER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Rabbit/Type.html#SALT_AND_PEPPER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "THE_KILLER_BUNNY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Rabbit/Type.html#THE_KILLER_BUNNY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Rabbit/Type.html#Type()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WHITE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Rabbit/Type.html#WHITE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Rabbit/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Rabbit/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Rabbit/Type.html"
          },
          {
            "kind": "METHOD",
            "name": "setRabbitType(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Rabbit.html#setRabbitType(Type)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Rabbit.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Raider",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPatrolTarget()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Raider.html#getPatrolTarget()"
          },
          {
            "kind": "METHOD",
            "name": "isCanJoinRaid()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Raider.html#isCanJoinRaid()"
          },
          {
            "kind": "METHOD",
            "name": "isPatrolLeader()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Raider.html#isPatrolLeader()"
          },
          {
            "kind": "METHOD",
            "name": "setCanJoinRaid(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "join"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Raider.html#setCanJoinRaid(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setPatrolLeader(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "leader"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Raider.html#setPatrolLeader(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setPatrolTarget(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Raider.html#setPatrolTarget(Block)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Raider.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Ravager",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Ravager.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Salmon",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Salmon.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Sheep",
        "children": [
          {
            "kind": "METHOD",
            "name": "isSheared()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Sheep.html#isSheared()"
          },
          {
            "kind": "METHOD",
            "name": "setSheared(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Sheep.html#setSheared(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Sheep.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Shulker",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Shulker.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ShulkerBullet",
        "children": [
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ShulkerBullet.html#getTarget()"
          },
          {
            "kind": "METHOD",
            "name": "setTarget(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ShulkerBullet.html#setTarget(Entity)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ShulkerBullet.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Silverfish",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Silverfish.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Sittable",
        "children": [
          {
            "kind": "METHOD",
            "name": "isSitting()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Sittable.html#isSitting()"
          },
          {
            "kind": "METHOD",
            "name": "setSitting(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sitting"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Sittable.html#setSitting(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Sittable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Skeleton",
        "children": [
          {
            "kind": "METHOD",
            "name": "getSkeletonType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Skeleton.html#getSkeletonType()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Skeleton.SkeletonType",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "NORMAL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Skeleton/SkeletonType.html#NORMAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STRAY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Skeleton/SkeletonType.html#STRAY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "SkeletonType()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Skeleton/SkeletonType.html#SkeletonType()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WITHER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Skeleton/SkeletonType.html#WITHER"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Skeleton/SkeletonType.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Skeleton/SkeletonType.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Skeleton/SkeletonType.html",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setSkeletonType(SkeletonType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Skeleton.html#setSkeletonType(SkeletonType)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Skeleton.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.SkeletonHorse",
        "children": [
          {
            "kind": "METHOD",
            "name": "getTrapTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/SkeletonHorse.html#getTrapTime()"
          },
          {
            "kind": "METHOD",
            "name": "isTrap()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/SkeletonHorse.html#isTrap()"
          },
          {
            "kind": "METHOD",
            "name": "setTrap(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "trap"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/SkeletonHorse.html#setTrap(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/SkeletonHorse.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Slime",
        "children": [
          {
            "kind": "METHOD",
            "name": "canWander()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Slime.html#canWander()"
          },
          {
            "kind": "METHOD",
            "name": "getSize()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Slime.html#getSize()"
          },
          {
            "kind": "METHOD",
            "name": "setSize(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Slime.html#setSize(int)"
          },
          {
            "kind": "METHOD",
            "name": "setWander(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canWander"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Slime.html#setWander(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Slime.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.SmallFireball",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/SmallFireball.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Snowball",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Snowball.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Snowman",
        "children": [
          {
            "kind": "METHOD",
            "name": "isDerp()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Snowman.html#isDerp()"
          },
          {
            "kind": "METHOD",
            "name": "setDerp(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "derpMode"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Snowman.html#setDerp(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Snowman.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.SpectralArrow",
        "children": [
          {
            "kind": "METHOD",
            "name": "getGlowingTicks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/SpectralArrow.html#getGlowingTicks()"
          },
          {
            "kind": "METHOD",
            "name": "setGlowingTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/SpectralArrow.html#setGlowingTicks(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/SpectralArrow.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Spellcaster",
        "children": [
          {
            "kind": "METHOD",
            "name": "getSpell()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/Spellcaster/Spell.html#BLINDNESS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DISAPPEAR",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Spellcaster/Spell.html#DISAPPEAR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FANGS",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Spellcaster/Spell.html#FANGS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NONE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Spellcaster/Spell.html#NONE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SUMMON_VEX",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Spellcaster/Spell.html#SUMMON_VEX"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Spell()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Spellcaster/Spell.html#Spell()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WOLOLO",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Spellcaster/Spell.html#WOLOLO"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Spellcaster/Spell.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Spellcaster/Spell.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Spellcaster/Spell.html"
          },
          {
            "kind": "METHOD",
            "name": "setSpell(Spell)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spell"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Spellcaster.html#setSpell(Spell)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Spellcaster.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Spider",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Spider.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.SplashPotion",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/SplashPotion.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Squid",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Squid.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Stray",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Stray.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.TNTPrimed",
        "children": [
          {
            "kind": "METHOD",
            "name": "getFuseTicks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TNTPrimed.html#getFuseTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getSource()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TNTPrimed.html#getSource()"
          },
          {
            "kind": "METHOD",
            "name": "getSourceLoc()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TNTPrimed.html#getSourceLoc()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setFuseTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fuseTicks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TNTPrimed.html#setFuseTicks(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TNTPrimed.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Tameable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getOwner()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Tameable.html#getOwner()"
          },
          {
            "kind": "METHOD",
            "name": "getOwnerUniqueId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Tameable.html#getOwnerUniqueId()"
          },
          {
            "kind": "METHOD",
            "name": "isTamed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Tameable.html#isTamed()"
          },
          {
            "kind": "METHOD",
            "name": "setOwner(AnimalTamer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tamer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Tameable.html#setOwner(AnimalTamer)"
          },
          {
            "kind": "METHOD",
            "name": "setTamed(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tame"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Tameable.html#setTamed(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Tameable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ThrownExpBottle",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ThrownExpBottle.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ThrownPotion",
        "children": [
          {
            "kind": "METHOD",
            "name": "getEffects()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ThrownPotion.html#getEffects()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ThrownPotion.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "setItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ThrownPotion.html#setItem(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ThrownPotion.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.TippedArrow",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TippedArrow.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.TraderLlama",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TraderLlama.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Trident",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Trident.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.TropicalFish",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBodyColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TropicalFish.html#getBodyColor()"
          },
          {
            "kind": "METHOD",
            "name": "getPattern()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TropicalFish.html#getPattern()"
          },
          {
            "kind": "METHOD",
            "name": "getPatternColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/TropicalFish/Pattern.html#BETTY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLOCKFISH",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TropicalFish/Pattern.html#BLOCKFISH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BRINELY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TropicalFish/Pattern.html#BRINELY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CLAYFISH",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TropicalFish/Pattern.html#CLAYFISH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DASHER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TropicalFish/Pattern.html#DASHER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FLOPPER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TropicalFish/Pattern.html#FLOPPER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "GLITTER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TropicalFish/Pattern.html#GLITTER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KOB",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TropicalFish/Pattern.html#KOB"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Pattern()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TropicalFish/Pattern.html#Pattern()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SNOOPER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TropicalFish/Pattern.html#SNOOPER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SPOTTY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TropicalFish/Pattern.html#SPOTTY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STRIPEY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TropicalFish/Pattern.html#STRIPEY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SUNSTREAK",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TropicalFish/Pattern.html#SUNSTREAK"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TropicalFish/Pattern.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TropicalFish/Pattern.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TropicalFish/Pattern.html"
          },
          {
            "kind": "METHOD",
            "name": "setBodyColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TropicalFish.html#setBodyColor(DyeColor)"
          },
          {
            "kind": "METHOD",
            "name": "setPattern(Pattern)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pattern"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TropicalFish.html#setPattern(Pattern)"
          },
          {
            "kind": "METHOD",
            "name": "setPatternColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TropicalFish.html#setPatternColor(DyeColor)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/TropicalFish.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Turtle",
        "children": [
          {
            "kind": "METHOD",
            "name": "getHome()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Turtle.html#getHome()"
          },
          {
            "kind": "METHOD",
            "name": "hasEgg()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Turtle.html#hasEgg()"
          },
          {
            "kind": "METHOD",
            "name": "isDigging()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Turtle.html#isDigging()"
          },
          {
            "kind": "METHOD",
            "name": "isGoingHome()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Turtle.html#isGoingHome()"
          },
          {
            "kind": "METHOD",
            "name": "setHasEgg(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hasEgg"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Turtle.html#setHasEgg(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setHome(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Turtle.html#setHome(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Turtle.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Vehicle",
        "children": [
          {
            "kind": "METHOD",
            "name": "getVelocity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Vehicle.html#getVelocity()"
          },
          {
            "kind": "METHOD",
            "name": "setVelocity(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Vehicle.html#setVelocity(Vector)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Vehicle.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Vex",
        "children": [
          {
            "kind": "METHOD",
            "name": "getSummoner()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Vex.html#getSummoner()"
          },
          {
            "kind": "METHOD",
            "name": "isCharging()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Vex.html#isCharging()"
          },
          {
            "kind": "METHOD",
            "name": "setCharging(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "charging"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Vex.html#setCharging(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSummoner(Mob)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "summoner"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Vex.html#setSummoner(Mob)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Vex.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Villager",
        "children": [
          {
            "kind": "METHOD",
            "name": "getProfession()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager.html#getProfession()"
          },
          {
            "kind": "METHOD",
            "name": "getVillagerExperience()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager.html#getVillagerExperience()"
          },
          {
            "kind": "METHOD",
            "name": "getVillagerLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager.html#getVillagerLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getVillagerType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager.html#getVillagerType()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Villager.Profession",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ARMORER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Profession.html#ARMORER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BUTCHER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Profession.html#BUTCHER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CARTOGRAPHER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Profession.html#CARTOGRAPHER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CLERIC",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Profession.html#CLERIC"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FARMER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Profession.html#FARMER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FISHERMAN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Profession.html#FISHERMAN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FLETCHER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Profession.html#FLETCHER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LEATHERWORKER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Profession.html#LEATHERWORKER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LIBRARIAN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Profession.html#LIBRARIAN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MASON",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Profession.html#MASON"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NITWIT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Profession.html#NITWIT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NONE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Profession.html#NONE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Profession()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Profession.html#Profession()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SHEPHERD",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Profession.html#SHEPHERD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TOOLSMITH",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Profession.html#TOOLSMITH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WEAPONSMITH",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Profession.html#WEAPONSMITH"
              },
              {
                "kind": "METHOD",
                "name": "getKey()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Profession.html#getKey()"
              },
              {
                "kind": "FIELD",
                "name": "key",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Profession.html#key"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Profession.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Profession.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Profession.html"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Villager.Type",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "DESERT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Type.html#DESERT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "JUNGLE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Type.html#JUNGLE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLAINS",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Type.html#PLAINS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SAVANNA",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Type.html#SAVANNA"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SNOW",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Type.html#SNOW"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SWAMP",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Type.html#SWAMP"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TAIGA",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Type.html#TAIGA"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Type.html#Type()"
              },
              {
                "kind": "METHOD",
                "name": "getKey()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Type.html#getKey()"
              },
              {
                "kind": "FIELD",
                "name": "key",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Type.html#key"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager/Type.html"
          },
          {
            "kind": "METHOD",
            "name": "setProfession(Profession)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profession"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager.html#setProfession(Profession)"
          },
          {
            "kind": "METHOD",
            "name": "setVillagerExperience(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "experience"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager.html#setVillagerExperience(int)"
          },
          {
            "kind": "METHOD",
            "name": "setVillagerLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager.html#setVillagerLevel(int)"
          },
          {
            "kind": "METHOD",
            "name": "setVillagerType(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager.html#setVillagerType(Type)"
          },
          {
            "kind": "METHOD",
            "name": "sleep(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager.html#sleep(Location)"
          },
          {
            "kind": "METHOD",
            "name": "wakeup()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager.html#wakeup()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Villager.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Vindicator",
        "children": [
          {
            "kind": "METHOD",
            "name": "isJohnny()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Vindicator.html#isJohnny()"
          },
          {
            "kind": "METHOD",
            "name": "setJohnny(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "johnny"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Vindicator.html#setJohnny(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Vindicator.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.WanderingTrader",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/WanderingTrader.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.WaterMob",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/WaterMob.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Witch",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDrinkingPotion()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Witch.html#getDrinkingPotion()"
          },
          {
            "kind": "METHOD",
            "name": "getPotionUseTimeLeft()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Witch.html#getPotionUseTimeLeft()"
          },
          {
            "kind": "METHOD",
            "name": "isDrinkingPotion()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Witch.html#isDrinkingPotion()"
          },
          {
            "kind": "METHOD",
            "name": "setDrinkingPotion(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "potion"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Witch.html#setDrinkingPotion(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Witch.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Wither",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Wither.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.WitherSkeleton",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/WitherSkeleton.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.WitherSkull",
        "children": [
          {
            "kind": "METHOD",
            "name": "isCharged()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/WitherSkull.html#isCharged()"
          },
          {
            "kind": "METHOD",
            "name": "setCharged(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "charged"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/WitherSkull.html#setCharged(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/WitherSkull.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Wolf",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCollarColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Wolf.html#getCollarColor()"
          },
          {
            "kind": "METHOD",
            "name": "isAngry()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Wolf.html#isAngry()"
          },
          {
            "kind": "METHOD",
            "name": "setAngry(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "angry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Wolf.html#setAngry(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCollarColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Wolf.html#setCollarColor(DyeColor)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Wolf.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Zombie",
        "children": [
          {
            "kind": "METHOD",
            "name": "getConversionTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Zombie.html#getConversionTime()"
          },
          {
            "kind": "METHOD",
            "name": "getVillagerProfession()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Zombie.html#getVillagerProfession()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isArmsRaised()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Zombie.html#isArmsRaised()"
          },
          {
            "kind": "METHOD",
            "name": "isBaby()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Zombie.html#isBaby()"
          },
          {
            "kind": "METHOD",
            "name": "isConverting()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Zombie.html#isConverting()"
          },
          {
            "kind": "METHOD",
            "name": "isDrowning()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Zombie.html#isDrowning()"
          },
          {
            "kind": "METHOD",
            "name": "isVillager()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Zombie.html#isVillager()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setArmsRaised(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "raised"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Zombie.html#setArmsRaised(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setBaby(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Zombie.html#setBaby(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setConversionTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "time"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Zombie.html#setConversionTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setShouldBurnInDay(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shouldBurnInDay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Zombie.html#setShouldBurnInDay(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setVillager(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Zombie.html#setVillager(boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setVillagerProfession(Profession)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profession"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Zombie.html#setVillagerProfession(Profession)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "shouldBurnInDay()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Zombie.html#shouldBurnInDay()"
          },
          {
            "kind": "METHOD",
            "name": "startDrowning(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "drownedConversionTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Zombie.html#startDrowning(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "stopDrowning()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Zombie.html#stopDrowning()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/Zombie.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ZombieHorse",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ZombieHorse.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ZombieVillager",
        "children": [
          {
            "kind": "METHOD",
            "name": "getConversionPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ZombieVillager.html#getConversionPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getConversionTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ZombieVillager.html#getConversionTime()"
          },
          {
            "kind": "METHOD",
            "name": "getVillagerProfession()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ZombieVillager.html#getVillagerProfession()"
          },
          {
            "kind": "METHOD",
            "name": "isConverting()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ZombieVillager.html#isConverting()"
          },
          {
            "kind": "METHOD",
            "name": "setConversionPlayer(OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "conversionPlayer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ZombieVillager.html#setConversionPlayer(OfflinePlayer)"
          },
          {
            "kind": "METHOD",
            "name": "setConversionTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "time"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ZombieVillager.html#setConversionTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setVillagerProfession(Profession)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profession"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ZombieVillager.html#setVillagerProfession(Profession)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/ZombieVillager.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.entity.memory",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.entity.memory.MemoryKey",
        "children": [
          {
            "kind": "FIELD",
            "name": "HOME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/memory/MemoryKey.html#HOME"
          },
          {
            "kind": "FIELD",
            "name": "JOB_SITE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/memory/MemoryKey.html#JOB_SITE"
          },
          {
            "kind": "FIELD",
            "name": "LAST_SLEPT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/memory/MemoryKey.html#LAST_SLEPT"
          },
          {
            "kind": "FIELD",
            "name": "LAST_WOKEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/memory/MemoryKey.html#LAST_WOKEN"
          },
          {
            "kind": "FIELD",
            "name": "LAST_WORKED_AT_POI",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/memory/MemoryKey.html#LAST_WORKED_AT_POI"
          },
          {
            "kind": "FIELD",
            "name": "MEETING_POINT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/memory/MemoryKey.html#MEETING_POINT"
          },
          {
            "kind": "FIELD",
            "name": "MEMORY_KEYS",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/memory/MemoryKey.html#MemoryKey(NamespacedKey,Class)"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "getByKey(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "namespacedKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/memory/MemoryKey.html#getByKey(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/memory/MemoryKey.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getMemoryClass()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/memory/MemoryKey.html#getMemoryClass()"
          },
          {
            "kind": "FIELD",
            "name": "namespacedKey",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/memory/MemoryKey.html#namespacedKey"
          },
          {
            "kind": "FIELD",
            "name": "tClass",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/memory/MemoryKey.html#tClass"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/memory/MemoryKey.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/memory/MemoryKey.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/minecart/CommandMinecart.html#getCommand()"
          },
          {
            "kind": "METHOD",
            "name": "setCommand(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "command"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/entity/minecart/CommandMinecart.html#setName(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/minecart/CommandMinecart.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.minecart.ExplosiveMinecart",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/minecart/ExplosiveMinecart.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.minecart.HopperMinecart",
        "children": [
          {
            "kind": "METHOD",
            "name": "isEnabled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/minecart/HopperMinecart.html#isEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "setEnabled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enabled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/minecart/HopperMinecart.html#setEnabled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/minecart/HopperMinecart.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.minecart.PoweredMinecart",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/minecart/PoweredMinecart.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.minecart.RideableMinecart",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/minecart/RideableMinecart.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.minecart.SpawnerMinecart",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/minecart/SpawnerMinecart.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.minecart.StorageMinecart",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/entity/minecart/StorageMinecart.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/Cancellable.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/Cancellable.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/Cancellable.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.Event",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Event()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/Event.html#Event()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Event(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isAsync"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/Event.html#Event(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "async",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/Event.html#async"
          },
          {
            "kind": "METHOD",
            "name": "callEvent()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/Event.html#callEvent()"
          },
          {
            "kind": "METHOD",
            "name": "getEventName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/Event.html#getEventName()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/Event.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isAsynchronous()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/Event.html#isAsynchronous()"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/Event/Result.html#ALLOW"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DEFAULT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/Event/Result.html#DEFAULT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DENY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/Event/Result.html#DENY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Result()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/Event/Result.html#Result()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/Event/Result.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/Event/Result.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/Event/Result.html"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/Event.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.EventException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EventException()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/EventException.html#EventException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EventException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/EventException.html#EventException(String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EventException(Throwable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "throwable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/EventException.html#EventException(Throwable,String)"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/EventException.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/EventException.html#getCause()"
          },
          {
            "kind": "FIELD",
            "name": "serialVersionUID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/EventException.html#serialVersionUID"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/EventHandler.html#ignoreCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "priority()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/EventPriority.html#EventPriority(int)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIGH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/EventPriority.html#HIGH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIGHEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/EventPriority.html#HIGHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LOW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/EventPriority.html#LOW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LOWEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/EventPriority.html#LOWEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MONITOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/EventPriority.html#MONITOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NORMAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/EventPriority.html#NORMAL"
          },
          {
            "kind": "METHOD",
            "name": "getSlot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/EventPriority.html#getSlot()"
          },
          {
            "kind": "FIELD",
            "name": "slot",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/EventPriority.html#slot"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/EventPriority.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/EventPriority.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/EventPriority.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.HandlerList",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "HandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/HandlerList.html#HandlerList()"
          },
          {
            "kind": "FIELD",
            "name": "allLists",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/HandlerList.html#allLists"
          },
          {
            "kind": "METHOD",
            "name": "bake()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/HandlerList.html#bake()"
          },
          {
            "kind": "METHOD",
            "name": "bakeAll()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/HandlerList.html#bakeAll()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerLists()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/HandlerList.html#getHandlerLists()"
          },
          {
            "kind": "METHOD",
            "name": "getRegisteredListeners()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/HandlerList.html#getRegisteredListeners()"
          },
          {
            "kind": "METHOD",
            "name": "getRegisteredListeners(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/HandlerList.html#getRegisteredListeners(Plugin)"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/HandlerList.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "handlerslots",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/HandlerList.html#handlerslots"
          },
          {
            "kind": "METHOD",
            "name": "register(RegisteredListener)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "listener"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/HandlerList.html#register(RegisteredListener)"
          },
          {
            "kind": "METHOD",
            "name": "registerAll(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "listeners"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/HandlerList.html#registerAll(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "unregister(Listener)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "listener"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/HandlerList.html#unregister(Listener)"
          },
          {
            "kind": "METHOD",
            "name": "unregister(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/HandlerList.html#unregister(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "unregister(RegisteredListener)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "listener"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/HandlerList.html#unregister(RegisteredListener)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterAll()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/HandlerList.html#unregisterAll()"
          },
          {
            "kind": "METHOD",
            "name": "unregisterAll(Listener)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "listener"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/HandlerList.html#unregisterAll(Listener)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterAll(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/HandlerList.html#unregisterAll(Plugin)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/HandlerList.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.event.Listener",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/Listener.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/block/Action.html#Action()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEFT_CLICK_AIR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/Action.html#LEFT_CLICK_AIR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEFT_CLICK_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/Action.html#LEFT_CLICK_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PHYSICAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/Action.html#PHYSICAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RIGHT_CLICK_AIR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/Action.html#RIGHT_CLICK_AIR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RIGHT_CLICK_BLOCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/Action.html#RIGHT_CLICK_BLOCK"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/Action.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/Action.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/Action.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockBreakEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockBreakEvent(Block,Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "theBlock"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockBreakEvent.html#BlockBreakEvent(Block,Player)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockBreakEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "dropItems",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockBreakEvent.html#dropItems"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockBreakEvent.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockBreakEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isDropItems()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockBreakEvent.html#isDropItems()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockBreakEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/block/BlockBreakEvent.html#setDropItems(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockBreakEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockBurnEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockBurnEvent(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockBurnEvent.html#BlockBurnEvent(Block)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockBurnEvent(Block,Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "ignitingBlock"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockBurnEvent.html#BlockBurnEvent(Block,Block)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockBurnEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockBurnEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockBurnEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getIgnitingBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockBurnEvent.html#getIgnitingBlock()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockBurnEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "ignitingBlock",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockBurnEvent.html#ignitingBlock"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockBurnEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockBurnEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockBurnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockCanBuildEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockCanBuildEvent(Block,BlockData,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "canBuild"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCanBuildEvent.html#BlockCanBuildEvent(Block,BlockData,boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockCanBuildEvent(Block,Player,BlockData,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "canBuild"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCanBuildEvent.html#BlockCanBuildEvent(Block,Player,BlockData,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "blockData",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCanBuildEvent.html#blockData"
          },
          {
            "kind": "FIELD",
            "name": "buildable",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCanBuildEvent.html#buildable"
          },
          {
            "kind": "METHOD",
            "name": "getBlockData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCanBuildEvent.html#getBlockData()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCanBuildEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCanBuildEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMaterial()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCanBuildEvent.html#getMaterial()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCanBuildEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCanBuildEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isBuildable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCanBuildEvent.html#isBuildable()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCanBuildEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setBuildable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCanBuildEvent.html#setBuildable(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCanBuildEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockCookEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockCookEvent(Block,ItemStack,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCookEvent.html#BlockCookEvent(Block,ItemStack,ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCookEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCookEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCookEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCookEvent.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "getSource()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCookEvent.html#getSource()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCookEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCookEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCookEvent.html#result"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/block/BlockCookEvent.html#setResult(ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "source",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCookEvent.html#source"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockCookEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockDamageEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockDamageEvent(Player,Block,ItemStack,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "instaBreak"
              },
              {
                "kind": "PARAMETER",
                "name": "itemInHand"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDamageEvent.html#BlockDamageEvent(Player,Block,ItemStack,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDamageEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDamageEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDamageEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInstaBreak()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDamageEvent.html#getInstaBreak()"
          },
          {
            "kind": "METHOD",
            "name": "getItemInHand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDamageEvent.html#getItemInHand()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDamageEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDamageEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "instaBreak",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDamageEvent.html#instaBreak"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDamageEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "itemstack",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDamageEvent.html#itemstack"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDamageEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDamageEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setInstaBreak(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bool"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDamageEvent.html#setInstaBreak(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDamageEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockDispenseArmorEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockDispenseArmorEvent(Block,ItemStack,LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "dispensed"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDispenseArmorEvent.html#BlockDispenseArmorEvent(Block,ItemStack,LivingEntity)"
          },
          {
            "kind": "METHOD",
            "name": "getTargetEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDispenseArmorEvent.html#getTargetEntity()"
          },
          {
            "kind": "FIELD",
            "name": "target",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDispenseArmorEvent.html#target"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDispenseArmorEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockDispenseEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockDispenseEvent(Block,ItemStack,Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "dispensed"
              },
              {
                "kind": "PARAMETER",
                "name": "velocity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDispenseEvent.html#BlockDispenseEvent(Block,ItemStack,Vector)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDispenseEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDispenseEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDispenseEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDispenseEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getVelocity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDispenseEvent.html#getVelocity()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDispenseEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDispenseEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDispenseEvent.html#item"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/block/BlockDispenseEvent.html#setItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setVelocity(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDispenseEvent.html#setVelocity(Vector)"
          },
          {
            "kind": "FIELD",
            "name": "velocity",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDispenseEvent.html#velocity"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDispenseEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockDropItemEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockDropItemEvent(Block,BlockState,Player,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "blockState"
              },
              {
                "kind": "PARAMETER",
                "name": "items"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDropItemEvent.html#BlockDropItemEvent(Block,BlockState,Player,List)"
          },
          {
            "kind": "FIELD",
            "name": "blockState",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDropItemEvent.html#blockState"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDropItemEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getBlockState()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDropItemEvent.html#getBlockState()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDropItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDropItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItems()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDropItemEvent.html#getItems()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDropItemEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDropItemEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDropItemEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "items",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDropItemEvent.html#items"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDropItemEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDropItemEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockDropItemEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockEvent(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "theBlock"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockEvent.html#BlockEvent(Block)"
          },
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockEvent.html#block"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockEvent.html#getBlock()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockExpEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockExpEvent(Block,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "exp"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockExpEvent.html#BlockExpEvent(Block,int)"
          },
          {
            "kind": "FIELD",
            "name": "exp",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockExpEvent.html#exp"
          },
          {
            "kind": "METHOD",
            "name": "getExpToDrop()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockExpEvent.html#getExpToDrop()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockExpEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockExpEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockExpEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "setExpToDrop(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "exp"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockExpEvent.html#setExpToDrop(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockExpEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockExplodeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockExplodeEvent(Block,List,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blocks"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              },
              {
                "kind": "PARAMETER",
                "name": "yield"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockExplodeEvent.html#BlockExplodeEvent(Block,List,float)"
          },
          {
            "kind": "METHOD",
            "name": "blockList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockExplodeEvent.html#blockList()"
          },
          {
            "kind": "FIELD",
            "name": "blocks",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockExplodeEvent.html#blocks"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockExplodeEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockExplodeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockExplodeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getYield()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockExplodeEvent.html#getYield()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockExplodeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockExplodeEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/block/BlockExplodeEvent.html#setYield(float)"
          },
          {
            "kind": "FIELD",
            "name": "yield",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockExplodeEvent.html#yield"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockExplodeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockFadeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockFadeEvent(Block,BlockState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "newState"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFadeEvent.html#BlockFadeEvent(Block,BlockState)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFadeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFadeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFadeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewState()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFadeEvent.html#getNewState()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFadeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFadeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newState",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFadeEvent.html#newState"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFadeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFadeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockFertilizeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockFertilizeEvent(Block,Player,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blocks"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "theBlock"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFertilizeEvent.html#BlockFertilizeEvent(Block,Player,List)"
          },
          {
            "kind": "FIELD",
            "name": "blocks",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFertilizeEvent.html#blocks"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFertilizeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlocks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFertilizeEvent.html#getBlocks()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFertilizeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFertilizeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFertilizeEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFertilizeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFertilizeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFertilizeEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFertilizeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFertilizeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockFormEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockFormEvent(Block,BlockState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "newState"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFormEvent.html#BlockFormEvent(Block,BlockState)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFormEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFormEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFormEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFormEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockFromToEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockFromToEvent(Block,Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "toBlock"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFromToEvent.html#BlockFromToEvent(Block,Block)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockFromToEvent(Block,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFromToEvent.html#BlockFromToEvent(Block,BlockFace)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFromToEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "face",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFromToEvent.html#face"
          },
          {
            "kind": "METHOD",
            "name": "getFace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFromToEvent.html#getFace()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFromToEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFromToEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getToBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFromToEvent.html#getToBlock()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFromToEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFromToEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFromToEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "to",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFromToEvent.html#to"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockFromToEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockGrowEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockGrowEvent(Block,BlockState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "newState"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockGrowEvent.html#BlockGrowEvent(Block,BlockState)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockGrowEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockGrowEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockGrowEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewState()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockGrowEvent.html#getNewState()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockGrowEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockGrowEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newState",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockGrowEvent.html#newState"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockGrowEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockGrowEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockIgniteEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockIgniteEvent(Block,IgniteCause,Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "ignitingBlock"
              },
              {
                "kind": "PARAMETER",
                "name": "theBlock"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent.html#BlockIgniteEvent(Block,IgniteCause,Block)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockIgniteEvent(Block,IgniteCause,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "ignitingEntity"
              },
              {
                "kind": "PARAMETER",
                "name": "theBlock"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent.html#BlockIgniteEvent(Block,IgniteCause,Entity)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockIgniteEvent(Block,IgniteCause,Entity,Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "ignitingBlock"
              },
              {
                "kind": "PARAMETER",
                "name": "ignitingEntity"
              },
              {
                "kind": "PARAMETER",
                "name": "theBlock"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent.html#BlockIgniteEvent(Block,IgniteCause,Entity,Block)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getIgnitingBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent.html#getIgnitingBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getIgnitingEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent.html#getIgnitingEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "ignitingBlock",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent.html#ignitingBlock"
          },
          {
            "kind": "FIELD",
            "name": "ignitingEntity",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent.html#ignitingEntity"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html#ARROW"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENDER_CRYSTAL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html#ENDER_CRYSTAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EXPLOSION",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html#EXPLOSION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FIREBALL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html#FIREBALL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FLINT_AND_STEEL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html#FLINT_AND_STEEL"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "IgniteCause()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html#IgniteCause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LAVA",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html#LAVA"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LIGHTNING",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html#LIGHTNING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SPREAD",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockIgniteEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockMultiPlaceEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockMultiPlaceEvent(List,Block,ItemStack,Player,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canBuild"
              },
              {
                "kind": "PARAMETER",
                "name": "clicked"
              },
              {
                "kind": "PARAMETER",
                "name": "itemInHand"
              },
              {
                "kind": "PARAMETER",
                "name": "states"
              },
              {
                "kind": "PARAMETER",
                "name": "thePlayer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockMultiPlaceEvent.html#BlockMultiPlaceEvent(List,Block,ItemStack,Player,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getReplacedBlockStates()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockMultiPlaceEvent.html#getReplacedBlockStates()"
          },
          {
            "kind": "FIELD",
            "name": "states",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockMultiPlaceEvent.html#states"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockMultiPlaceEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockPhysicsEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockPhysicsEvent(Block,BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "changed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPhysicsEvent.html#BlockPhysicsEvent(Block,BlockData)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockPhysicsEvent(Block,BlockData,Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "changed"
              },
              {
                "kind": "PARAMETER",
                "name": "sourceBlock"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPhysicsEvent.html#BlockPhysicsEvent(Block,BlockData,Block)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockPhysicsEvent(Block,BlockData,int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "changed"
              },
              {
                "kind": "PARAMETER",
                "name": "sourceX"
              },
              {
                "kind": "PARAMETER",
                "name": "sourceY"
              },
              {
                "kind": "PARAMETER",
                "name": "sourceZ"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPhysicsEvent.html#BlockPhysicsEvent(Block,BlockData,int,int,int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPhysicsEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "changed",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPhysicsEvent.html#changed"
          },
          {
            "kind": "METHOD",
            "name": "getChangedType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPhysicsEvent.html#getChangedType()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPhysicsEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPhysicsEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSourceBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPhysicsEvent.html#getSourceBlock()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPhysicsEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPhysicsEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPhysicsEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "sourceBlock",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPhysicsEvent.html#sourceBlock"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/block/BlockPistonEvent.html#BlockPistonEvent(Block,BlockFace)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "direction",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonEvent.html#direction"
          },
          {
            "kind": "METHOD",
            "name": "getDirection()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonEvent.html#getDirection()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isSticky()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonEvent.html#isSticky()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockPistonExtendEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockPistonExtendEvent(Block,List,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "blocks"
              },
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonExtendEvent.html#BlockPistonExtendEvent(Block,List,BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockPistonExtendEvent(Block,int,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "length"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonExtendEvent.html#BlockPistonExtendEvent(Block,int,BlockFace)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "blocks",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonExtendEvent.html#blocks"
          },
          {
            "kind": "METHOD",
            "name": "getBlocks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonExtendEvent.html#getBlocks()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonExtendEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonExtendEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLength()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonExtendEvent.html#getLength()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonExtendEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "length",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonExtendEvent.html#length"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonExtendEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockPistonRetractEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockPistonRetractEvent(Block,List,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "blocks"
              },
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonRetractEvent.html#BlockPistonRetractEvent(Block,List,BlockFace)"
          },
          {
            "kind": "FIELD",
            "name": "blocks",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonRetractEvent.html#blocks"
          },
          {
            "kind": "METHOD",
            "name": "getBlocks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonRetractEvent.html#getBlocks()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonRetractEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonRetractEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRetractLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonRetractEvent.html#getRetractLocation()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonRetractEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPistonRetractEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockPlaceEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockPlaceEvent(Block,BlockState,Block,ItemStack,Player,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canBuild"
              },
              {
                "kind": "PARAMETER",
                "name": "itemInHand"
              },
              {
                "kind": "PARAMETER",
                "name": "placedAgainst"
              },
              {
                "kind": "PARAMETER",
                "name": "placedBlock"
              },
              {
                "kind": "PARAMETER",
                "name": "replacedBlockState"
              },
              {
                "kind": "PARAMETER",
                "name": "thePlayer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPlaceEvent.html#BlockPlaceEvent(Block,BlockState,Block,ItemStack,Player,boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockPlaceEvent(Block,BlockState,Block,ItemStack,Player,boolean,EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canBuild"
              },
              {
                "kind": "PARAMETER",
                "name": "hand"
              },
              {
                "kind": "PARAMETER",
                "name": "itemInHand"
              },
              {
                "kind": "PARAMETER",
                "name": "placedAgainst"
              },
              {
                "kind": "PARAMETER",
                "name": "placedBlock"
              },
              {
                "kind": "PARAMETER",
                "name": "replacedBlockState"
              },
              {
                "kind": "PARAMETER",
                "name": "thePlayer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPlaceEvent.html#BlockPlaceEvent(Block,BlockState,Block,ItemStack,Player,boolean,EquipmentSlot)"
          },
          {
            "kind": "FIELD",
            "name": "canBuild",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPlaceEvent.html#canBuild"
          },
          {
            "kind": "METHOD",
            "name": "canBuild()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPlaceEvent.html#canBuild()"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPlaceEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getBlockAgainst()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPlaceEvent.html#getBlockAgainst()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockPlaced()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPlaceEvent.html#getBlockPlaced()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockReplacedState()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPlaceEvent.html#getBlockReplacedState()"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPlaceEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPlaceEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPlaceEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItemInHand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPlaceEvent.html#getItemInHand()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPlaceEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPlaceEvent.html#hand"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPlaceEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPlaceEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "itemInHand",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPlaceEvent.html#itemInHand"
          },
          {
            "kind": "FIELD",
            "name": "placedAgainst",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPlaceEvent.html#placedAgainst"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPlaceEvent.html#player"
          },
          {
            "kind": "FIELD",
            "name": "replacedBlockState",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPlaceEvent.html#replacedBlockState"
          },
          {
            "kind": "METHOD",
            "name": "setBuild(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canBuild"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/block/BlockPlaceEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockPlaceEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockRedstoneEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockRedstoneEvent(Block,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "newCurrent"
              },
              {
                "kind": "PARAMETER",
                "name": "oldCurrent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockRedstoneEvent.html#BlockRedstoneEvent(Block,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockRedstoneEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockRedstoneEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewCurrent()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockRedstoneEvent.html#getNewCurrent()"
          },
          {
            "kind": "METHOD",
            "name": "getOldCurrent()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockRedstoneEvent.html#getOldCurrent()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockRedstoneEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "newCurrent",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockRedstoneEvent.html#newCurrent"
          },
          {
            "kind": "FIELD",
            "name": "oldCurrent",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockRedstoneEvent.html#oldCurrent"
          },
          {
            "kind": "METHOD",
            "name": "setNewCurrent(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newCurrent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockRedstoneEvent.html#setNewCurrent(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockRedstoneEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockShearEntityEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockShearEntityEvent(Block,Entity,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dispenser"
              },
              {
                "kind": "PARAMETER",
                "name": "sheared"
              },
              {
                "kind": "PARAMETER",
                "name": "tool"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockShearEntityEvent.html#BlockShearEntityEvent(Block,Entity,ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockShearEntityEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockShearEntityEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockShearEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockShearEntityEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTool()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockShearEntityEvent.html#getTool()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockShearEntityEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockShearEntityEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockShearEntityEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "sheared",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockShearEntityEvent.html#sheared"
          },
          {
            "kind": "FIELD",
            "name": "tool",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockShearEntityEvent.html#tool"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockShearEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockSpreadEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockSpreadEvent(Block,Block,BlockState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "newState"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockSpreadEvent.html#BlockSpreadEvent(Block,Block,BlockState)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockSpreadEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockSpreadEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSource()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockSpreadEvent.html#getSource()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockSpreadEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "source",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockSpreadEvent.html#source"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/BlockSpreadEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.CauldronLevelChangeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "CauldronLevelChangeEvent(Block,Entity,ChangeReason,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "newLevel"
              },
              {
                "kind": "PARAMETER",
                "name": "oldLevel"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent.html#CauldronLevelChangeEvent(Block,Entity,ChangeReason,int,int)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent.html#getNewLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getOldLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent.html#getOldLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent.html#getReason()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newLevel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent.html#newLevel"
          },
          {
            "kind": "FIELD",
            "name": "oldLevel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent.html#oldLevel"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.block.CauldronLevelChangeEvent.ChangeReason",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ARMOR_WASH",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#ARMOR_WASH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BANNER_WASH",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#BANNER_WASH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BOTTLE_EMPTY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#BOTTLE_EMPTY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BOTTLE_FILL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#BOTTLE_FILL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BUCKET_EMPTY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#BUCKET_EMPTY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BUCKET_FILL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#BUCKET_FILL"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "ChangeReason()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#ChangeReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EVAPORATE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#EVAPORATE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EXTINGUISH",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#EXTINGUISH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent.html#reason"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/block/CauldronLevelChangeEvent.html#setNewLevel(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/CauldronLevelChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.EntityBlockFormEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityBlockFormEvent(Entity,Block,BlockState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "blockstate"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/EntityBlockFormEvent.html#EntityBlockFormEvent(Entity,Block,BlockState)"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/EntityBlockFormEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/EntityBlockFormEvent.html#getEntity()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/EntityBlockFormEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.FluidLevelChangeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FluidLevelChangeEvent(Block,BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newData"
              },
              {
                "kind": "PARAMETER",
                "name": "theBlock"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/FluidLevelChangeEvent.html#FluidLevelChangeEvent(Block,BlockData)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/FluidLevelChangeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/FluidLevelChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/FluidLevelChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/FluidLevelChangeEvent.html#getNewData()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/FluidLevelChangeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/FluidLevelChangeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newData",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/FluidLevelChangeEvent.html#newData"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/block/FluidLevelChangeEvent.html#setNewData(BlockData)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/FluidLevelChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.LeavesDecayEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "LeavesDecayEvent(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/LeavesDecayEvent.html#LeavesDecayEvent(Block)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/LeavesDecayEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/LeavesDecayEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/LeavesDecayEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/LeavesDecayEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/LeavesDecayEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/LeavesDecayEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/LeavesDecayEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.MoistureChangeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MoistureChangeEvent(Block,BlockState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "newState"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/MoistureChangeEvent.html#MoistureChangeEvent(Block,BlockState)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/MoistureChangeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/MoistureChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/MoistureChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewState()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/MoistureChangeEvent.html#getNewState()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/MoistureChangeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/MoistureChangeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newState",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/MoistureChangeEvent.html#newState"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/MoistureChangeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/MoistureChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.NotePlayEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "NotePlayEvent(Block,Instrument,Note)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "instrument"
              },
              {
                "kind": "PARAMETER",
                "name": "note"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/NotePlayEvent.html#NotePlayEvent(Block,Instrument,Note)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/NotePlayEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/NotePlayEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/NotePlayEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInstrument()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/NotePlayEvent.html#getInstrument()"
          },
          {
            "kind": "METHOD",
            "name": "getNote()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/NotePlayEvent.html#getNote()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/NotePlayEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "instrument",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/NotePlayEvent.html#instrument"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/NotePlayEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "note",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/NotePlayEvent.html#note"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/block/NotePlayEvent.html#setInstrument(Instrument)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setNote(Note)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "note"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/NotePlayEvent.html#setNote(Note)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/NotePlayEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.SignChangeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SignChangeEvent(Block,Player,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "theBlock"
              },
              {
                "kind": "PARAMETER",
                "name": "theLines"
              },
              {
                "kind": "PARAMETER",
                "name": "thePlayer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SignChangeEvent.html#SignChangeEvent(Block,Player,String...)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SignChangeEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SignChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SignChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLine(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SignChangeEvent.html#getLine(int)"
          },
          {
            "kind": "METHOD",
            "name": "getLines()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SignChangeEvent.html#getLines()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SignChangeEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SignChangeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SignChangeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "lines",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SignChangeEvent.html#lines"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SignChangeEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/block/SignChangeEvent.html#setLine(int,String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SignChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.SpongeAbsorbEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SpongeAbsorbEvent(Block,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "waterblocks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SpongeAbsorbEvent.html#SpongeAbsorbEvent(Block,List)"
          },
          {
            "kind": "FIELD",
            "name": "blocks",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SpongeAbsorbEvent.html#blocks"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SpongeAbsorbEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlocks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SpongeAbsorbEvent.html#getBlocks()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SpongeAbsorbEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SpongeAbsorbEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SpongeAbsorbEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SpongeAbsorbEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SpongeAbsorbEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/block/SpongeAbsorbEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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": "CONSTRUCTOR",
            "name": "UnknownCommandEvent(CommandSender,String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "commandLine"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/command/UnknownCommandEvent.html#UnknownCommandEvent(CommandSender,String,String)"
          },
          {
            "kind": "FIELD",
            "name": "commandLine",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/command/UnknownCommandEvent.html#commandLine"
          },
          {
            "kind": "METHOD",
            "name": "getCommandLine()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/command/UnknownCommandEvent.html#getCommandLine()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/command/UnknownCommandEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/command/UnknownCommandEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/command/UnknownCommandEvent.html#getMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getSender()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/command/UnknownCommandEvent.html#getSender()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/command/UnknownCommandEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/command/UnknownCommandEvent.html#message"
          },
          {
            "kind": "FIELD",
            "name": "sender",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/command/UnknownCommandEvent.html#sender"
          },
          {
            "kind": "METHOD",
            "name": "setMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/command/UnknownCommandEvent.html#setMessage(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/command/UnknownCommandEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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": "CONSTRUCTOR",
            "name": "EnchantItemEvent(Player,InventoryView,Block,ItemStack,int,Map,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchanter"
              },
              {
                "kind": "PARAMETER",
                "name": "enchants"
              },
              {
                "kind": "PARAMETER",
                "name": "i"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "level"
              },
              {
                "kind": "PARAMETER",
                "name": "table"
              },
              {
                "kind": "PARAMETER",
                "name": "view"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/EnchantItemEvent.html#EnchantItemEvent(Player,InventoryView,Block,ItemStack,int,Map,int)"
          },
          {
            "kind": "FIELD",
            "name": "button",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/EnchantItemEvent.html#button"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/EnchantItemEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "enchanter",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/EnchantItemEvent.html#enchanter"
          },
          {
            "kind": "FIELD",
            "name": "enchants",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/EnchantItemEvent.html#enchants"
          },
          {
            "kind": "METHOD",
            "name": "getEnchantBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/EnchantItemEvent.html#getEnchantBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getEnchanter()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/EnchantItemEvent.html#getEnchanter()"
          },
          {
            "kind": "METHOD",
            "name": "getEnchantsToAdd()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/EnchantItemEvent.html#getEnchantsToAdd()"
          },
          {
            "kind": "METHOD",
            "name": "getExpLevelCost()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/EnchantItemEvent.html#getExpLevelCost()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/EnchantItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/EnchantItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/EnchantItemEvent.html#getItem()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/EnchantItemEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/EnchantItemEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/EnchantItemEvent.html#item"
          },
          {
            "kind": "FIELD",
            "name": "level",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/EnchantItemEvent.html#level"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/enchantment/EnchantItemEvent.html#setExpLevelCost(int)"
          },
          {
            "kind": "FIELD",
            "name": "table",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/EnchantItemEvent.html#table"
          },
          {
            "kind": "METHOD",
            "name": "whichButton()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/EnchantItemEvent.html#whichButton()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/EnchantItemEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.enchantment.PrepareItemEnchantEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PrepareItemEnchantEvent(Player,InventoryView,Block,ItemStack,Array,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bonus"
              },
              {
                "kind": "PARAMETER",
                "name": "enchanter"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "offers"
              },
              {
                "kind": "PARAMETER",
                "name": "table"
              },
              {
                "kind": "PARAMETER",
                "name": "view"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#PrepareItemEnchantEvent(Player,InventoryView,Block,ItemStack,Array,int)"
          },
          {
            "kind": "FIELD",
            "name": "bonus",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#bonus"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "enchanter",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#enchanter"
          },
          {
            "kind": "METHOD",
            "name": "getEnchantBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#getEnchantBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getEnchanter()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#getEnchanter()"
          },
          {
            "kind": "METHOD",
            "name": "getEnchantmentBonus()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#getEnchantmentBonus()"
          },
          {
            "kind": "METHOD",
            "name": "getExpLevelCostsOffered()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#getExpLevelCostsOffered()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getOffers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#getOffers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#item"
          },
          {
            "kind": "FIELD",
            "name": "offers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#offers"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "table",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#table"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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": "CONSTRUCTOR",
            "name": "AreaEffectCloudApplyEvent(AreaEffectCloud,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "affectedEntities"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html#AreaEffectCloudApplyEvent(AreaEffectCloud,List)"
          },
          {
            "kind": "FIELD",
            "name": "affectedEntities",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html#affectedEntities"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getAffectedEntities()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html#getAffectedEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.BatToggleSleepEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BatToggleSleepEvent(Bat,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "awake"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/BatToggleSleepEvent.html#BatToggleSleepEvent(Bat,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "awake",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/BatToggleSleepEvent.html#awake"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/BatToggleSleepEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/BatToggleSleepEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/BatToggleSleepEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/BatToggleSleepEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isAwake()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/BatToggleSleepEvent.html#isAwake()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/BatToggleSleepEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/BatToggleSleepEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/BatToggleSleepEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.CreatureSpawnEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "CreatureSpawnEvent(LivingEntity,SpawnReason)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spawnReason"
              },
              {
                "kind": "PARAMETER",
                "name": "spawnee"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent.html#CreatureSpawnEvent(LivingEntity,SpawnReason)"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnReason()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#BEEHIVE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BREEDING",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#BREEDING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BUILD_IRONGOLEM",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#BUILD_IRONGOLEM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BUILD_SNOWMAN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#BUILD_SNOWMAN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BUILD_WITHER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#BUILD_WITHER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CHUNK_GEN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#CHUNK_GEN",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CURED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#CURED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CUSTOM",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#CUSTOM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DEFAULT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#DEFAULT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DISPENSE_EGG",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#DISPENSE_EGG"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DROWNED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#DROWNED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EGG",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#EGG"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENDER_PEARL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#ENDER_PEARL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EXPLOSION",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#EXPLOSION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INFECTION",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#INFECTION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "JOCKEY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#JOCKEY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LIGHTNING",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#LIGHTNING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MOUNT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#MOUNT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NATURAL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#NATURAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NETHER_PORTAL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#NETHER_PORTAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OCELOT_BABY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#OCELOT_BABY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PATROL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#PATROL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RAID",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#RAID"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "REINFORCEMENTS",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#REINFORCEMENTS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SHEARED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#SHEARED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SHOULDER_ENTITY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#SHOULDER_ENTITY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SILVERFISH_BLOCK",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#SILVERFISH_BLOCK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SLIME_SPLIT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#SLIME_SPLIT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SPAWNER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#SPAWNER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SPAWNER_EGG",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#SPAWNER_EGG"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "SpawnReason()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#SpawnReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TRAP",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#TRAP"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "VILLAGE_DEFENSE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#VILLAGE_DEFENSE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "VILLAGE_INVASION",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html"
          },
          {
            "kind": "FIELD",
            "name": "spawnReason",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent.html#spawnReason"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreatureSpawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.CreeperPowerEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "CreeperPowerEvent(Creeper,LightningStrike,PowerCause)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bolt"
              },
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "creeper"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreeperPowerEvent.html#CreeperPowerEvent(Creeper,LightningStrike,PowerCause)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "CreeperPowerEvent(Creeper,PowerCause)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "creeper"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreeperPowerEvent.html#CreeperPowerEvent(Creeper,PowerCause)"
          },
          {
            "kind": "FIELD",
            "name": "bolt",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreeperPowerEvent.html#bolt"
          },
          {
            "kind": "FIELD",
            "name": "canceled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreeperPowerEvent.html#canceled"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreeperPowerEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreeperPowerEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreeperPowerEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreeperPowerEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreeperPowerEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLightning()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreeperPowerEvent.html#getLightning()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreeperPowerEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/CreeperPowerEvent/PowerCause.html#LIGHTNING"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "PowerCause()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreeperPowerEvent/PowerCause.html#PowerCause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SET_OFF",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreeperPowerEvent/PowerCause.html#SET_OFF"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SET_ON",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/CreeperPowerEvent/PowerCause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreeperPowerEvent/PowerCause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreeperPowerEvent/PowerCause.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreeperPowerEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/CreeperPowerEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EnderDragonChangePhaseEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EnderDragonChangePhaseEvent(EnderDragon,Phase,Phase)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "currentPhase"
              },
              {
                "kind": "PARAMETER",
                "name": "enderDragon"
              },
              {
                "kind": "PARAMETER",
                "name": "newPhase"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#EnderDragonChangePhaseEvent(EnderDragon,Phase,Phase)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "currentPhase",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#currentPhase"
          },
          {
            "kind": "METHOD",
            "name": "getCurrentPhase()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#getCurrentPhase()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewPhase()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#getNewPhase()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newPhase",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#newPhase"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#setNewPhase(Phase)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityAirChangeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityAirChangeEvent(Entity,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityAirChangeEvent.html#EntityAirChangeEvent(Entity,int)"
          },
          {
            "kind": "FIELD",
            "name": "amount",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityAirChangeEvent.html#amount"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityAirChangeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getAmount()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityAirChangeEvent.html#getAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityAirChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityAirChangeEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityAirChangeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityAirChangeEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setAmount(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityAirChangeEvent.html#setAmount(int)"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityAirChangeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityAirChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityBreakDoorEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityBreakDoorEvent(LivingEntity,Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "targetBlock"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityBreakDoorEvent.html#EntityBreakDoorEvent(LivingEntity,Block)"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityBreakDoorEvent.html#getEntity()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityBreakDoorEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityBreedEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityBreedEvent(LivingEntity,LivingEntity,LivingEntity,LivingEntity,ItemStack,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bredWith"
              },
              {
                "kind": "PARAMETER",
                "name": "breeder"
              },
              {
                "kind": "PARAMETER",
                "name": "child"
              },
              {
                "kind": "PARAMETER",
                "name": "experience"
              },
              {
                "kind": "PARAMETER",
                "name": "father"
              },
              {
                "kind": "PARAMETER",
                "name": "mother"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityBreedEvent.html#EntityBreedEvent(LivingEntity,LivingEntity,LivingEntity,LivingEntity,ItemStack,int)"
          },
          {
            "kind": "FIELD",
            "name": "bredWith",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityBreedEvent.html#bredWith"
          },
          {
            "kind": "FIELD",
            "name": "breeder",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityBreedEvent.html#breeder"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityBreedEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "experience",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityBreedEvent.html#experience"
          },
          {
            "kind": "FIELD",
            "name": "father",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityBreedEvent.html#father"
          },
          {
            "kind": "METHOD",
            "name": "getBredWith()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityBreedEvent.html#getBredWith()"
          },
          {
            "kind": "METHOD",
            "name": "getBreeder()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityBreedEvent.html#getBreeder()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityBreedEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getExperience()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityBreedEvent.html#getExperience()"
          },
          {
            "kind": "METHOD",
            "name": "getFather()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityBreedEvent.html#getFather()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityBreedEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityBreedEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMother()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityBreedEvent.html#getMother()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityBreedEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityBreedEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "mother",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityBreedEvent.html#mother"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/EntityBreedEvent.html#setExperience(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityBreedEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityChangeBlockEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityChangeBlockEvent(Entity,Block,BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "to"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityChangeBlockEvent.html#EntityChangeBlockEvent(Entity,Block,BlockData)"
          },
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityChangeBlockEvent.html#block"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityChangeBlockEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityChangeBlockEvent.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityChangeBlockEvent.html#getBlockData()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityChangeBlockEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityChangeBlockEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTo()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityChangeBlockEvent.html#getTo()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityChangeBlockEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityChangeBlockEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityChangeBlockEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "to",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityChangeBlockEvent.html#to"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityChangeBlockEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityCombustByBlockEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityCombustByBlockEvent(Block,Entity,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "combustee"
              },
              {
                "kind": "PARAMETER",
                "name": "combuster"
              },
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCombustByBlockEvent.html#EntityCombustByBlockEvent(Block,Entity,int)"
          },
          {
            "kind": "FIELD",
            "name": "combuster",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCombustByBlockEvent.html#combuster"
          },
          {
            "kind": "METHOD",
            "name": "getCombuster()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCombustByBlockEvent.html#getCombuster()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCombustByBlockEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityCombustByEntityEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityCombustByEntityEvent(Entity,Entity,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "combustee"
              },
              {
                "kind": "PARAMETER",
                "name": "combuster"
              },
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCombustByEntityEvent.html#EntityCombustByEntityEvent(Entity,Entity,int)"
          },
          {
            "kind": "FIELD",
            "name": "combuster",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCombustByEntityEvent.html#combuster"
          },
          {
            "kind": "METHOD",
            "name": "getCombuster()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCombustByEntityEvent.html#getCombuster()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCombustByEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityCombustEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityCombustEvent(Entity,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "combustee"
              },
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCombustEvent.html#EntityCombustEvent(Entity,int)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCombustEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "duration",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCombustEvent.html#duration"
          },
          {
            "kind": "METHOD",
            "name": "getDuration()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCombustEvent.html#getDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCombustEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCombustEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCombustEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCombustEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCombustEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDuration(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCombustEvent.html#setDuration(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCombustEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityCreatePortalEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityCreatePortalEvent(LivingEntity,List,PortalType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blocks"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCreatePortalEvent.html#EntityCreatePortalEvent(LivingEntity,List,PortalType)"
          },
          {
            "kind": "FIELD",
            "name": "blocks",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCreatePortalEvent.html#blocks"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCreatePortalEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlocks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCreatePortalEvent.html#getBlocks()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCreatePortalEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCreatePortalEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCreatePortalEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPortalType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCreatePortalEvent.html#getPortalType()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCreatePortalEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCreatePortalEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCreatePortalEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCreatePortalEvent.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityCreatePortalEvent.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityDamageByBlockEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityDamageByBlockEvent(Block,Entity,DamageCause,Map,Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "damagee"
              },
              {
                "kind": "PARAMETER",
                "name": "damager"
              },
              {
                "kind": "PARAMETER",
                "name": "modifierFunctions"
              },
              {
                "kind": "PARAMETER",
                "name": "modifiers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageByBlockEvent.html#EntityDamageByBlockEvent(Block,Entity,DamageCause,Map,Map)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityDamageByBlockEvent(Block,Entity,DamageCause,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "damage"
              },
              {
                "kind": "PARAMETER",
                "name": "damagee"
              },
              {
                "kind": "PARAMETER",
                "name": "damager"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageByBlockEvent.html#EntityDamageByBlockEvent(Block,Entity,DamageCause,double)"
          },
          {
            "kind": "FIELD",
            "name": "damager",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageByBlockEvent.html#damager"
          },
          {
            "kind": "METHOD",
            "name": "getDamager()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageByBlockEvent.html#getDamager()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageByBlockEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityDamageByEntityEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityDamageByEntityEvent(Entity,Entity,DamageCause,Map,Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "damagee"
              },
              {
                "kind": "PARAMETER",
                "name": "damager"
              },
              {
                "kind": "PARAMETER",
                "name": "modifierFunctions"
              },
              {
                "kind": "PARAMETER",
                "name": "modifiers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageByEntityEvent.html#EntityDamageByEntityEvent(Entity,Entity,DamageCause,Map,Map)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityDamageByEntityEvent(Entity,Entity,DamageCause,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "damage"
              },
              {
                "kind": "PARAMETER",
                "name": "damagee"
              },
              {
                "kind": "PARAMETER",
                "name": "damager"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageByEntityEvent.html#EntityDamageByEntityEvent(Entity,Entity,DamageCause,double)"
          },
          {
            "kind": "FIELD",
            "name": "damager",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageByEntityEvent.html#damager"
          },
          {
            "kind": "METHOD",
            "name": "getDamager()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageByEntityEvent.html#getDamager()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageByEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityDamageEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityDamageEvent(Entity,DamageCause,Map,Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "damagee"
              },
              {
                "kind": "PARAMETER",
                "name": "modifierFunctions"
              },
              {
                "kind": "PARAMETER",
                "name": "modifiers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent.html#EntityDamageEvent(Entity,DamageCause,Map,Map)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityDamageEvent(Entity,DamageCause,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "damage"
              },
              {
                "kind": "PARAMETER",
                "name": "damagee"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent.html#EntityDamageEvent(Entity,DamageCause,double)"
          },
          {
            "kind": "FIELD",
            "name": "MODIFIERS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent.html#MODIFIERS"
          },
          {
            "kind": "FIELD",
            "name": "ZERO",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent.html#ZERO"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getDamage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent.html#getDamage()"
          },
          {
            "kind": "METHOD",
            "name": "getDamage(DamageModifier)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent.html#getDamage(DamageModifier)"
          },
          {
            "kind": "METHOD",
            "name": "getFinalDamage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent.html#getFinalDamage()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getOriginalDamage(DamageModifier)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent.html#getOriginalDamage(DamageModifier)"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isApplicable(DamageModifier)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent.html#isApplicable(DamageModifier)"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "modifierFunctions",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent.html#modifierFunctions"
          },
          {
            "kind": "FIELD",
            "name": "modifiers",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#BLOCK_EXPLOSION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CONTACT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#CONTACT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CRAMMING",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#CRAMMING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CUSTOM",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#CUSTOM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DRAGON_BREATH",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#DRAGON_BREATH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DROWNING",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#DROWNING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DRYOUT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#DRYOUT"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "DamageCause()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#DamageCause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENTITY_ATTACK",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#ENTITY_ATTACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENTITY_EXPLOSION",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#ENTITY_EXPLOSION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENTITY_SWEEP_ATTACK",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#ENTITY_SWEEP_ATTACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FALL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#FALL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FALLING_BLOCK",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#FALLING_BLOCK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FIRE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#FIRE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FIRE_TICK",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#FIRE_TICK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FLY_INTO_WALL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#FLY_INTO_WALL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HOT_FLOOR",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#HOT_FLOOR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LAVA",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#LAVA"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LIGHTNING",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#LIGHTNING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MAGIC",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#MAGIC"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MELTING",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#MELTING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "POISON",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#POISON"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PROJECTILE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#PROJECTILE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STARVATION",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#STARVATION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SUFFOCATION",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#SUFFOCATION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SUICIDE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#SUICIDE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "THORNS",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#THORNS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "VOID",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#VOID"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WITHER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#WITHER"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html#ABSORPTION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ARMOR",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html#ARMOR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BASE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html#BASE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLOCKING",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html#BLOCKING"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "DamageModifier()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html#DamageModifier()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HARD_HAT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html#HARD_HAT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MAGIC",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html#MAGIC"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RESISTANCE",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "originals",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent.html#originals"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/event/entity/EntityDamageEvent.html#setDamage(double)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDamageEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityDeathEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityDeathEvent(LivingEntity,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "drops"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#EntityDeathEvent(LivingEntity,List)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityDeathEvent(LivingEntity,List,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "droppedExp"
              },
              {
                "kind": "PARAMETER",
                "name": "drops"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#EntityDeathEvent(LivingEntity,List,int)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "deathSound",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#deathSound"
          },
          {
            "kind": "FIELD",
            "name": "deathSoundCategory",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#deathSoundCategory"
          },
          {
            "kind": "FIELD",
            "name": "deathSoundPitch",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#deathSoundPitch"
          },
          {
            "kind": "FIELD",
            "name": "deathSoundVolume",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#deathSoundVolume"
          },
          {
            "kind": "FIELD",
            "name": "dropExp",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#dropExp"
          },
          {
            "kind": "FIELD",
            "name": "drops",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#drops"
          },
          {
            "kind": "METHOD",
            "name": "getDeathSound()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#getDeathSound()"
          },
          {
            "kind": "METHOD",
            "name": "getDeathSoundCategory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#getDeathSoundCategory()"
          },
          {
            "kind": "METHOD",
            "name": "getDeathSoundPitch()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#getDeathSoundPitch()"
          },
          {
            "kind": "METHOD",
            "name": "getDeathSoundVolume()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#getDeathSoundVolume()"
          },
          {
            "kind": "METHOD",
            "name": "getDroppedExp()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#getDroppedExp()"
          },
          {
            "kind": "METHOD",
            "name": "getDrops()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#getDrops()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getReviveHealth()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#getReviveHealth()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "reviveHealth",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#reviveHealth"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/event/entity/EntityDeathEvent.html#setShouldPlayDeathSound(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "shouldPlayDeathSound",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#shouldPlayDeathSound"
          },
          {
            "kind": "METHOD",
            "name": "shouldPlayDeathSound()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html#shouldPlayDeathSound()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDeathEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityDropItemEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityDropItemEvent(Entity,Item)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "drop"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDropItemEvent.html#EntityDropItemEvent(Entity,Item)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDropItemEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "drop",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDropItemEvent.html#drop"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDropItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDropItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItemDrop()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDropItemEvent.html#getItemDrop()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDropItemEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDropItemEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDropItemEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityDropItemEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityEvent(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityEvent.html#EntityEvent(Entity)"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getEntityType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityEvent.html#getEntityType()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityExplodeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityExplodeEvent(Entity,Location,List,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blocks"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              },
              {
                "kind": "PARAMETER",
                "name": "yield"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityExplodeEvent.html#EntityExplodeEvent(Entity,Location,List,float)"
          },
          {
            "kind": "METHOD",
            "name": "blockList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityExplodeEvent.html#blockList()"
          },
          {
            "kind": "FIELD",
            "name": "blocks",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityExplodeEvent.html#blocks"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityExplodeEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityExplodeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityExplodeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityExplodeEvent.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getYield()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityExplodeEvent.html#getYield()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityExplodeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityExplodeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityExplodeEvent.html#location"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/EntityExplodeEvent.html#setYield(float)"
          },
          {
            "kind": "FIELD",
            "name": "yield",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityExplodeEvent.html#yield"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityExplodeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityInteractEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityInteractEvent(Entity,Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityInteractEvent.html#EntityInteractEvent(Entity,Block)"
          },
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityInteractEvent.html#block"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityInteractEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityInteractEvent.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityInteractEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityInteractEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityInteractEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityInteractEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityInteractEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityInteractEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityPickupItemEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityPickupItemEvent(LivingEntity,Item,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "remaining"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPickupItemEvent.html#EntityPickupItemEvent(LivingEntity,Item,int)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPickupItemEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPickupItemEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPickupItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPickupItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPickupItemEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getRemaining()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPickupItemEvent.html#getRemaining()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPickupItemEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPickupItemEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPickupItemEvent.html#item"
          },
          {
            "kind": "FIELD",
            "name": "remaining",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPickupItemEvent.html#remaining"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPickupItemEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPickupItemEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityPlaceEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityPlaceEvent(Entity,Player,Block,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "blockFace"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPlaceEvent.html#EntityPlaceEvent(Entity,Player,Block,BlockFace)"
          },
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPlaceEvent.html#block"
          },
          {
            "kind": "FIELD",
            "name": "blockFace",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPlaceEvent.html#blockFace"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPlaceEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPlaceEvent.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockFace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPlaceEvent.html#getBlockFace()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPlaceEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPlaceEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPlaceEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPlaceEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPlaceEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPlaceEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPlaceEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPlaceEvent.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityPortalEnterEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityPortalEnterEvent(Entity,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalEnterEvent.html#EntityPortalEnterEvent(Entity,Location)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalEnterEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalEnterEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalEnterEvent.html#getLocation()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalEnterEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalEnterEvent.html#location"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalEnterEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityPortalEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityPortalEvent(Entity,Location,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "from"
              },
              {
                "kind": "PARAMETER",
                "name": "to"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalEvent.html#EntityPortalEvent(Entity,Location,Location)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityPortalEvent(Entity,Location,Location,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "from"
              },
              {
                "kind": "PARAMETER",
                "name": "searchRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "to"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalEvent.html#EntityPortalEvent(Entity,Location,Location,int)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSearchRadius()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalEvent.html#getSearchRadius()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "searchRadius",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalEvent.html#searchRadius"
          },
          {
            "kind": "METHOD",
            "name": "setSearchRadius(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "searchRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalEvent.html#setSearchRadius(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityPortalExitEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityPortalExitEvent(Entity,Location,Location,Vector,Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "after"
              },
              {
                "kind": "PARAMETER",
                "name": "before"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "from"
              },
              {
                "kind": "PARAMETER",
                "name": "to"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalExitEvent.html#EntityPortalExitEvent(Entity,Location,Location,Vector,Vector)"
          },
          {
            "kind": "FIELD",
            "name": "after",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalExitEvent.html#after"
          },
          {
            "kind": "FIELD",
            "name": "before",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalExitEvent.html#before"
          },
          {
            "kind": "METHOD",
            "name": "getAfter()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalExitEvent.html#getAfter()"
          },
          {
            "kind": "METHOD",
            "name": "getBefore()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalExitEvent.html#getBefore()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalExitEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalExitEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalExitEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "setAfter(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "after"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalExitEvent.html#setAfter(Vector)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPortalExitEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityPoseChangeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityPoseChangeEvent(Entity,Pose)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pose"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPoseChangeEvent.html#EntityPoseChangeEvent(Entity,Pose)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPoseChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPoseChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPose()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPoseChangeEvent.html#getPose()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPoseChangeEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "pose",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPoseChangeEvent.html#pose"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPoseChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityPotionEffectEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityPotionEffectEvent(LivingEntity,PotionEffect,PotionEffect,Cause,Action,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "action"
              },
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "livingEntity"
              },
              {
                "kind": "PARAMETER",
                "name": "newEffect"
              },
              {
                "kind": "PARAMETER",
                "name": "oldEffect"
              },
              {
                "kind": "PARAMETER",
                "name": "override"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent.html#EntityPotionEffectEvent(LivingEntity,PotionEffect,PotionEffect,Cause,Action,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "action",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent.html#action"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getAction()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent.html#getAction()"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getModifiedType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent.html#getModifiedType()"
          },
          {
            "kind": "METHOD",
            "name": "getNewEffect()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent.html#getNewEffect()"
          },
          {
            "kind": "METHOD",
            "name": "getOldEffect()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent.html#getOldEffect()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isOverride()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent.html#isOverride()"
          },
          {
            "kind": "FIELD",
            "name": "newEffect",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent.html#newEffect"
          },
          {
            "kind": "FIELD",
            "name": "oldEffect",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Action.html#ADDED"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Action()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Action.html#Action()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CHANGED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Action.html#CHANGED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CLEARED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Action.html#CLEARED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "REMOVED",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Action.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Action.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#AREA_EFFECT_CLOUD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ARROW",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#ARROW"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ATTACK",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#ATTACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BEACON",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#BEACON"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "COMMAND",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#COMMAND"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CONDUIT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#CONDUIT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CONVERSION",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#CONVERSION"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Cause()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#Cause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DEATH",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#DEATH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DOLPHIN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#DOLPHIN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EXPIRATION",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#EXPIRATION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FOOD",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#FOOD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ILLUSION",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#ILLUSION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MILK",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#MILK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLUGIN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#PLUGIN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "POTION_DRINK",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#POTION_DRINK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "POTION_SPLASH",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#POTION_SPLASH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SPIDER_SPAWN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#SPIDER_SPAWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TOTEM",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#TOTEM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TURTLE_HELMET",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#TURTLE_HELMET"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#UNKNOWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "VILLAGER_TRADE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#VILLAGER_TRADE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html"
          },
          {
            "kind": "FIELD",
            "name": "override",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent.html#override"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/EntityPotionEffectEvent.html#setOverride(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityPotionEffectEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityRegainHealthEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityRegainHealthEvent(Entity,double,RegainReason)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "regainReason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent.html#EntityRegainHealthEvent(Entity,double,RegainReason)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityRegainHealthEvent(Entity,double,RegainReason,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "isFastRegen"
              },
              {
                "kind": "PARAMETER",
                "name": "regainReason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent.html#EntityRegainHealthEvent(Entity,double,RegainReason,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "amount",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent.html#amount"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getAmount()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent.html#getAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRegainReason()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent.html#getRegainReason()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "isFastRegen",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent.html#isFastRegen"
          },
          {
            "kind": "METHOD",
            "name": "isFastRegen()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#CUSTOM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EATING",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#EATING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENDER_CRYSTAL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#ENDER_CRYSTAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MAGIC",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#MAGIC"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MAGIC_REGEN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#MAGIC_REGEN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "REGEN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#REGEN"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "RegainReason()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#RegainReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SATIATED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#SATIATED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WITHER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#WITHER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WITHER_SPAWN",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html"
          },
          {
            "kind": "FIELD",
            "name": "regainReason",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent.html#regainReason"
          },
          {
            "kind": "METHOD",
            "name": "setAmount(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/EntityRegainHealthEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityRegainHealthEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityResurrectEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityResurrectEvent(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityResurrectEvent.html#EntityResurrectEvent(LivingEntity)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityResurrectEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityResurrectEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityResurrectEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityResurrectEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityResurrectEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityResurrectEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityResurrectEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityResurrectEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityShootBowEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityShootBowEvent(LivingEntity,ItemStack,Entity,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bow"
              },
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "projectile"
              },
              {
                "kind": "PARAMETER",
                "name": "shooter"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityShootBowEvent.html#EntityShootBowEvent(LivingEntity,ItemStack,Entity,float)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityShootBowEvent(LivingEntity,ItemStack,ItemStack,Entity,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "arrowItem"
              },
              {
                "kind": "PARAMETER",
                "name": "bow"
              },
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "projectile"
              },
              {
                "kind": "PARAMETER",
                "name": "shooter"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityShootBowEvent.html#EntityShootBowEvent(LivingEntity,ItemStack,ItemStack,Entity,float)"
          },
          {
            "kind": "FIELD",
            "name": "arrowItem",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityShootBowEvent.html#arrowItem"
          },
          {
            "kind": "FIELD",
            "name": "bow",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityShootBowEvent.html#bow"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityShootBowEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "consumeArrow",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityShootBowEvent.html#consumeArrow"
          },
          {
            "kind": "FIELD",
            "name": "force",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityShootBowEvent.html#force"
          },
          {
            "kind": "METHOD",
            "name": "getArrowItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityShootBowEvent.html#getArrowItem()"
          },
          {
            "kind": "METHOD",
            "name": "getBow()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityShootBowEvent.html#getBow()"
          },
          {
            "kind": "METHOD",
            "name": "getConsumeArrow()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityShootBowEvent.html#getConsumeArrow()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityShootBowEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getForce()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityShootBowEvent.html#getForce()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityShootBowEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityShootBowEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getProjectile()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityShootBowEvent.html#getProjectile()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityShootBowEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityShootBowEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "projectile",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityShootBowEvent.html#projectile"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/EntityShootBowEvent.html#setConsumeArrow(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setProjectile(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "projectile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityShootBowEvent.html#setProjectile(Entity)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityShootBowEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntitySpawnEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntitySpawnEvent(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spawnee"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntitySpawnEvent.html#EntitySpawnEvent(Entity)"
          },
          {
            "kind": "FIELD",
            "name": "canceled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntitySpawnEvent.html#canceled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntitySpawnEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntitySpawnEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntitySpawnEvent.html#getLocation()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntitySpawnEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntitySpawnEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntitySpawnEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntitySpawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityTameEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityTameEvent(LivingEntity,AnimalTamer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "owner"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTameEvent.html#EntityTameEvent(LivingEntity,AnimalTamer)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTameEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTameEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTameEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTameEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getOwner()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTameEvent.html#getOwner()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTameEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTameEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "owner",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTameEvent.html#owner"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTameEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTameEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityTargetEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityTargetEvent(Entity,Entity,TargetReason)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent.html#EntityTargetEvent(Entity,Entity,TargetReason)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent.html#getReason()"
          },
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent.html#getTarget()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#CLOSEST_ENTITY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CLOSEST_PLAYER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#CLOSEST_PLAYER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "COLLISION",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#COLLISION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CUSTOM",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#CUSTOM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DEFEND_VILLAGE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#DEFEND_VILLAGE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FOLLOW_LEADER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#FOLLOW_LEADER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FORGOT_TARGET",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#FORGOT_TARGET"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OWNER_ATTACKED_TARGET",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#OWNER_ATTACKED_TARGET"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PIG_ZOMBIE_TARGET",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#PIG_ZOMBIE_TARGET",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RANDOM_TARGET",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#RANDOM_TARGET"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "REINFORCEMENT_TARGET",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#REINFORCEMENT_TARGET"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TARGET_ATTACKED_ENTITY",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#TARGET_ATTACKED_OWNER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TARGET_DIED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#TARGET_DIED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TEMPT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#TEMPT"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "TargetReason()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#TargetReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent.html#reason"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/EntityTargetEvent.html#setTarget(Entity)"
          },
          {
            "kind": "FIELD",
            "name": "target",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent.html#target"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityTargetLivingEntityEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityTargetLivingEntityEvent(Entity,LivingEntity,TargetReason)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetLivingEntityEvent.html#EntityTargetLivingEntityEvent(Entity,LivingEntity,TargetReason)"
          },
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetLivingEntityEvent.html#getTarget()"
          },
          {
            "kind": "METHOD",
            "name": "setTarget(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetLivingEntityEvent.html#setTarget(Entity)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTargetLivingEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityTeleportEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityTeleportEvent(Entity,Location,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "from"
              },
              {
                "kind": "PARAMETER",
                "name": "to"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTeleportEvent.html#EntityTeleportEvent(Entity,Location,Location)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTeleportEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "from",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTeleportEvent.html#from"
          },
          {
            "kind": "METHOD",
            "name": "getFrom()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTeleportEvent.html#getFrom()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTeleportEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTeleportEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTo()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTeleportEvent.html#getTo()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTeleportEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTeleportEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/event/entity/EntityTeleportEvent.html#setTo(Location)"
          },
          {
            "kind": "FIELD",
            "name": "to",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTeleportEvent.html#to"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTeleportEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityToggleGlideEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityToggleGlideEvent(LivingEntity,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isGliding"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityToggleGlideEvent.html#EntityToggleGlideEvent(LivingEntity,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityToggleGlideEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityToggleGlideEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityToggleGlideEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityToggleGlideEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityToggleGlideEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "isGliding",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityToggleGlideEvent.html#isGliding"
          },
          {
            "kind": "METHOD",
            "name": "isGliding()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityToggleGlideEvent.html#isGliding()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityToggleGlideEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityToggleGlideEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityToggleSwimEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityToggleSwimEvent(LivingEntity,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isSwimming"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityToggleSwimEvent.html#EntityToggleSwimEvent(LivingEntity,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityToggleSwimEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityToggleSwimEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityToggleSwimEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityToggleSwimEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityToggleSwimEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "isSwimming",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityToggleSwimEvent.html#isSwimming"
          },
          {
            "kind": "METHOD",
            "name": "isSwimming()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityToggleSwimEvent.html#isSwimming()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityToggleSwimEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityToggleSwimEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityTransformEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityTransformEvent(Entity,List,TransformReason)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "convertedList"
              },
              {
                "kind": "PARAMETER",
                "name": "original"
              },
              {
                "kind": "PARAMETER",
                "name": "transformReason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent.html#EntityTransformEvent(Entity,List,TransformReason)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "converted",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent.html#converted"
          },
          {
            "kind": "FIELD",
            "name": "convertedList",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent.html#convertedList"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTransformReason()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent.html#getTransformReason()"
          },
          {
            "kind": "METHOD",
            "name": "getTransformedEntities()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent.html#getTransformedEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getTransformedEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent.html#getTransformedEntity()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#CURED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DROWNED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#DROWNED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INFECTION",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#INFECTION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LIGHTNING",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#LIGHTNING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SHEARED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#SHEARED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SPLIT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#SPLIT"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "TransformReason()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#TransformReason()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "transformReason",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent.html#transformReason"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityTransformEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityUnleashEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityUnleashEvent(Entity,UnleashReason)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityUnleashEvent.html#EntityUnleashEvent(Entity,UnleashReason)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityUnleashEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityUnleashEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityUnleashEvent.html#getReason()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityUnleashEvent.html#handlers"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.entity.EntityUnleashEvent.UnleashReason",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "DISTANCE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityUnleashEvent/UnleashReason.html#DISTANCE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HOLDER_GONE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityUnleashEvent/UnleashReason.html#HOLDER_GONE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLAYER_UNLEASH",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityUnleashEvent/UnleashReason.html#PLAYER_UNLEASH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityUnleashEvent/UnleashReason.html#UNKNOWN"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "UnleashReason()",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/EntityUnleashEvent/UnleashReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityUnleashEvent/UnleashReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityUnleashEvent/UnleashReason.html"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityUnleashEvent.html#reason"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/EntityUnleashEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.ExpBottleEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ExpBottleEvent(ThrownExpBottle,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bottle"
              },
              {
                "kind": "PARAMETER",
                "name": "exp"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExpBottleEvent.html#ExpBottleEvent(ThrownExpBottle,int)"
          },
          {
            "kind": "FIELD",
            "name": "exp",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExpBottleEvent.html#exp"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExpBottleEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getExperience()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExpBottleEvent.html#getExperience()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExpBottleEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExpBottleEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getShowEffect()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExpBottleEvent.html#getShowEffect()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExpBottleEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "setExperience(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "exp"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/ExpBottleEvent.html#setShowEffect(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "showEffect",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExpBottleEvent.html#showEffect"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExpBottleEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.ExplosionPrimeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ExplosionPrimeEvent(Entity,float,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fire"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExplosionPrimeEvent.html#ExplosionPrimeEvent(Entity,float,boolean)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ExplosionPrimeEvent(Explosive)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "explosive"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExplosionPrimeEvent.html#ExplosionPrimeEvent(Explosive)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExplosionPrimeEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "fire",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExplosionPrimeEvent.html#fire"
          },
          {
            "kind": "METHOD",
            "name": "getFire()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExplosionPrimeEvent.html#getFire()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExplosionPrimeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExplosionPrimeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRadius()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExplosionPrimeEvent.html#getRadius()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExplosionPrimeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExplosionPrimeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "radius",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExplosionPrimeEvent.html#radius"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/event/entity/ExplosionPrimeEvent.html#setRadius(float)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ExplosionPrimeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.FireworkExplodeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FireworkExplodeEvent(Firework)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FireworkExplodeEvent.html#FireworkExplodeEvent(Firework)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FireworkExplodeEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FireworkExplodeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FireworkExplodeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FireworkExplodeEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FireworkExplodeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FireworkExplodeEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FireworkExplodeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FireworkExplodeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.FoodLevelChangeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FoodLevelChangeEvent(HumanEntity,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FoodLevelChangeEvent.html#FoodLevelChangeEvent(HumanEntity,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "FoodLevelChangeEvent(HumanEntity,int,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "level"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FoodLevelChangeEvent.html#FoodLevelChangeEvent(HumanEntity,int,ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FoodLevelChangeEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FoodLevelChangeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getFoodLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FoodLevelChangeEvent.html#getFoodLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FoodLevelChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FoodLevelChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FoodLevelChangeEvent.html#getItem()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FoodLevelChangeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FoodLevelChangeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FoodLevelChangeEvent.html#item"
          },
          {
            "kind": "FIELD",
            "name": "level",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FoodLevelChangeEvent.html#level"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/FoodLevelChangeEvent.html#setFoodLevel(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/FoodLevelChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.HorseJumpEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "HorseJumpEvent(AbstractHorse,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "horse"
              },
              {
                "kind": "PARAMETER",
                "name": "power"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/HorseJumpEvent.html#HorseJumpEvent(AbstractHorse,float)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/HorseJumpEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/HorseJumpEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/HorseJumpEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/HorseJumpEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPower()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/HorseJumpEvent.html#getPower()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/HorseJumpEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/HorseJumpEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "power",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/HorseJumpEvent.html#power"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/HorseJumpEvent.html#setCancelled(boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPower(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "power"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/HorseJumpEvent.html#setPower(float)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/HorseJumpEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.ItemDespawnEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemDespawnEvent(Item,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "despawnee"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemDespawnEvent.html#ItemDespawnEvent(Item,Location)"
          },
          {
            "kind": "FIELD",
            "name": "canceled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemDespawnEvent.html#canceled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemDespawnEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemDespawnEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemDespawnEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemDespawnEvent.html#getLocation()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemDespawnEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemDespawnEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemDespawnEvent.html#location"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemDespawnEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemDespawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.ItemMergeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemMergeEvent(Item,Item)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemMergeEvent.html#ItemMergeEvent(Item,Item)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemMergeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemMergeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemMergeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemMergeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemMergeEvent.html#getTarget()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemMergeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemMergeEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemMergeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "target",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemMergeEvent.html#target"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemMergeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.ItemSpawnEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemSpawnEvent(Item)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spawnee"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemSpawnEvent.html#ItemSpawnEvent(Item)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemSpawnEvent(Item,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "spawnee"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemSpawnEvent.html#ItemSpawnEvent(Item,Location)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemSpawnEvent.html#getEntity()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ItemSpawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.LingeringPotionSplashEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "LingeringPotionSplashEvent(ThrownPotion,AreaEffectCloud)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "potion"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/LingeringPotionSplashEvent.html#LingeringPotionSplashEvent(ThrownPotion,AreaEffectCloud)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/LingeringPotionSplashEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/LingeringPotionSplashEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getAreaEffectCloud()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/LingeringPotionSplashEvent.html#getAreaEffectCloud()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/LingeringPotionSplashEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/LingeringPotionSplashEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/LingeringPotionSplashEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/LingeringPotionSplashEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/LingeringPotionSplashEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/LingeringPotionSplashEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/LingeringPotionSplashEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.PigZapEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PigZapEvent(Pig,LightningStrike,PigZombie)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bolt"
              },
              {
                "kind": "PARAMETER",
                "name": "pig"
              },
              {
                "kind": "PARAMETER",
                "name": "pigzombie"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZapEvent.html#PigZapEvent(Pig,LightningStrike,PigZombie)"
          },
          {
            "kind": "FIELD",
            "name": "bolt",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZapEvent.html#bolt"
          },
          {
            "kind": "FIELD",
            "name": "canceled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZapEvent.html#canceled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZapEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getLightning()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZapEvent.html#getLightning()"
          },
          {
            "kind": "METHOD",
            "name": "getPigZombie()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZapEvent.html#getPigZombie()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZapEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "pigzombie",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZapEvent.html#pigzombie"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZapEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZapEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.PigZombieAngerEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PigZombieAngerEvent(PigZombie,Entity,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newAnger"
              },
              {
                "kind": "PARAMETER",
                "name": "pigZombie"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZombieAngerEvent.html#PigZombieAngerEvent(PigZombie,Entity,int)"
          },
          {
            "kind": "FIELD",
            "name": "canceled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZombieAngerEvent.html#canceled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZombieAngerEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZombieAngerEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZombieAngerEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewAnger()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZombieAngerEvent.html#getNewAnger()"
          },
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZombieAngerEvent.html#getTarget()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZombieAngerEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZombieAngerEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newAnger",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZombieAngerEvent.html#newAnger"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/PigZombieAngerEvent.html#setNewAnger(int)"
          },
          {
            "kind": "FIELD",
            "name": "target",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZombieAngerEvent.html#target"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PigZombieAngerEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.PlayerDeathEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerDeathEvent(Player,List,int,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "deathMessage"
              },
              {
                "kind": "PARAMETER",
                "name": "droppedExp"
              },
              {
                "kind": "PARAMETER",
                "name": "drops"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#PlayerDeathEvent(Player,List,int,String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerDeathEvent(Player,List,int,int,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "deathMessage"
              },
              {
                "kind": "PARAMETER",
                "name": "droppedExp"
              },
              {
                "kind": "PARAMETER",
                "name": "drops"
              },
              {
                "kind": "PARAMETER",
                "name": "newExp"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#PlayerDeathEvent(Player,List,int,int,String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerDeathEvent(Player,List,int,int,int,int,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "deathMessage"
              },
              {
                "kind": "PARAMETER",
                "name": "droppedExp"
              },
              {
                "kind": "PARAMETER",
                "name": "drops"
              },
              {
                "kind": "PARAMETER",
                "name": "newExp"
              },
              {
                "kind": "PARAMETER",
                "name": "newLevel"
              },
              {
                "kind": "PARAMETER",
                "name": "newTotalExp"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#PlayerDeathEvent(Player,List,int,int,int,int,String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerDeathEvent(Player,List,int,int,int,int,String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "deathMessage"
              },
              {
                "kind": "PARAMETER",
                "name": "doExpDrop"
              },
              {
                "kind": "PARAMETER",
                "name": "droppedExp"
              },
              {
                "kind": "PARAMETER",
                "name": "drops"
              },
              {
                "kind": "PARAMETER",
                "name": "newExp"
              },
              {
                "kind": "PARAMETER",
                "name": "newLevel"
              },
              {
                "kind": "PARAMETER",
                "name": "newTotalExp"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#PlayerDeathEvent(Player,List,int,int,int,int,String,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "deathMessage",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#deathMessage"
          },
          {
            "kind": "FIELD",
            "name": "doExpDrop",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#doExpDrop"
          },
          {
            "kind": "METHOD",
            "name": "getDeathMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#getDeathMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getItemsToKeep()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#getItemsToKeep()"
          },
          {
            "kind": "METHOD",
            "name": "getKeepInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#getKeepInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getKeepLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#getKeepLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getNewExp()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#getNewExp()"
          },
          {
            "kind": "METHOD",
            "name": "getNewLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#getNewLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getNewTotalExp()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#getNewTotalExp()"
          },
          {
            "kind": "FIELD",
            "name": "itemsToKeep",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#itemsToKeep"
          },
          {
            "kind": "FIELD",
            "name": "keepInventory",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#keepInventory"
          },
          {
            "kind": "FIELD",
            "name": "keepLevel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#keepLevel"
          },
          {
            "kind": "FIELD",
            "name": "newExp",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#newExp"
          },
          {
            "kind": "FIELD",
            "name": "newLevel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#newLevel"
          },
          {
            "kind": "FIELD",
            "name": "newTotalExp",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#newTotalExp"
          },
          {
            "kind": "METHOD",
            "name": "setDeathMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "deathMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#setDeathMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "setKeepInventory(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "keepInventory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#setShouldDropExperience(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "shouldDropExperience()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html#shouldDropExperience()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerDeathEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.PlayerLeashEntityEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerLeashEntityEvent(Entity,Entity,Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "leashHolder"
              },
              {
                "kind": "PARAMETER",
                "name": "leasher"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerLeashEntityEvent.html#PlayerLeashEntityEvent(Entity,Entity,Player)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerLeashEntityEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerLeashEntityEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerLeashEntityEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerLeashEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerLeashEntityEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLeashHolder()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerLeashEntityEvent.html#getLeashHolder()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerLeashEntityEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerLeashEntityEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerLeashEntityEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "leashHolder",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerLeashEntityEvent.html#leashHolder"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerLeashEntityEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerLeashEntityEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PlayerLeashEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.PotionSplashEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PotionSplashEvent(ThrownPotion,Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "affectedEntities"
              },
              {
                "kind": "PARAMETER",
                "name": "potion"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PotionSplashEvent.html#PotionSplashEvent(ThrownPotion,Map)"
          },
          {
            "kind": "FIELD",
            "name": "affectedEntities",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PotionSplashEvent.html#affectedEntities"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PotionSplashEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getAffectedEntities()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PotionSplashEvent.html#getAffectedEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PotionSplashEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PotionSplashEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PotionSplashEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getIntensity(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PotionSplashEvent.html#getIntensity(LivingEntity)"
          },
          {
            "kind": "METHOD",
            "name": "getPotion()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PotionSplashEvent.html#getPotion()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PotionSplashEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PotionSplashEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/PotionSplashEvent.html#setIntensity(LivingEntity,double)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/PotionSplashEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.ProjectileHitEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ProjectileHitEvent(Projectile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "projectile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileHitEvent.html#ProjectileHitEvent(Projectile)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ProjectileHitEvent(Projectile,Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hitBlock"
              },
              {
                "kind": "PARAMETER",
                "name": "projectile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileHitEvent.html#ProjectileHitEvent(Projectile,Block)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ProjectileHitEvent(Projectile,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hitEntity"
              },
              {
                "kind": "PARAMETER",
                "name": "projectile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileHitEvent.html#ProjectileHitEvent(Projectile,Entity)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ProjectileHitEvent(Projectile,Entity,Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hitBlock"
              },
              {
                "kind": "PARAMETER",
                "name": "hitEntity"
              },
              {
                "kind": "PARAMETER",
                "name": "projectile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileHitEvent.html#ProjectileHitEvent(Projectile,Entity,Block)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ProjectileHitEvent(Projectile,Entity,Block,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hitBlock"
              },
              {
                "kind": "PARAMETER",
                "name": "hitEntity"
              },
              {
                "kind": "PARAMETER",
                "name": "hitFace"
              },
              {
                "kind": "PARAMETER",
                "name": "projectile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileHitEvent.html#ProjectileHitEvent(Projectile,Entity,Block,BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileHitEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileHitEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileHitEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getHitBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileHitEvent.html#getHitBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getHitBlockFace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileHitEvent.html#getHitBlockFace()"
          },
          {
            "kind": "METHOD",
            "name": "getHitEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileHitEvent.html#getHitEntity()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileHitEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "hitBlock",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileHitEvent.html#hitBlock"
          },
          {
            "kind": "FIELD",
            "name": "hitEntity",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileHitEvent.html#hitEntity"
          },
          {
            "kind": "FIELD",
            "name": "hitFace",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileHitEvent.html#hitFace"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileHitEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.ProjectileLaunchEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ProjectileLaunchEvent(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileLaunchEvent.html#ProjectileLaunchEvent(Entity)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileLaunchEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileLaunchEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileLaunchEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileLaunchEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/ProjectileLaunchEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.SheepDyeWoolEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SheepDyeWoolEvent(Sheep,DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              },
              {
                "kind": "PARAMETER",
                "name": "sheep"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SheepDyeWoolEvent.html#SheepDyeWoolEvent(Sheep,DyeColor)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SheepDyeWoolEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "color",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SheepDyeWoolEvent.html#color"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SheepDyeWoolEvent.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SheepDyeWoolEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SheepDyeWoolEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SheepDyeWoolEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SheepDyeWoolEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SheepDyeWoolEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SheepDyeWoolEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SheepDyeWoolEvent.html#setColor(DyeColor)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SheepDyeWoolEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.SheepRegrowWoolEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SheepRegrowWoolEvent(Sheep)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sheep"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SheepRegrowWoolEvent.html#SheepRegrowWoolEvent(Sheep)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SheepRegrowWoolEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SheepRegrowWoolEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SheepRegrowWoolEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SheepRegrowWoolEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SheepRegrowWoolEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SheepRegrowWoolEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SheepRegrowWoolEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SheepRegrowWoolEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.SlimeSplitEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SlimeSplitEvent(Slime,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "slime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SlimeSplitEvent.html#SlimeSplitEvent(Slime,int)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SlimeSplitEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "count",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SlimeSplitEvent.html#count"
          },
          {
            "kind": "METHOD",
            "name": "getCount()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SlimeSplitEvent.html#getCount()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SlimeSplitEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SlimeSplitEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SlimeSplitEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SlimeSplitEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SlimeSplitEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/SlimeSplitEvent.html#setCount(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SlimeSplitEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.SpawnerSpawnEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SpawnerSpawnEvent(Entity,CreatureSpawner)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spawnee"
              },
              {
                "kind": "PARAMETER",
                "name": "spawner"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SpawnerSpawnEvent.html#SpawnerSpawnEvent(Entity,CreatureSpawner)"
          },
          {
            "kind": "METHOD",
            "name": "getSpawner()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SpawnerSpawnEvent.html#getSpawner()"
          },
          {
            "kind": "FIELD",
            "name": "spawner",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SpawnerSpawnEvent.html#spawner"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/SpawnerSpawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.VillagerAcquireTradeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "VillagerAcquireTradeEvent(AbstractVillager,MerchantRecipe)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipe"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerAcquireTradeEvent.html#VillagerAcquireTradeEvent(AbstractVillager,MerchantRecipe)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerAcquireTradeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerAcquireTradeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerAcquireTradeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerAcquireTradeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipe()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerAcquireTradeEvent.html#getRecipe()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerAcquireTradeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerAcquireTradeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "recipe",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerAcquireTradeEvent.html#recipe"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/VillagerAcquireTradeEvent.html#setRecipe(MerchantRecipe)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerAcquireTradeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.VillagerCareerChangeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "VillagerCareerChangeEvent(Villager,Profession,ChangeReason)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profession"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerCareerChangeEvent.html#VillagerCareerChangeEvent(Villager,Profession,ChangeReason)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerCareerChangeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerCareerChangeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerCareerChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerCareerChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getProfession()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerCareerChangeEvent.html#getProfession()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerCareerChangeEvent.html#getReason()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerCareerChangeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/VillagerCareerChangeEvent/ChangeReason.html#ChangeReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EMPLOYED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerCareerChangeEvent/ChangeReason.html#EMPLOYED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LOSING_JOB",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/VillagerCareerChangeEvent/ChangeReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerCareerChangeEvent/ChangeReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerCareerChangeEvent/ChangeReason.html"
          },
          {
            "kind": "FIELD",
            "name": "profession",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerCareerChangeEvent.html#profession"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerCareerChangeEvent.html#reason"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/VillagerCareerChangeEvent.html#setProfession(Profession)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerCareerChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.VillagerReplenishTradeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "VillagerReplenishTradeEvent(AbstractVillager,MerchantRecipe,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bonus"
              },
              {
                "kind": "PARAMETER",
                "name": "recipe"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#VillagerReplenishTradeEvent(AbstractVillager,MerchantRecipe,int)"
          },
          {
            "kind": "FIELD",
            "name": "bonus",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#bonus"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBonus()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#getBonus()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipe()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#getRecipe()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "recipe",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#recipe"
          },
          {
            "kind": "METHOD",
            "name": "setBonus(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bonus"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#setBonus(int)"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#setRecipe(MerchantRecipe)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/entity/VillagerReplenishTradeEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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": "CONSTRUCTOR",
            "name": "HangingBreakByEntityEvent(Hanging,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hanging"
              },
              {
                "kind": "PARAMETER",
                "name": "remover"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingBreakByEntityEvent.html#HangingBreakByEntityEvent(Hanging,Entity)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "HangingBreakByEntityEvent(Hanging,Entity,RemoveCause)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "hanging"
              },
              {
                "kind": "PARAMETER",
                "name": "remover"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingBreakByEntityEvent.html#HangingBreakByEntityEvent(Hanging,Entity,RemoveCause)"
          },
          {
            "kind": "METHOD",
            "name": "getRemover()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingBreakByEntityEvent.html#getRemover()"
          },
          {
            "kind": "FIELD",
            "name": "remover",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingBreakByEntityEvent.html#remover"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingBreakByEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.hanging.HangingBreakEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "HangingBreakEvent(Hanging,RemoveCause)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "hanging"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingBreakEvent.html#HangingBreakEvent(Hanging,RemoveCause)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingBreakEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingBreakEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingBreakEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingBreakEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingBreakEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingBreakEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/hanging/HangingBreakEvent/RemoveCause.html#DEFAULT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENTITY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingBreakEvent/RemoveCause.html#ENTITY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EXPLOSION",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingBreakEvent/RemoveCause.html#EXPLOSION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OBSTRUCTION",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingBreakEvent/RemoveCause.html#OBSTRUCTION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PHYSICS",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingBreakEvent/RemoveCause.html#PHYSICS"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "RemoveCause()",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/hanging/HangingBreakEvent/RemoveCause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingBreakEvent/RemoveCause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingBreakEvent/RemoveCause.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingBreakEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/hanging/HangingEvent.html#HangingEvent(Hanging)"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingEvent.html#getEntity()"
          },
          {
            "kind": "FIELD",
            "name": "hanging",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingEvent.html#hanging"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.hanging.HangingPlaceEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "HangingPlaceEvent(Hanging,Player,Block,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "blockFace"
              },
              {
                "kind": "PARAMETER",
                "name": "hanging"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingPlaceEvent.html#HangingPlaceEvent(Hanging,Player,Block,BlockFace)"
          },
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingPlaceEvent.html#block"
          },
          {
            "kind": "FIELD",
            "name": "blockFace",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingPlaceEvent.html#blockFace"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingPlaceEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingPlaceEvent.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockFace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingPlaceEvent.html#getBlockFace()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingPlaceEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingPlaceEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingPlaceEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingPlaceEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingPlaceEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingPlaceEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingPlaceEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/hanging/HangingPlaceEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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": "CONSTRUCTOR",
            "name": "BrewEvent(Block,BrewerInventory,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "brewer"
              },
              {
                "kind": "PARAMETER",
                "name": "contents"
              },
              {
                "kind": "PARAMETER",
                "name": "fuelLevel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewEvent.html#BrewEvent(Block,BrewerInventory,int)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "contents",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewEvent.html#contents"
          },
          {
            "kind": "FIELD",
            "name": "fuelLevel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewEvent.html#fuelLevel"
          },
          {
            "kind": "METHOD",
            "name": "getContents()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewEvent.html#getContents()"
          },
          {
            "kind": "METHOD",
            "name": "getFuelLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewEvent.html#getFuelLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.BrewingStandFuelEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BrewingStandFuelEvent(Block,ItemStack,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "brewingStand"
              },
              {
                "kind": "PARAMETER",
                "name": "fuel"
              },
              {
                "kind": "PARAMETER",
                "name": "fuelPower"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewingStandFuelEvent.html#BrewingStandFuelEvent(Block,ItemStack,int)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewingStandFuelEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "consuming",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewingStandFuelEvent.html#consuming"
          },
          {
            "kind": "FIELD",
            "name": "fuel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewingStandFuelEvent.html#fuel"
          },
          {
            "kind": "FIELD",
            "name": "fuelPower",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewingStandFuelEvent.html#fuelPower"
          },
          {
            "kind": "METHOD",
            "name": "getFuel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewingStandFuelEvent.html#getFuel()"
          },
          {
            "kind": "METHOD",
            "name": "getFuelPower()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewingStandFuelEvent.html#getFuelPower()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewingStandFuelEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewingStandFuelEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewingStandFuelEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewingStandFuelEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isConsuming()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/BrewingStandFuelEvent.html#isConsuming()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/event/inventory/BrewingStandFuelEvent.html#setFuelPower(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/inventory/ClickType.html#CONTROL_DROP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREATIVE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/ClickType.html#CREATIVE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ClickType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/ClickType.html#ClickType()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOUBLE_CLICK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/ClickType.html#DOUBLE_CLICK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/ClickType.html#DROP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/ClickType.html#LEFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MIDDLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/ClickType.html#MIDDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NUMBER_KEY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/ClickType.html#NUMBER_KEY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RIGHT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/ClickType.html#RIGHT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHIFT_LEFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/ClickType.html#SHIFT_LEFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHIFT_RIGHT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/ClickType.html#SHIFT_RIGHT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UNKNOWN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/ClickType.html#UNKNOWN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WINDOW_BORDER_LEFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/ClickType.html#WINDOW_BORDER_LEFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WINDOW_BORDER_RIGHT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/ClickType.html#WINDOW_BORDER_RIGHT"
          },
          {
            "kind": "METHOD",
            "name": "isCreativeAction()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/ClickType.html#isCreativeAction()"
          },
          {
            "kind": "METHOD",
            "name": "isKeyboardClick()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/ClickType.html#isKeyboardClick()"
          },
          {
            "kind": "METHOD",
            "name": "isLeftClick()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/ClickType.html#isLeftClick()"
          },
          {
            "kind": "METHOD",
            "name": "isRightClick()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/ClickType.html#isRightClick()"
          },
          {
            "kind": "METHOD",
            "name": "isShiftClick()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/ClickType.html#isShiftClick()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/ClickType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/ClickType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/ClickType.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.CraftItemEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "CraftItemEvent(Recipe,InventoryView,SlotType,int,ClickType,InventoryAction)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "action"
              },
              {
                "kind": "PARAMETER",
                "name": "click"
              },
              {
                "kind": "PARAMETER",
                "name": "recipe"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/CraftItemEvent.html#CraftItemEvent(Recipe,InventoryView,SlotType,int,ClickType,InventoryAction)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "CraftItemEvent(Recipe,InventoryView,SlotType,int,ClickType,InventoryAction,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "action"
              },
              {
                "kind": "PARAMETER",
                "name": "click"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "recipe"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/CraftItemEvent.html#CraftItemEvent(Recipe,InventoryView,SlotType,int,ClickType,InventoryAction,int)"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/CraftItemEvent.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipe()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/CraftItemEvent.html#getRecipe()"
          },
          {
            "kind": "FIELD",
            "name": "recipe",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/CraftItemEvent.html#recipe"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/inventory/DragType.html#DragType()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EVEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/DragType.html#EVEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SINGLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/DragType.html#SINGLE"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/DragType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/DragType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/DragType.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.FurnaceBurnEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FurnaceBurnEvent(Block,ItemStack,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "burnTime"
              },
              {
                "kind": "PARAMETER",
                "name": "fuel"
              },
              {
                "kind": "PARAMETER",
                "name": "furnace"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceBurnEvent.html#FurnaceBurnEvent(Block,ItemStack,int)"
          },
          {
            "kind": "FIELD",
            "name": "burnTime",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceBurnEvent.html#burnTime"
          },
          {
            "kind": "FIELD",
            "name": "burning",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceBurnEvent.html#burning"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceBurnEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "fuel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceBurnEvent.html#fuel"
          },
          {
            "kind": "METHOD",
            "name": "getBurnTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceBurnEvent.html#getBurnTime()"
          },
          {
            "kind": "METHOD",
            "name": "getFuel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceBurnEvent.html#getFuel()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceBurnEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceBurnEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceBurnEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isBurning()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceBurnEvent.html#isBurning()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceBurnEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setBurnTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "burnTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/event/inventory/FurnaceBurnEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceBurnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.FurnaceExtractEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FurnaceExtractEvent(Player,Block,Material,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "exp"
              },
              {
                "kind": "PARAMETER",
                "name": "itemAmount"
              },
              {
                "kind": "PARAMETER",
                "name": "itemType"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceExtractEvent.html#FurnaceExtractEvent(Player,Block,Material,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getItemAmount()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceExtractEvent.html#getItemAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getItemType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceExtractEvent.html#getItemType()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceExtractEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "itemAmount",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceExtractEvent.html#itemAmount"
          },
          {
            "kind": "FIELD",
            "name": "itemType",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceExtractEvent.html#itemType"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceExtractEvent.html#player"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceExtractEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.FurnaceSmeltEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FurnaceSmeltEvent(Block,ItemStack,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "furnace"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceSmeltEvent.html#FurnaceSmeltEvent(Block,ItemStack,ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/FurnaceSmeltEvent.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.event.inventory.InventoryAction",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLONE_STACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#CLONE_STACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COLLECT_TO_CURSOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#COLLECT_TO_CURSOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROP_ALL_CURSOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#DROP_ALL_CURSOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROP_ALL_SLOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#DROP_ALL_SLOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROP_ONE_CURSOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#DROP_ONE_CURSOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROP_ONE_SLOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#DROP_ONE_SLOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HOTBAR_MOVE_AND_READD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#HOTBAR_MOVE_AND_READD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HOTBAR_SWAP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#HOTBAR_SWAP"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InventoryAction()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#InventoryAction()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOVE_TO_OTHER_INVENTORY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#MOVE_TO_OTHER_INVENTORY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NOTHING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#NOTHING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PICKUP_ALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#PICKUP_ALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PICKUP_HALF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#PICKUP_HALF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PICKUP_ONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#PICKUP_ONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PICKUP_SOME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#PICKUP_SOME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLACE_ALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#PLACE_ALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLACE_ONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#PLACE_ONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLACE_SOME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#PLACE_SOME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SWAP_WITH_CURSOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#SWAP_WITH_CURSOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UNKNOWN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#UNKNOWN"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryAction.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.InventoryClickEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "InventoryClickEvent(InventoryView,SlotType,int,ClickType,InventoryAction)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "action"
              },
              {
                "kind": "PARAMETER",
                "name": "click"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "view"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#InventoryClickEvent(InventoryView,SlotType,int,ClickType,InventoryAction)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InventoryClickEvent(InventoryView,SlotType,int,ClickType,InventoryAction,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "action"
              },
              {
                "kind": "PARAMETER",
                "name": "click"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "view"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#InventoryClickEvent(InventoryView,SlotType,int,ClickType,InventoryAction,int)"
          },
          {
            "kind": "FIELD",
            "name": "action",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#action"
          },
          {
            "kind": "FIELD",
            "name": "click",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#click"
          },
          {
            "kind": "FIELD",
            "name": "current",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#current"
          },
          {
            "kind": "METHOD",
            "name": "getAction()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#getAction()"
          },
          {
            "kind": "METHOD",
            "name": "getClick()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#getClick()"
          },
          {
            "kind": "METHOD",
            "name": "getClickedInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#getClickedInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getCurrentItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#getCurrentItem()"
          },
          {
            "kind": "METHOD",
            "name": "getCursor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#getCursor()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getHotbarButton()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#getHotbarButton()"
          },
          {
            "kind": "METHOD",
            "name": "getRawSlot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#getRawSlot()"
          },
          {
            "kind": "METHOD",
            "name": "getSlot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#getSlot()"
          },
          {
            "kind": "METHOD",
            "name": "getSlotType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#getSlotType()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "hotbarKey",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#hotbarKey"
          },
          {
            "kind": "METHOD",
            "name": "isLeftClick()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#isLeftClick()"
          },
          {
            "kind": "METHOD",
            "name": "isRightClick()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#isRightClick()"
          },
          {
            "kind": "METHOD",
            "name": "isShiftClick()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#isShiftClick()"
          },
          {
            "kind": "FIELD",
            "name": "rawSlot",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#rawSlot"
          },
          {
            "kind": "METHOD",
            "name": "setCurrentItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#setCursor(ItemStack)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "slot_type",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#slot_type"
          },
          {
            "kind": "FIELD",
            "name": "whichSlot",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html#whichSlot"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryClickEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.InventoryCloseEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "InventoryCloseEvent(InventoryView)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "transaction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCloseEvent.html#InventoryCloseEvent(InventoryView)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InventoryCloseEvent(InventoryView,Reason)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "transaction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCloseEvent.html#InventoryCloseEvent(InventoryView,Reason)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCloseEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCloseEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCloseEvent.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCloseEvent.html#getReason()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCloseEvent.html#handlers"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.inventory.InventoryCloseEvent.Reason",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CANT_USE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#CANT_USE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DEATH",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#DEATH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DISCONNECT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#DISCONNECT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OPEN_NEW",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#OPEN_NEW"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLAYER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#PLAYER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLUGIN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#PLUGIN"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Reason()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#Reason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TELEPORT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#TELEPORT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#UNKNOWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNLOADED",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCloseEvent.html#reason"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCloseEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.InventoryCreativeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "InventoryCreativeEvent(InventoryView,SlotType,int,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newItem"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCreativeEvent.html#InventoryCreativeEvent(InventoryView,SlotType,int,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getCursor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCreativeEvent.html#getCursor()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCreativeEvent.html#item"
          },
          {
            "kind": "METHOD",
            "name": "setCursor(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCreativeEvent.html#setCursor(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryCreativeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.InventoryDragEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "InventoryDragEvent(InventoryView,ItemStack,ItemStack,boolean,Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newCursor"
              },
              {
                "kind": "PARAMETER",
                "name": "oldCursor"
              },
              {
                "kind": "PARAMETER",
                "name": "right"
              },
              {
                "kind": "PARAMETER",
                "name": "slots"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryDragEvent.html#InventoryDragEvent(InventoryView,ItemStack,ItemStack,boolean,Map)"
          },
          {
            "kind": "FIELD",
            "name": "addedItems",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryDragEvent.html#addedItems"
          },
          {
            "kind": "FIELD",
            "name": "containerSlots",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryDragEvent.html#containerSlots"
          },
          {
            "kind": "METHOD",
            "name": "getCursor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryDragEvent.html#getCursor()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryDragEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryDragEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInventorySlots()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryDragEvent.html#getInventorySlots()"
          },
          {
            "kind": "METHOD",
            "name": "getNewItems()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryDragEvent.html#getNewItems()"
          },
          {
            "kind": "METHOD",
            "name": "getOldCursor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryDragEvent.html#getOldCursor()"
          },
          {
            "kind": "METHOD",
            "name": "getRawSlots()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryDragEvent.html#getRawSlots()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryDragEvent.html#getType()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryDragEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "newCursor",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryDragEvent.html#newCursor"
          },
          {
            "kind": "FIELD",
            "name": "oldCursor",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryDragEvent.html#oldCursor"
          },
          {
            "kind": "METHOD",
            "name": "setCursor(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newCursor"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryDragEvent.html#setCursor(ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryDragEvent.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryDragEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.InventoryEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "InventoryEvent(InventoryView)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "transaction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryEvent.html#InventoryEvent(InventoryView)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryEvent.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getView()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryEvent.html#getView()"
          },
          {
            "kind": "METHOD",
            "name": "getViewers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryEvent.html#getViewers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "transaction",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryEvent.html#transaction"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.InventoryInteractEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "InventoryInteractEvent(InventoryView)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "transaction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryInteractEvent.html#InventoryInteractEvent(InventoryView)"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryInteractEvent.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "getWhoClicked()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryInteractEvent.html#getWhoClicked()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryInteractEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryInteractEvent.html#result"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "toCancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/inventory/InventoryInteractEvent.html#setResult(Result)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryInteractEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.InventoryMoveItemEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "InventoryMoveItemEvent(Inventory,ItemStack,Inventory,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "destinationInventory"
              },
              {
                "kind": "PARAMETER",
                "name": "didSourceInitiate"
              },
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              },
              {
                "kind": "PARAMETER",
                "name": "sourceInventory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryMoveItemEvent.html#InventoryMoveItemEvent(Inventory,ItemStack,Inventory,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "calledGetItem",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryMoveItemEvent.html#calledGetItem"
          },
          {
            "kind": "FIELD",
            "name": "calledSetItem",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryMoveItemEvent.html#calledSetItem"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryMoveItemEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "destinationInventory",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryMoveItemEvent.html#destinationInventory"
          },
          {
            "kind": "FIELD",
            "name": "didSourceInitiate",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryMoveItemEvent.html#didSourceInitiate"
          },
          {
            "kind": "METHOD",
            "name": "getDestination()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryMoveItemEvent.html#getDestination()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryMoveItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryMoveItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInitiator()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryMoveItemEvent.html#getInitiator()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryMoveItemEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getSource()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryMoveItemEvent.html#getSource()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryMoveItemEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryMoveItemEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "itemStack",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryMoveItemEvent.html#itemStack"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/inventory/InventoryMoveItemEvent.html#setItem(ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "sourceInventory",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryMoveItemEvent.html#sourceInventory"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryMoveItemEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.InventoryOpenEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "InventoryOpenEvent(InventoryView)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "transaction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryOpenEvent.html#InventoryOpenEvent(InventoryView)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryOpenEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryOpenEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryOpenEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryOpenEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryOpenEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryOpenEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryOpenEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryOpenEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.InventoryPickupItemEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "InventoryPickupItemEvent(Inventory,Item)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inventory"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryPickupItemEvent.html#InventoryPickupItemEvent(Inventory,Item)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryPickupItemEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryPickupItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryPickupItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryPickupItemEvent.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryPickupItemEvent.html#getItem()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryPickupItemEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "inventory",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryPickupItemEvent.html#inventory"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryPickupItemEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryPickupItemEvent.html#item"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryPickupItemEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/inventory/InventoryType.html#ANVIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BARREL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#BARREL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEACON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#BEACON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLAST_FURNACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#BLAST_FURNACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREWING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#BREWING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CARTOGRAPHY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#CARTOGRAPHY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRAFTING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#CRAFTING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREATIVE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#CREATIVE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DISPENSER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#DISPENSER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROPPER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#DROPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENCHANTING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#ENCHANTING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER_CHEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#ENDER_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FURNACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#FURNACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRINDSTONE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#GRINDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HOPPER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#HOPPER"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InventoryType(int,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaultSize"
              },
              {
                "kind": "PARAMETER",
                "name": "defaultTitle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#InventoryType(int,String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InventoryType(int,String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaultSize"
              },
              {
                "kind": "PARAMETER",
                "name": "defaultTitle"
              },
              {
                "kind": "PARAMETER",
                "name": "isCreatable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#InventoryType(int,String,boolean)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LECTERN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#LECTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LOOM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#LOOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MERCHANT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#MERCHANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAYER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#PLAYER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOKER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#SMOKER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONECUTTER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#STONECUTTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WORKBENCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#WORKBENCH"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultSize()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#getDefaultSize()"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultTitle()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#getDefaultTitle()"
          },
          {
            "kind": "FIELD",
            "name": "isCreatable",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#isCreatable"
          },
          {
            "kind": "METHOD",
            "name": "isCreatable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#isCreatable()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.inventory.InventoryType.SlotType",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ARMOR",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType/SlotType.html#ARMOR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CONTAINER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType/SlotType.html#CONTAINER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CRAFTING",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType/SlotType.html#CRAFTING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FUEL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType/SlotType.html#FUEL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OUTSIDE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType/SlotType.html#OUTSIDE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "QUICKBAR",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType/SlotType.html#QUICKBAR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RESULT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType/SlotType.html#RESULT"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "SlotType()",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/inventory/InventoryType/SlotType.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType/SlotType.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType/SlotType.html"
          },
          {
            "kind": "FIELD",
            "name": "size",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#size"
          },
          {
            "kind": "FIELD",
            "name": "title",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#title"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/InventoryType.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.PrepareAnvilEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PrepareAnvilEvent(InventoryView,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inventory"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/PrepareAnvilEvent.html#PrepareAnvilEvent(InventoryView,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/PrepareAnvilEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/PrepareAnvilEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/PrepareAnvilEvent.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/PrepareAnvilEvent.html#getResult()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/PrepareAnvilEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/PrepareAnvilEvent.html#result"
          },
          {
            "kind": "METHOD",
            "name": "setResult(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/PrepareAnvilEvent.html#setResult(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/PrepareAnvilEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.PrepareItemCraftEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PrepareItemCraftEvent(CraftingInventory,InventoryView,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isRepair"
              },
              {
                "kind": "PARAMETER",
                "name": "view"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/PrepareItemCraftEvent.html#PrepareItemCraftEvent(CraftingInventory,InventoryView,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/PrepareItemCraftEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/PrepareItemCraftEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/PrepareItemCraftEvent.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipe()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/PrepareItemCraftEvent.html#getRecipe()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/PrepareItemCraftEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isRepair()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/PrepareItemCraftEvent.html#isRepair()"
          },
          {
            "kind": "FIELD",
            "name": "matrix",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/PrepareItemCraftEvent.html#matrix"
          },
          {
            "kind": "FIELD",
            "name": "repair",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/PrepareItemCraftEvent.html#repair"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/PrepareItemCraftEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.TradeSelectEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "TradeSelectEvent(InventoryView,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newIndex"
              },
              {
                "kind": "PARAMETER",
                "name": "transaction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/TradeSelectEvent.html#TradeSelectEvent(InventoryView,int)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/TradeSelectEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/TradeSelectEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getIndex()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/TradeSelectEvent.html#getIndex()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/TradeSelectEvent.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getMerchant()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/TradeSelectEvent.html#getMerchant()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/TradeSelectEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "index",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/TradeSelectEvent.html#index"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/inventory/TradeSelectEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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": "CONSTRUCTOR",
            "name": "AsyncPlayerChatEvent(boolean,Player,String,Set)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "async"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "players"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerChatEvent.html#AsyncPlayerChatEvent(boolean,Player,String,Set)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerChatEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "format",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerChatEvent.html#format"
          },
          {
            "kind": "METHOD",
            "name": "getFormat()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerChatEvent.html#getFormat()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerChatEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerChatEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerChatEvent.html#getMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipients()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerChatEvent.html#getRecipients()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerChatEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerChatEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerChatEvent.html#message"
          },
          {
            "kind": "FIELD",
            "name": "recipients",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerChatEvent.html#recipients"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/event/player/AsyncPlayerChatEvent.html#setMessage(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerChatEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.AsyncPlayerPreLoginEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "AsyncPlayerPreLoginEvent(String,InetAddress)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ipAddress"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#AsyncPlayerPreLoginEvent(String,InetAddress)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "AsyncPlayerPreLoginEvent(String,InetAddress,UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ipAddress"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "uniqueId"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#AsyncPlayerPreLoginEvent(String,InetAddress,UUID)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "AsyncPlayerPreLoginEvent(String,InetAddress,UUID,PlayerProfile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ipAddress"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "profile"
              },
              {
                "kind": "PARAMETER",
                "name": "uniqueId"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#AsyncPlayerPreLoginEvent(String,InetAddress,UUID,PlayerProfile)"
          },
          {
            "kind": "METHOD",
            "name": "allow()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#allow()"
          },
          {
            "kind": "METHOD",
            "name": "disallow(Result,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#disallow(Result,String)"
          },
          {
            "kind": "METHOD",
            "name": "getAddress()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#getAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getKickMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#getKickMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getLoginResult()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#getLoginResult()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerProfile()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#getPlayerProfile()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#getResult()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getUniqueId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#getUniqueId()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "ipAddress",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#ipAddress"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#message"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#name"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.player.AsyncPlayerPreLoginEvent.Result",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ALLOWED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent/Result.html#ALLOWED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_BANNED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent/Result.html#KICK_BANNED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_FULL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent/Result.html#KICK_FULL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_OTHER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent/Result.html#KICK_OTHER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_WHITELIST",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent/Result.html#KICK_WHITELIST"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Result()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent/Result.html#Result()"
              },
              {
                "kind": "METHOD",
                "name": "old()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent/Result.html#old()",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent/Result.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent/Result.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent/Result.html"
          },
          {
            "kind": "FIELD",
            "name": "profile",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#profile"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#result"
          },
          {
            "kind": "METHOD",
            "name": "setKickMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#setKickMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "setLoginResult(Result)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#setResult(Result)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "uniqueId",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#uniqueId"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerAdvancementDoneEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerAdvancementDoneEvent(Player,Advancement)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "advancement"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAdvancementDoneEvent.html#PlayerAdvancementDoneEvent(Player,Advancement)"
          },
          {
            "kind": "FIELD",
            "name": "advancement",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAdvancementDoneEvent.html#advancement"
          },
          {
            "kind": "METHOD",
            "name": "getAdvancement()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAdvancementDoneEvent.html#getAdvancement()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAdvancementDoneEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAdvancementDoneEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAdvancementDoneEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAdvancementDoneEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerAnimationEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerAnimationEvent(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAnimationEvent.html#PlayerAnimationEvent(Player)"
          },
          {
            "kind": "FIELD",
            "name": "animationType",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAnimationEvent.html#animationType"
          },
          {
            "kind": "METHOD",
            "name": "getAnimationType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAnimationEvent.html#getAnimationType()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAnimationEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAnimationEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAnimationEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "isCancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAnimationEvent.html#isCancelled"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAnimationEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAnimationEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/player/PlayerAnimationType.html#ARM_SWING"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerAnimationType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAnimationType.html#PlayerAnimationType()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAnimationType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAnimationType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAnimationType.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerArmorStandManipulateEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerArmorStandManipulateEvent(Player,ArmorStand,ItemStack,ItemStack,EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "armorStandItem"
              },
              {
                "kind": "PARAMETER",
                "name": "clickedEntity"
              },
              {
                "kind": "PARAMETER",
                "name": "playerItem"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#PlayerArmorStandManipulateEvent(Player,ArmorStand,ItemStack,ItemStack,EquipmentSlot)"
          },
          {
            "kind": "FIELD",
            "name": "armorStandItem",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#armorStandItem"
          },
          {
            "kind": "METHOD",
            "name": "getArmorStandItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#getArmorStandItem()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#getPlayerItem()"
          },
          {
            "kind": "METHOD",
            "name": "getRightClicked()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#getRightClicked()"
          },
          {
            "kind": "METHOD",
            "name": "getSlot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#getSlot()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "playerItem",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#playerItem"
          },
          {
            "kind": "FIELD",
            "name": "slot",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#slot"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerAttemptPickupItemEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerAttemptPickupItemEvent(Player,Item)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#PlayerAttemptPickupItemEvent(Player,Item)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerAttemptPickupItemEvent(Player,Item,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "remaining"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#PlayerAttemptPickupItemEvent(Player,Item,int)"
          },
          {
            "kind": "FIELD",
            "name": "flyAtPlayer",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#flyAtPlayer"
          },
          {
            "kind": "METHOD",
            "name": "getFlyAtPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#getFlyAtPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getRemaining()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#getRemaining()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "isCancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#isCancelled"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#item"
          },
          {
            "kind": "FIELD",
            "name": "remaining",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#remaining"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#setFlyAtPlayer(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerBedEnterEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerBedEnterEvent(Player,Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bed"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedEnterEvent.html#PlayerBedEnterEvent(Player,Block)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerBedEnterEvent(Player,Block,BedEnterResult)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bed"
              },
              {
                "kind": "PARAMETER",
                "name": "bedEnterResult"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedEnterEvent.html#PlayerBedEnterEvent(Player,Block,BedEnterResult)"
          },
          {
            "kind": "FIELD",
            "name": "bed",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedEnterEvent.html#bed"
          },
          {
            "kind": "FIELD",
            "name": "bedEnterResult",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedEnterEvent.html#bedEnterResult"
          },
          {
            "kind": "METHOD",
            "name": "getBed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedEnterEvent.html#getBed()"
          },
          {
            "kind": "METHOD",
            "name": "getBedEnterResult()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedEnterEvent.html#getBedEnterResult()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedEnterEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedEnterEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedEnterEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/player/PlayerBedEnterEvent/BedEnterResult.html#BedEnterResult()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NOT_POSSIBLE_HERE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedEnterEvent/BedEnterResult.html#NOT_POSSIBLE_HERE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NOT_POSSIBLE_NOW",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedEnterEvent/BedEnterResult.html#NOT_POSSIBLE_NOW"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NOT_SAFE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedEnterEvent/BedEnterResult.html#NOT_SAFE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OK",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedEnterEvent/BedEnterResult.html#OK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OTHER_PROBLEM",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedEnterEvent/BedEnterResult.html#OTHER_PROBLEM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TOO_FAR_AWAY",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/player/PlayerBedEnterEvent/BedEnterResult.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedEnterEvent/BedEnterResult.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedEnterEvent/BedEnterResult.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/player/PlayerBedEnterEvent.html#setUseBed(Result)"
          },
          {
            "kind": "FIELD",
            "name": "useBed",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedEnterEvent.html#useBed"
          },
          {
            "kind": "METHOD",
            "name": "useBed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedEnterEvent.html#useBed()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedEnterEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerBedLeaveEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerBedLeaveEvent(Player,Block,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bed"
              },
              {
                "kind": "PARAMETER",
                "name": "setBedSpawn"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedLeaveEvent.html#PlayerBedLeaveEvent(Player,Block,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "bed",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedLeaveEvent.html#bed"
          },
          {
            "kind": "METHOD",
            "name": "getBed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedLeaveEvent.html#getBed()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedLeaveEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedLeaveEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedLeaveEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "setBedSpawn",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedLeaveEvent.html#setBedSpawn"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnLocation(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "setBedSpawn"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedLeaveEvent.html#setSpawnLocation(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "shouldSetSpawnLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedLeaveEvent.html#shouldSetSpawnLocation()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBedLeaveEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerBucketEmptyEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerBucketEmptyEvent(Player,Block,Block,BlockFace,Material,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "blockClicked"
              },
              {
                "kind": "PARAMETER",
                "name": "blockFace"
              },
              {
                "kind": "PARAMETER",
                "name": "bucket"
              },
              {
                "kind": "PARAMETER",
                "name": "itemInHand"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEmptyEvent.html#PlayerBucketEmptyEvent(Player,Block,Block,BlockFace,Material,ItemStack)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerBucketEmptyEvent(Player,Block,Block,BlockFace,Material,ItemStack,EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "blockClicked"
              },
              {
                "kind": "PARAMETER",
                "name": "blockFace"
              },
              {
                "kind": "PARAMETER",
                "name": "bucket"
              },
              {
                "kind": "PARAMETER",
                "name": "hand"
              },
              {
                "kind": "PARAMETER",
                "name": "itemInHand"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEmptyEvent.html#PlayerBucketEmptyEvent(Player,Block,Block,BlockFace,Material,ItemStack,EquipmentSlot)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerBucketEmptyEvent(Player,Block,BlockFace,Material,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockClicked"
              },
              {
                "kind": "PARAMETER",
                "name": "blockFace"
              },
              {
                "kind": "PARAMETER",
                "name": "bucket"
              },
              {
                "kind": "PARAMETER",
                "name": "itemInHand"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEmptyEvent.html#PlayerBucketEmptyEvent(Player,Block,BlockFace,Material,ItemStack)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerBucketEmptyEvent(Player,Block,BlockFace,Material,ItemStack,EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockClicked"
              },
              {
                "kind": "PARAMETER",
                "name": "blockFace"
              },
              {
                "kind": "PARAMETER",
                "name": "bucket"
              },
              {
                "kind": "PARAMETER",
                "name": "hand"
              },
              {
                "kind": "PARAMETER",
                "name": "itemInHand"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEmptyEvent.html#PlayerBucketEmptyEvent(Player,Block,BlockFace,Material,ItemStack,EquipmentSlot)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEmptyEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEmptyEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEmptyEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEmptyEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerBucketEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerBucketEvent(Player,Block,Block,BlockFace,Material,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "blockClicked"
              },
              {
                "kind": "PARAMETER",
                "name": "blockFace"
              },
              {
                "kind": "PARAMETER",
                "name": "bucket"
              },
              {
                "kind": "PARAMETER",
                "name": "itemInHand"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEvent.html#PlayerBucketEvent(Player,Block,Block,BlockFace,Material,ItemStack)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerBucketEvent(Player,Block,Block,BlockFace,Material,ItemStack,EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "blockClicked"
              },
              {
                "kind": "PARAMETER",
                "name": "blockFace"
              },
              {
                "kind": "PARAMETER",
                "name": "bucket"
              },
              {
                "kind": "PARAMETER",
                "name": "hand"
              },
              {
                "kind": "PARAMETER",
                "name": "itemInHand"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEvent.html#PlayerBucketEvent(Player,Block,Block,BlockFace,Material,ItemStack,EquipmentSlot)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerBucketEvent(Player,Block,BlockFace,Material,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockClicked"
              },
              {
                "kind": "PARAMETER",
                "name": "blockFace"
              },
              {
                "kind": "PARAMETER",
                "name": "bucket"
              },
              {
                "kind": "PARAMETER",
                "name": "itemInHand"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEvent.html#PlayerBucketEvent(Player,Block,BlockFace,Material,ItemStack)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerBucketEvent(Player,Block,BlockFace,Material,ItemStack,EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockClicked"
              },
              {
                "kind": "PARAMETER",
                "name": "blockFace"
              },
              {
                "kind": "PARAMETER",
                "name": "bucket"
              },
              {
                "kind": "PARAMETER",
                "name": "hand"
              },
              {
                "kind": "PARAMETER",
                "name": "itemInHand"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEvent.html#PlayerBucketEvent(Player,Block,BlockFace,Material,ItemStack,EquipmentSlot)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEvent.html#block"
          },
          {
            "kind": "FIELD",
            "name": "blockClicked",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEvent.html#blockClicked"
          },
          {
            "kind": "FIELD",
            "name": "blockFace",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEvent.html#blockFace"
          },
          {
            "kind": "FIELD",
            "name": "bucket",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEvent.html#bucket"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEvent.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockClicked()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEvent.html#getBlockClicked()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockFace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEvent.html#getBlockFace()"
          },
          {
            "kind": "METHOD",
            "name": "getBucket()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEvent.html#getBucket()"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getItemStack()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEvent.html#getItemStack()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEvent.html#hand"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "itemStack",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEvent.html#itemStack"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/player/PlayerBucketEvent.html#setItemStack(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerBucketFillEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerBucketFillEvent(Player,Block,Block,BlockFace,Material,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "blockClicked"
              },
              {
                "kind": "PARAMETER",
                "name": "blockFace"
              },
              {
                "kind": "PARAMETER",
                "name": "bucket"
              },
              {
                "kind": "PARAMETER",
                "name": "itemInHand"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketFillEvent.html#PlayerBucketFillEvent(Player,Block,Block,BlockFace,Material,ItemStack)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerBucketFillEvent(Player,Block,Block,BlockFace,Material,ItemStack,EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "blockClicked"
              },
              {
                "kind": "PARAMETER",
                "name": "blockFace"
              },
              {
                "kind": "PARAMETER",
                "name": "bucket"
              },
              {
                "kind": "PARAMETER",
                "name": "hand"
              },
              {
                "kind": "PARAMETER",
                "name": "itemInHand"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketFillEvent.html#PlayerBucketFillEvent(Player,Block,Block,BlockFace,Material,ItemStack,EquipmentSlot)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerBucketFillEvent(Player,Block,BlockFace,Material,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockClicked"
              },
              {
                "kind": "PARAMETER",
                "name": "blockFace"
              },
              {
                "kind": "PARAMETER",
                "name": "bucket"
              },
              {
                "kind": "PARAMETER",
                "name": "itemInHand"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketFillEvent.html#PlayerBucketFillEvent(Player,Block,BlockFace,Material,ItemStack)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerBucketFillEvent(Player,Block,BlockFace,Material,ItemStack,EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockClicked"
              },
              {
                "kind": "PARAMETER",
                "name": "blockFace"
              },
              {
                "kind": "PARAMETER",
                "name": "bucket"
              },
              {
                "kind": "PARAMETER",
                "name": "hand"
              },
              {
                "kind": "PARAMETER",
                "name": "itemInHand"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketFillEvent.html#PlayerBucketFillEvent(Player,Block,BlockFace,Material,ItemStack,EquipmentSlot)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketFillEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketFillEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketFillEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerBucketFillEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerChangedMainHandEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerChangedMainHandEvent(Player,MainHand)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mainHand"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChangedMainHandEvent.html#PlayerChangedMainHandEvent(Player,MainHand)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChangedMainHandEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChangedMainHandEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMainHand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChangedMainHandEvent.html#getMainHand()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChangedMainHandEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "mainHand",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChangedMainHandEvent.html#mainHand"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChangedMainHandEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerChangedWorldEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerChangedWorldEvent(Player,World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "from"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChangedWorldEvent.html#PlayerChangedWorldEvent(Player,World)"
          },
          {
            "kind": "FIELD",
            "name": "from",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChangedWorldEvent.html#from"
          },
          {
            "kind": "METHOD",
            "name": "getFrom()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChangedWorldEvent.html#getFrom()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChangedWorldEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChangedWorldEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChangedWorldEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChangedWorldEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerChannelEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerChannelEvent(Player,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChannelEvent.html#PlayerChannelEvent(Player,String)"
          },
          {
            "kind": "FIELD",
            "name": "channel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChannelEvent.html#channel"
          },
          {
            "kind": "METHOD",
            "name": "getChannel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChannelEvent.html#getChannel()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChannelEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChannelEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChannelEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChannelEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerChatEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerChatEvent(Player,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatEvent.html#PlayerChatEvent(Player,String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerChatEvent(Player,String,String,Set)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "format"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "recipients"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatEvent.html#PlayerChatEvent(Player,String,String,Set)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "format",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatEvent.html#format"
          },
          {
            "kind": "METHOD",
            "name": "getFormat()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatEvent.html#getFormat()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatEvent.html#getMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipients()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatEvent.html#getRecipients()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatEvent.html#message"
          },
          {
            "kind": "FIELD",
            "name": "recipients",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatEvent.html#recipients"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/event/player/PlayerChatEvent.html#setPlayer(Player)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatEvent.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerChatTabCompleteEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerChatTabCompleteEvent(Player,String,Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "completions"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatTabCompleteEvent.html#PlayerChatTabCompleteEvent(Player,String,Collection)"
          },
          {
            "kind": "FIELD",
            "name": "completions",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatTabCompleteEvent.html#completions"
          },
          {
            "kind": "METHOD",
            "name": "getChatMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatTabCompleteEvent.html#getChatMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatTabCompleteEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatTabCompleteEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLastToken()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatTabCompleteEvent.html#getLastToken()"
          },
          {
            "kind": "METHOD",
            "name": "getTabCompletions()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatTabCompleteEvent.html#getTabCompletions()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatTabCompleteEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "lastToken",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatTabCompleteEvent.html#lastToken"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatTabCompleteEvent.html#message"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerChatTabCompleteEvent.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerCommandPreprocessEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerCommandPreprocessEvent(Player,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#PlayerCommandPreprocessEvent(Player,String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerCommandPreprocessEvent(Player,String,Set)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "recipients"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#PlayerCommandPreprocessEvent(Player,String,Set)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#getMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipients()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#getRecipients()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#message"
          },
          {
            "kind": "FIELD",
            "name": "recipients",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#recipients"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#setPlayer(Player)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerCommandPreprocessEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerCommandSendEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerCommandSendEvent(Player,Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "commands"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerCommandSendEvent.html#PlayerCommandSendEvent(Player,Collection)"
          },
          {
            "kind": "FIELD",
            "name": "commands",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerCommandSendEvent.html#commands"
          },
          {
            "kind": "METHOD",
            "name": "getCommands()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerCommandSendEvent.html#getCommands()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerCommandSendEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerCommandSendEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerCommandSendEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerCommandSendEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerDropItemEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerDropItemEvent(Player,Item)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "drop"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerDropItemEvent.html#PlayerDropItemEvent(Player,Item)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerDropItemEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "drop",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerDropItemEvent.html#drop"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerDropItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerDropItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItemDrop()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerDropItemEvent.html#getItemDrop()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerDropItemEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerDropItemEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerDropItemEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerDropItemEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerEditBookEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerEditBookEvent(Player,int,BookMeta,BookMeta,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isSigning"
              },
              {
                "kind": "PARAMETER",
                "name": "newBookMeta"
              },
              {
                "kind": "PARAMETER",
                "name": "previousBookMeta"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEditBookEvent.html#PlayerEditBookEvent(Player,int,BookMeta,BookMeta,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEditBookEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEditBookEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEditBookEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewBookMeta()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEditBookEvent.html#getNewBookMeta()"
          },
          {
            "kind": "METHOD",
            "name": "getPreviousBookMeta()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEditBookEvent.html#getPreviousBookMeta()"
          },
          {
            "kind": "METHOD",
            "name": "getSlot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEditBookEvent.html#getSlot()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEditBookEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEditBookEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "isSigning",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEditBookEvent.html#isSigning"
          },
          {
            "kind": "METHOD",
            "name": "isSigning()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEditBookEvent.html#isSigning()"
          },
          {
            "kind": "FIELD",
            "name": "newBookMeta",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEditBookEvent.html#newBookMeta"
          },
          {
            "kind": "FIELD",
            "name": "previousBookMeta",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEditBookEvent.html#previousBookMeta"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/event/player/PlayerEditBookEvent.html#setSigning(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "slot",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEditBookEvent.html#slot"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEditBookEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerEggThrowEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerEggThrowEvent(Player,Egg,boolean,byte,EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "egg"
              },
              {
                "kind": "PARAMETER",
                "name": "hatching"
              },
              {
                "kind": "PARAMETER",
                "name": "hatchingType"
              },
              {
                "kind": "PARAMETER",
                "name": "numHatches"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEggThrowEvent.html#PlayerEggThrowEvent(Player,Egg,boolean,byte,EntityType)"
          },
          {
            "kind": "FIELD",
            "name": "egg",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEggThrowEvent.html#egg"
          },
          {
            "kind": "METHOD",
            "name": "getEgg()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEggThrowEvent.html#getEgg()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEggThrowEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEggThrowEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getHatchingType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEggThrowEvent.html#getHatchingType()"
          },
          {
            "kind": "METHOD",
            "name": "getNumHatches()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEggThrowEvent.html#getNumHatches()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEggThrowEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "hatchType",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEggThrowEvent.html#hatchType"
          },
          {
            "kind": "FIELD",
            "name": "hatching",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEggThrowEvent.html#hatching"
          },
          {
            "kind": "METHOD",
            "name": "isHatching()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEggThrowEvent.html#isHatching()"
          },
          {
            "kind": "FIELD",
            "name": "numHatches",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEggThrowEvent.html#numHatches"
          },
          {
            "kind": "METHOD",
            "name": "setHatching(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hatching"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/event/player/PlayerEggThrowEvent.html#setNumHatches(byte)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEggThrowEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerEvent(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEvent.html#PlayerEvent(Player)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerEvent(Player,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "async"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEvent.html#PlayerEvent(Player,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEvent.html#player"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerExpChangeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerExpChangeEvent(Player,Entity,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expAmount"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "sourceEntity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerExpChangeEvent.html#PlayerExpChangeEvent(Player,Entity,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerExpChangeEvent(Player,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expAmount"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerExpChangeEvent.html#PlayerExpChangeEvent(Player,int)"
          },
          {
            "kind": "FIELD",
            "name": "exp",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerExpChangeEvent.html#exp"
          },
          {
            "kind": "METHOD",
            "name": "getAmount()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerExpChangeEvent.html#getAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerExpChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerExpChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSource()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerExpChangeEvent.html#getSource()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerExpChangeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "setAmount(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerExpChangeEvent.html#setAmount(int)"
          },
          {
            "kind": "FIELD",
            "name": "source",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerExpChangeEvent.html#source"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerExpChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerFishEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerFishEvent(Player,Entity,FishHook,State)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "hookEntity"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent.html#PlayerFishEvent(Player,Entity,FishHook,State)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent.html#entity"
          },
          {
            "kind": "FIELD",
            "name": "exp",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent.html#exp"
          },
          {
            "kind": "METHOD",
            "name": "getCaught()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent.html#getCaught()"
          },
          {
            "kind": "METHOD",
            "name": "getExpToDrop()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent.html#getExpToDrop()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getHook()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent.html#getHook()"
          },
          {
            "kind": "METHOD",
            "name": "getState()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent.html#getState()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "hookEntity",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent.html#hookEntity"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/player/PlayerFishEvent/State.html#BITE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CAUGHT_ENTITY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent/State.html#CAUGHT_ENTITY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CAUGHT_FISH",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent/State.html#CAUGHT_FISH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FAILED_ATTEMPT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent/State.html#FAILED_ATTEMPT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FISHING",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent/State.html#FISHING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "IN_GROUND",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent/State.html#IN_GROUND"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "REEL_IN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent/State.html#REEL_IN"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "State()",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/player/PlayerFishEvent/State.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent/State.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent/State.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/player/PlayerFishEvent.html#setExpToDrop(int)"
          },
          {
            "kind": "FIELD",
            "name": "state",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent.html#state"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerFishEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerGameModeChangeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerGameModeChangeEvent(Player,GameMode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newGameMode"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerGameModeChangeEvent.html#PlayerGameModeChangeEvent(Player,GameMode)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerGameModeChangeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerGameModeChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerGameModeChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewGameMode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerGameModeChangeEvent.html#getNewGameMode()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerGameModeChangeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerGameModeChangeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newGameMode",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerGameModeChangeEvent.html#newGameMode"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerGameModeChangeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerGameModeChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerInteractAtEntityEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerInteractAtEntityEvent(Player,Entity,Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clickedEntity"
              },
              {
                "kind": "PARAMETER",
                "name": "position"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractAtEntityEvent.html#PlayerInteractAtEntityEvent(Player,Entity,Vector)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerInteractAtEntityEvent(Player,Entity,Vector,EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clickedEntity"
              },
              {
                "kind": "PARAMETER",
                "name": "hand"
              },
              {
                "kind": "PARAMETER",
                "name": "position"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractAtEntityEvent.html#PlayerInteractAtEntityEvent(Player,Entity,Vector,EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "getClickedPosition()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractAtEntityEvent.html#getClickedPosition()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractAtEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractAtEntityEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractAtEntityEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "position",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractAtEntityEvent.html#position"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractAtEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerInteractEntityEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerInteractEntityEvent(Player,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clickedEntity"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEntityEvent.html#PlayerInteractEntityEvent(Player,Entity)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerInteractEntityEvent(Player,Entity,EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clickedEntity"
              },
              {
                "kind": "PARAMETER",
                "name": "hand"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEntityEvent.html#PlayerInteractEntityEvent(Player,Entity,EquipmentSlot)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEntityEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "clickedEntity",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEntityEvent.html#clickedEntity"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEntityEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEntityEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRightClicked()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEntityEvent.html#getRightClicked()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEntityEvent.html#hand"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEntityEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEntityEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEntityEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerInteractEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerInteractEvent(Player,Action,ItemStack,Block,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "action"
              },
              {
                "kind": "PARAMETER",
                "name": "clickedBlock"
              },
              {
                "kind": "PARAMETER",
                "name": "clickedFace"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#PlayerInteractEvent(Player,Action,ItemStack,Block,BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerInteractEvent(Player,Action,ItemStack,Block,BlockFace,EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "action"
              },
              {
                "kind": "PARAMETER",
                "name": "clickedBlock"
              },
              {
                "kind": "PARAMETER",
                "name": "clickedFace"
              },
              {
                "kind": "PARAMETER",
                "name": "hand"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#PlayerInteractEvent(Player,Action,ItemStack,Block,BlockFace,EquipmentSlot)"
          },
          {
            "kind": "FIELD",
            "name": "action",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#action"
          },
          {
            "kind": "FIELD",
            "name": "blockClicked",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#blockClicked"
          },
          {
            "kind": "FIELD",
            "name": "blockFace",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#blockFace"
          },
          {
            "kind": "METHOD",
            "name": "getAction()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#getAction()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockFace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#getBlockFace()"
          },
          {
            "kind": "METHOD",
            "name": "getClickedBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#getClickedBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getMaterial()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#getMaterial()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#hand"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "hasBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#hasBlock()"
          },
          {
            "kind": "METHOD",
            "name": "hasItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#hasItem()"
          },
          {
            "kind": "METHOD",
            "name": "isBlockInHand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#isBlockInHand()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#isCancelled()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#item"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/event/player/PlayerInteractEvent.html#setUseItemInHand(Result)"
          },
          {
            "kind": "FIELD",
            "name": "useClickedBlock",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#useClickedBlock"
          },
          {
            "kind": "METHOD",
            "name": "useInteractedBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#useInteractedBlock()"
          },
          {
            "kind": "FIELD",
            "name": "useItemInHand",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#useItemInHand"
          },
          {
            "kind": "METHOD",
            "name": "useItemInHand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html#useItemInHand()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerInteractEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerItemBreakEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerItemBreakEvent(Player,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "brokenItem"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemBreakEvent.html#PlayerItemBreakEvent(Player,ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "brokenItem",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemBreakEvent.html#brokenItem"
          },
          {
            "kind": "METHOD",
            "name": "getBrokenItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemBreakEvent.html#getBrokenItem()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemBreakEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemBreakEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemBreakEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemBreakEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerItemConsumeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerItemConsumeEvent(Player,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemConsumeEvent.html#PlayerItemConsumeEvent(Player,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemConsumeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemConsumeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemConsumeEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getReplacement()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemConsumeEvent.html#getReplacement()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemConsumeEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "isCancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemConsumeEvent.html#isCancelled"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemConsumeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemConsumeEvent.html#item"
          },
          {
            "kind": "FIELD",
            "name": "replacement",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemConsumeEvent.html#replacement"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/event/player/PlayerItemConsumeEvent.html#setReplacement(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemConsumeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerItemDamageEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerItemDamageEvent(Player,ItemStack,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemDamageEvent.html#PlayerItemDamageEvent(Player,ItemStack,int)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemDamageEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "damage",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemDamageEvent.html#damage"
          },
          {
            "kind": "METHOD",
            "name": "getDamage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemDamageEvent.html#getDamage()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemDamageEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemDamageEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemDamageEvent.html#getItem()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemDamageEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemDamageEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemDamageEvent.html#item"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/player/PlayerItemDamageEvent.html#setDamage(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemDamageEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerItemHeldEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerItemHeldEvent(Player,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "current"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "previous"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemHeldEvent.html#PlayerItemHeldEvent(Player,int,int)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemHeldEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "current",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemHeldEvent.html#current"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemHeldEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemHeldEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewSlot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemHeldEvent.html#getNewSlot()"
          },
          {
            "kind": "METHOD",
            "name": "getPreviousSlot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemHeldEvent.html#getPreviousSlot()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemHeldEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemHeldEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "previous",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemHeldEvent.html#previous"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemHeldEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemHeldEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerItemMendEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerItemMendEvent(Player,ItemStack,ExperienceOrb,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "experienceOrb"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "repairAmount"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemMendEvent.html#PlayerItemMendEvent(Player,ItemStack,ExperienceOrb,int)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemMendEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "experienceOrb",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemMendEvent.html#experienceOrb"
          },
          {
            "kind": "METHOD",
            "name": "getExperienceOrb()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemMendEvent.html#getExperienceOrb()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemMendEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemMendEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemMendEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getRepairAmount()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemMendEvent.html#getRepairAmount()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemMendEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemMendEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemMendEvent.html#item"
          },
          {
            "kind": "FIELD",
            "name": "repairAmount",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemMendEvent.html#repairAmount"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemMendEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setRepairAmount(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemMendEvent.html#setRepairAmount(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerItemMendEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerJoinEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerJoinEvent(Player,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "joinMessage"
              },
              {
                "kind": "PARAMETER",
                "name": "playerJoined"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerJoinEvent.html#PlayerJoinEvent(Player,String)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerJoinEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerJoinEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getJoinMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerJoinEvent.html#getJoinMessage()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerJoinEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "joinMessage",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerJoinEvent.html#joinMessage"
          },
          {
            "kind": "METHOD",
            "name": "setJoinMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "joinMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerJoinEvent.html#setJoinMessage(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerJoinEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerKickEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerKickEvent(Player,String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "kickReason"
              },
              {
                "kind": "PARAMETER",
                "name": "leaveMessage"
              },
              {
                "kind": "PARAMETER",
                "name": "playerKicked"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerKickEvent.html#PlayerKickEvent(Player,String,String)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerKickEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerKickEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerKickEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLeaveMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerKickEvent.html#getLeaveMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerKickEvent.html#getReason()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerKickEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerKickEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "kickReason",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerKickEvent.html#kickReason"
          },
          {
            "kind": "FIELD",
            "name": "leaveMessage",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerKickEvent.html#leaveMessage"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/player/PlayerKickEvent.html#setLeaveMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "setReason(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "kickReason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerKickEvent.html#setReason(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerKickEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerLevelChangeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerLevelChangeEvent(Player,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newLevel"
              },
              {
                "kind": "PARAMETER",
                "name": "oldLevel"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLevelChangeEvent.html#PlayerLevelChangeEvent(Player,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLevelChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLevelChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLevelChangeEvent.html#getNewLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getOldLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLevelChangeEvent.html#getOldLevel()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLevelChangeEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "newLevel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLevelChangeEvent.html#newLevel"
          },
          {
            "kind": "FIELD",
            "name": "oldLevel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLevelChangeEvent.html#oldLevel"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLevelChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerLocaleChangeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerLocaleChangeEvent(Player,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "locale"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLocaleChangeEvent.html#PlayerLocaleChangeEvent(Player,String)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLocaleChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLocaleChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocale()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLocaleChangeEvent.html#getLocale()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLocaleChangeEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "locale",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLocaleChangeEvent.html#locale"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLocaleChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerLoginEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerLoginEvent(Player,String,InetAddress)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "address"
              },
              {
                "kind": "PARAMETER",
                "name": "hostname"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent.html#PlayerLoginEvent(Player,String,InetAddress)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerLoginEvent(Player,String,InetAddress,InetAddress)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "address"
              },
              {
                "kind": "PARAMETER",
                "name": "hostname"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "realAddress"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent.html#PlayerLoginEvent(Player,String,InetAddress,InetAddress)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerLoginEvent(Player,String,InetAddress,Result,String,InetAddress)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "address"
              },
              {
                "kind": "PARAMETER",
                "name": "hostname"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "realAddress"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent.html#PlayerLoginEvent(Player,String,InetAddress,Result,String,InetAddress)"
          },
          {
            "kind": "FIELD",
            "name": "address",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent.html#address"
          },
          {
            "kind": "METHOD",
            "name": "allow()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent.html#allow()"
          },
          {
            "kind": "METHOD",
            "name": "disallow(Result,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent.html#disallow(Result,String)"
          },
          {
            "kind": "METHOD",
            "name": "getAddress()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent.html#getAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getHostname()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent.html#getHostname()"
          },
          {
            "kind": "METHOD",
            "name": "getKickMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent.html#getKickMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getRealAddress()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent.html#getRealAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent.html#getResult()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "hostname",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent.html#hostname"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/player/PlayerLoginEvent/Result.html#ALLOWED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_BANNED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent/Result.html#KICK_BANNED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_FULL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent/Result.html#KICK_FULL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_OTHER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent/Result.html#KICK_OTHER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_WHITELIST",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent/Result.html#KICK_WHITELIST"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Result()",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/player/PlayerLoginEvent/Result.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent/Result.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent/Result.html"
          },
          {
            "kind": "FIELD",
            "name": "realAddress",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent.html#realAddress"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent.html#result"
          },
          {
            "kind": "METHOD",
            "name": "setKickMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent.html#setKickMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "setResult(Result)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent.html#setResult(Result)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerLoginEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerMoveEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerMoveEvent(Player,Location,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "from"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "to"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerMoveEvent.html#PlayerMoveEvent(Player,Location,Location)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerMoveEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "from",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerMoveEvent.html#from"
          },
          {
            "kind": "METHOD",
            "name": "getFrom()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerMoveEvent.html#getFrom()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerMoveEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerMoveEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTo()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerMoveEvent.html#getTo()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerMoveEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerMoveEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/event/player/PlayerMoveEvent.html#setTo(Location)"
          },
          {
            "kind": "FIELD",
            "name": "to",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerMoveEvent.html#to"
          },
          {
            "kind": "METHOD",
            "name": "validateLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerMoveEvent.html#validateLocation(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerMoveEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerPickupArrowEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerPickupArrowEvent(Player,Item,AbstractArrow)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "arrow"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPickupArrowEvent.html#PlayerPickupArrowEvent(Player,Item,AbstractArrow)"
          },
          {
            "kind": "FIELD",
            "name": "arrow",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPickupArrowEvent.html#arrow"
          },
          {
            "kind": "METHOD",
            "name": "getArrow()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPickupArrowEvent.html#getArrow()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPickupArrowEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerPickupItemEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerPickupItemEvent(Player,Item,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "remaining"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPickupItemEvent.html#PlayerPickupItemEvent(Player,Item,int)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPickupItemEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "flyAtPlayer",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPickupItemEvent.html#flyAtPlayer"
          },
          {
            "kind": "METHOD",
            "name": "getFlyAtPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPickupItemEvent.html#getFlyAtPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPickupItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPickupItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPickupItemEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getRemaining()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPickupItemEvent.html#getRemaining()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPickupItemEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPickupItemEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPickupItemEvent.html#item"
          },
          {
            "kind": "FIELD",
            "name": "remaining",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPickupItemEvent.html#remaining"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/player/PlayerPickupItemEvent.html#setFlyAtPlayer(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPickupItemEvent.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerPortalEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerPortalEvent(Player,Location,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "from"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "to"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPortalEvent.html#PlayerPortalEvent(Player,Location,Location)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerPortalEvent(Player,Location,Location,TeleportCause)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "from"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "to"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPortalEvent.html#PlayerPortalEvent(Player,Location,Location,TeleportCause)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerPortalEvent(Player,Location,Location,TeleportCause,int,boolean,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canCreatePortal"
              },
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "creationRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "from"
              },
              {
                "kind": "PARAMETER",
                "name": "getSearchRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "to"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPortalEvent.html#PlayerPortalEvent(Player,Location,Location,TeleportCause,int,boolean,int)"
          },
          {
            "kind": "FIELD",
            "name": "canCreatePortal",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPortalEvent.html#canCreatePortal"
          },
          {
            "kind": "FIELD",
            "name": "creationRadius",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPortalEvent.html#creationRadius"
          },
          {
            "kind": "METHOD",
            "name": "getCanCreatePortal()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPortalEvent.html#getCanCreatePortal()"
          },
          {
            "kind": "METHOD",
            "name": "getCreationRadius()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPortalEvent.html#getCreationRadius()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPortalEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPortalEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "getSearchRadius",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPortalEvent.html#getSearchRadius"
          },
          {
            "kind": "METHOD",
            "name": "getSearchRadius()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPortalEvent.html#getSearchRadius()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPortalEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "setCanCreatePortal(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canCreatePortal"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/event/player/PlayerPortalEvent.html#setSearchRadius(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPortalEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerPreLoginEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerPreLoginEvent(String,InetAddress)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ipAddress"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent.html#PlayerPreLoginEvent(String,InetAddress)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerPreLoginEvent(String,InetAddress,UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ipAddress"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "uniqueId"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent.html#PlayerPreLoginEvent(String,InetAddress,UUID)"
          },
          {
            "kind": "METHOD",
            "name": "allow()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent.html#allow()"
          },
          {
            "kind": "METHOD",
            "name": "disallow(Result,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent.html#disallow(Result,String)"
          },
          {
            "kind": "METHOD",
            "name": "getAddress()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent.html#getAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getKickMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent.html#getKickMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "getUniqueId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent.html#getUniqueId()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "ipAddress",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent.html#ipAddress"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent.html#message"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/player/PlayerPreLoginEvent/Result.html#ALLOWED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_BANNED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent/Result.html#KICK_BANNED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_FULL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent/Result.html#KICK_FULL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_OTHER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent/Result.html#KICK_OTHER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_WHITELIST",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent/Result.html#KICK_WHITELIST"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Result()",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/player/PlayerPreLoginEvent/Result.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent/Result.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent/Result.html"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent.html#result"
          },
          {
            "kind": "METHOD",
            "name": "setKickMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent.html#setKickMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "setResult(Result)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent.html#setResult(Result)"
          },
          {
            "kind": "FIELD",
            "name": "uniqueId",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent.html#uniqueId"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerPreLoginEvent.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerQuitEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerQuitEvent(Player,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "quitMessage"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerQuitEvent.html#PlayerQuitEvent(Player,String)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerQuitEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerQuitEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getQuitMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerQuitEvent.html#getQuitMessage()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerQuitEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "quitMessage",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerQuitEvent.html#quitMessage"
          },
          {
            "kind": "METHOD",
            "name": "setQuitMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "quitMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerQuitEvent.html#setQuitMessage(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerQuitEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerRecipeDiscoverEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerRecipeDiscoverEvent(Player,NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipe"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html#PlayerRecipeDiscoverEvent(Player,NamespacedKey)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipe()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html#getRecipe()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "recipe",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html#recipe"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerRegisterChannelEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerRegisterChannelEvent(Player,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRegisterChannelEvent.html#PlayerRegisterChannelEvent(Player,String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRegisterChannelEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerResourcePackStatusEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerResourcePackStatusEvent(Player,Status)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "resourcePackStatus"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerResourcePackStatusEvent.html#PlayerResourcePackStatusEvent(Player,Status)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerResourcePackStatusEvent(Player,Status,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hash"
              },
              {
                "kind": "PARAMETER",
                "name": "resourcePackStatus"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerResourcePackStatusEvent.html#PlayerResourcePackStatusEvent(Player,Status,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerResourcePackStatusEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerResourcePackStatusEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getHash()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerResourcePackStatusEvent.html#getHash()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getStatus()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerResourcePackStatusEvent.html#getStatus()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerResourcePackStatusEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "hash",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerResourcePackStatusEvent.html#hash",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.player.PlayerResourcePackStatusEvent.Status",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ACCEPTED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerResourcePackStatusEvent/Status.html#ACCEPTED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DECLINED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerResourcePackStatusEvent/Status.html#DECLINED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FAILED_DOWNLOAD",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerResourcePackStatusEvent/Status.html#FAILED_DOWNLOAD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SUCCESSFULLY_LOADED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerResourcePackStatusEvent/Status.html#SUCCESSFULLY_LOADED"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Status()",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/player/PlayerResourcePackStatusEvent/Status.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerResourcePackStatusEvent/Status.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerResourcePackStatusEvent/Status.html"
          },
          {
            "kind": "FIELD",
            "name": "status",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerResourcePackStatusEvent.html#status"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerResourcePackStatusEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerRespawnEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerRespawnEvent(Player,Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isBedSpawn"
              },
              {
                "kind": "PARAMETER",
                "name": "respawnLocation"
              },
              {
                "kind": "PARAMETER",
                "name": "respawnPlayer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRespawnEvent.html#PlayerRespawnEvent(Player,Location,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRespawnEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRespawnEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRespawnLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRespawnEvent.html#getRespawnLocation()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRespawnEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "isBedSpawn",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRespawnEvent.html#isBedSpawn"
          },
          {
            "kind": "METHOD",
            "name": "isBedSpawn()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRespawnEvent.html#isBedSpawn()"
          },
          {
            "kind": "FIELD",
            "name": "respawnLocation",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRespawnEvent.html#respawnLocation"
          },
          {
            "kind": "METHOD",
            "name": "setRespawnLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "respawnLocation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRespawnEvent.html#setRespawnLocation(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRespawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerRiptideEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerRiptideEvent(Player,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRiptideEvent.html#PlayerRiptideEvent(Player,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRiptideEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRiptideEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRiptideEvent.html#getItem()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRiptideEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRiptideEvent.html#item"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerRiptideEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerShearEntityEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerShearEntityEvent(Player,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "what"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerShearEntityEvent.html#PlayerShearEntityEvent(Player,Entity)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerShearEntityEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerShearEntityEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerShearEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerShearEntityEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerShearEntityEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerShearEntityEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerShearEntityEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "what",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerShearEntityEvent.html#what"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerShearEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerStatisticIncrementEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerStatisticIncrementEvent(Player,Statistic,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "initialValue"
              },
              {
                "kind": "PARAMETER",
                "name": "newValue"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#PlayerStatisticIncrementEvent(Player,Statistic,int,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerStatisticIncrementEvent(Player,Statistic,int,int,EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entityType"
              },
              {
                "kind": "PARAMETER",
                "name": "initialValue"
              },
              {
                "kind": "PARAMETER",
                "name": "newValue"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#PlayerStatisticIncrementEvent(Player,Statistic,int,int,EntityType)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerStatisticIncrementEvent(Player,Statistic,int,int,Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "initialValue"
              },
              {
                "kind": "PARAMETER",
                "name": "material"
              },
              {
                "kind": "PARAMETER",
                "name": "newValue"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#PlayerStatisticIncrementEvent(Player,Statistic,int,int,Material)"
          },
          {
            "kind": "FIELD",
            "name": "entityType",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#entityType"
          },
          {
            "kind": "METHOD",
            "name": "getEntityType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#getEntityType()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMaterial()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#getMaterial()"
          },
          {
            "kind": "METHOD",
            "name": "getNewValue()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#getNewValue()"
          },
          {
            "kind": "METHOD",
            "name": "getPreviousValue()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#getPreviousValue()"
          },
          {
            "kind": "METHOD",
            "name": "getStatistic()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#getStatistic()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "initialValue",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#initialValue"
          },
          {
            "kind": "FIELD",
            "name": "isCancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#isCancelled"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "material",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#material"
          },
          {
            "kind": "FIELD",
            "name": "newValue",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#newValue"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "statistic",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#statistic"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerStatisticIncrementEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerSwapHandItemsEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerSwapHandItemsEvent(Player,ItemStack,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mainHandItem"
              },
              {
                "kind": "PARAMETER",
                "name": "offHandItem"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#PlayerSwapHandItemsEvent(Player,ItemStack,ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMainHandItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#getMainHandItem()"
          },
          {
            "kind": "METHOD",
            "name": "getOffHandItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#getOffHandItem()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "mainHandItem",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#mainHandItem"
          },
          {
            "kind": "FIELD",
            "name": "offHandItem",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#offHandItem"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#setOffHandItem(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerSwapHandItemsEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerTakeLecternBookEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerTakeLecternBookEvent(Player,Lectern)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lectern"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTakeLecternBookEvent.html#PlayerTakeLecternBookEvent(Player,Lectern)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTakeLecternBookEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBook()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTakeLecternBookEvent.html#getBook()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTakeLecternBookEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTakeLecternBookEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLectern()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTakeLecternBookEvent.html#getLectern()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTakeLecternBookEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTakeLecternBookEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "lectern",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTakeLecternBookEvent.html#lectern"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTakeLecternBookEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTakeLecternBookEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerTeleportEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerTeleportEvent(Player,Location,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "from"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "to"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTeleportEvent.html#PlayerTeleportEvent(Player,Location,Location)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerTeleportEvent(Player,Location,Location,TeleportCause)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "from"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "to"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTeleportEvent.html#PlayerTeleportEvent(Player,Location,Location,TeleportCause)"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTeleportEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTeleportEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTeleportEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTeleportEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTeleportEvent.html#handlers"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.player.PlayerTeleportEvent.TeleportCause",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CHORUS_FRUIT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#CHORUS_FRUIT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "COMMAND",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#COMMAND"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENDER_PEARL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#ENDER_PEARL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "END_GATEWAY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#END_GATEWAY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "END_PORTAL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#END_PORTAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NETHER_PORTAL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#NETHER_PORTAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLUGIN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#PLUGIN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SPECTATE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#SPECTATE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "TeleportCause()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#TeleportCause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerTeleportEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerToggleFlightEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerToggleFlightEvent(Player,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isFlying"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleFlightEvent.html#PlayerToggleFlightEvent(Player,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleFlightEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleFlightEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleFlightEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleFlightEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleFlightEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "isFlying",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleFlightEvent.html#isFlying"
          },
          {
            "kind": "METHOD",
            "name": "isFlying()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleFlightEvent.html#isFlying()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleFlightEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleFlightEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerToggleSneakEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerToggleSneakEvent(Player,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isSneaking"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleSneakEvent.html#PlayerToggleSneakEvent(Player,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleSneakEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleSneakEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleSneakEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleSneakEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleSneakEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "isSneaking",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleSneakEvent.html#isSneaking"
          },
          {
            "kind": "METHOD",
            "name": "isSneaking()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleSneakEvent.html#isSneaking()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleSneakEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleSneakEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerToggleSprintEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerToggleSprintEvent(Player,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isSprinting"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleSprintEvent.html#PlayerToggleSprintEvent(Player,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleSprintEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleSprintEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleSprintEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleSprintEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleSprintEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "isSprinting",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleSprintEvent.html#isSprinting"
          },
          {
            "kind": "METHOD",
            "name": "isSprinting()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleSprintEvent.html#isSprinting()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleSprintEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerToggleSprintEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerUnleashEntityEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerUnleashEntityEvent(Entity,Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerUnleashEntityEvent.html#PlayerUnleashEntityEvent(Entity,Player)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerUnleashEntityEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerUnleashEntityEvent.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerUnleashEntityEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerUnleashEntityEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerUnleashEntityEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerUnleashEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerUnregisterChannelEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerUnregisterChannelEvent(Player,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerUnregisterChannelEvent.html#PlayerUnregisterChannelEvent(Player,String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerUnregisterChannelEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerVelocityEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerVelocityEvent(Player,Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "velocity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerVelocityEvent.html#PlayerVelocityEvent(Player,Vector)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerVelocityEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerVelocityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerVelocityEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getVelocity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerVelocityEvent.html#getVelocity()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerVelocityEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerVelocityEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/player/PlayerVelocityEvent.html#setVelocity(Vector)"
          },
          {
            "kind": "FIELD",
            "name": "velocity",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerVelocityEvent.html#velocity"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/player/PlayerVelocityEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/raid/RaidEvent.html#RaidEvent(Raid,World)"
          },
          {
            "kind": "METHOD",
            "name": "getRaid()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidEvent.html#getRaid()"
          },
          {
            "kind": "FIELD",
            "name": "raid",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidEvent.html#raid"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.raid.RaidFinishEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "RaidFinishEvent(Raid,World,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "raid"
              },
              {
                "kind": "PARAMETER",
                "name": "winners"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidFinishEvent.html#RaidFinishEvent(Raid,World,List)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidFinishEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidFinishEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getWinners()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidFinishEvent.html#getWinners()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidFinishEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "winners",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidFinishEvent.html#winners"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidFinishEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.raid.RaidSpawnWaveEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "RaidSpawnWaveEvent(Raid,World,Raider,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "leader"
              },
              {
                "kind": "PARAMETER",
                "name": "raid"
              },
              {
                "kind": "PARAMETER",
                "name": "raiders"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidSpawnWaveEvent.html#RaidSpawnWaveEvent(Raid,World,Raider,List)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidSpawnWaveEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidSpawnWaveEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPatrolLeader()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidSpawnWaveEvent.html#getPatrolLeader()"
          },
          {
            "kind": "METHOD",
            "name": "getRaiders()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidSpawnWaveEvent.html#getRaiders()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidSpawnWaveEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "leader",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidSpawnWaveEvent.html#leader"
          },
          {
            "kind": "FIELD",
            "name": "raiders",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidSpawnWaveEvent.html#raiders"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidSpawnWaveEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.raid.RaidStopEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "RaidStopEvent(Raid,World,Reason)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "raid"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidStopEvent.html#RaidStopEvent(Raid,World,Reason)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidStopEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidStopEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidStopEvent.html#getReason()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidStopEvent.html#handlers"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.raid.RaidStopEvent.Reason",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "FINISHED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidStopEvent/Reason.html#FINISHED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NOT_IN_VILLAGE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidStopEvent/Reason.html#NOT_IN_VILLAGE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PEACE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidStopEvent/Reason.html#PEACE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Reason()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidStopEvent/Reason.html#Reason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TIMEOUT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidStopEvent/Reason.html#TIMEOUT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNSPAWNABLE",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/raid/RaidStopEvent/Reason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidStopEvent/Reason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidStopEvent/Reason.html"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidStopEvent.html#reason"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidStopEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.raid.RaidTriggerEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "RaidTriggerEvent(Raid,World,Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "raid"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidTriggerEvent.html#RaidTriggerEvent(Raid,World,Player)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidTriggerEvent.html#cancel"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidTriggerEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidTriggerEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidTriggerEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidTriggerEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidTriggerEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidTriggerEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidTriggerEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/raid/RaidTriggerEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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": "CONSTRUCTOR",
            "name": "BroadcastMessageEvent(String,Set)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "recipients"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/BroadcastMessageEvent.html#BroadcastMessageEvent(String,Set)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BroadcastMessageEvent(boolean,String,Set)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isAsync"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "recipients"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/BroadcastMessageEvent.html#BroadcastMessageEvent(boolean,String,Set)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/BroadcastMessageEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/BroadcastMessageEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/BroadcastMessageEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/BroadcastMessageEvent.html#getMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipients()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/BroadcastMessageEvent.html#getRecipients()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/BroadcastMessageEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/BroadcastMessageEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/BroadcastMessageEvent.html#message"
          },
          {
            "kind": "FIELD",
            "name": "recipients",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/BroadcastMessageEvent.html#recipients"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/server/BroadcastMessageEvent.html#setMessage(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/BroadcastMessageEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.MapInitializeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MapInitializeEvent(MapView)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mapView"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/MapInitializeEvent.html#MapInitializeEvent(MapView)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/MapInitializeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/MapInitializeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMap()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/MapInitializeEvent.html#getMap()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/MapInitializeEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "mapView",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/MapInitializeEvent.html#mapView"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/MapInitializeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.PluginDisableEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginDisableEvent(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/PluginDisableEvent.html#PluginDisableEvent(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/PluginDisableEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/PluginDisableEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/PluginDisableEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/PluginDisableEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.PluginEnableEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginEnableEvent(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/PluginEnableEvent.html#PluginEnableEvent(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/PluginEnableEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/PluginEnableEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/PluginEnableEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/server/PluginEvent.html#PluginEvent(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "getPlugin()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/PluginEvent.html#getPlugin()"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/PluginEvent.html#plugin"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/PluginEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.RemoteServerCommandEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "RemoteServerCommandEvent(CommandSender,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "command"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/RemoteServerCommandEvent.html#RemoteServerCommandEvent(CommandSender,String)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/RemoteServerCommandEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/RemoteServerCommandEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/RemoteServerCommandEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/RemoteServerCommandEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.ServerCommandEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerCommandEvent(CommandSender,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "command"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerCommandEvent.html#ServerCommandEvent(CommandSender,String)"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerCommandEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "command",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerCommandEvent.html#command"
          },
          {
            "kind": "METHOD",
            "name": "getCommand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerCommandEvent.html#getCommand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerCommandEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerCommandEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSender()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerCommandEvent.html#getSender()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerCommandEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerCommandEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "sender",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerCommandEvent.html#sender"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/server/ServerCommandEvent.html#setCommand(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/server/ServerEvent.html#ServerEvent()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerEvent(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isAsync"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerEvent.html#ServerEvent(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.ServerListPingEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "MAGIC_PLAYER_COUNT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerListPingEvent.html#MAGIC_PLAYER_COUNT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerListPingEvent(InetAddress,String,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "address"
              },
              {
                "kind": "PARAMETER",
                "name": "maxPlayers"
              },
              {
                "kind": "PARAMETER",
                "name": "motd"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerListPingEvent.html#ServerListPingEvent(InetAddress,String,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerListPingEvent(InetAddress,String,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "address"
              },
              {
                "kind": "PARAMETER",
                "name": "maxPlayers"
              },
              {
                "kind": "PARAMETER",
                "name": "motd"
              },
              {
                "kind": "PARAMETER",
                "name": "numPlayers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerListPingEvent.html#ServerListPingEvent(InetAddress,String,int,int)"
          },
          {
            "kind": "FIELD",
            "name": "address",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerListPingEvent.html#address"
          },
          {
            "kind": "METHOD",
            "name": "getAddress()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerListPingEvent.html#getAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerListPingEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerListPingEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxPlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerListPingEvent.html#getMaxPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getMotd()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerListPingEvent.html#getMotd()"
          },
          {
            "kind": "METHOD",
            "name": "getNumPlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerListPingEvent.html#getNumPlayers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerListPingEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "iterator()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerListPingEvent.html#iterator()"
          },
          {
            "kind": "FIELD",
            "name": "maxPlayers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerListPingEvent.html#maxPlayers"
          },
          {
            "kind": "FIELD",
            "name": "motd",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerListPingEvent.html#motd"
          },
          {
            "kind": "FIELD",
            "name": "numPlayers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerListPingEvent.html#numPlayers"
          },
          {
            "kind": "METHOD",
            "name": "setMaxPlayers(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxPlayers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/server/ServerListPingEvent.html#setMotd(String)"
          },
          {
            "kind": "METHOD",
            "name": "setServerIcon(CachedServerIcon)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "icon"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerListPingEvent.html#setServerIcon(CachedServerIcon)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerListPingEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.ServerLoadEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerLoadEvent(LoadType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerLoadEvent.html#ServerLoadEvent(LoadType)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerLoadEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerLoadEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerLoadEvent.html#getType()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerLoadEvent.html#handlers"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.server.ServerLoadEvent.LoadType",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "LoadType()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerLoadEvent/LoadType.html#LoadType()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RELOAD",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerLoadEvent/LoadType.html#RELOAD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STARTUP",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/server/ServerLoadEvent/LoadType.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerLoadEvent/LoadType.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerLoadEvent/LoadType.html"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServerLoadEvent.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/server/ServiceEvent.html#ServiceEvent(RegisteredServiceProvider)"
          },
          {
            "kind": "METHOD",
            "name": "getProvider()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServiceEvent.html#getProvider()"
          },
          {
            "kind": "FIELD",
            "name": "provider",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServiceEvent.html#provider"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServiceEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.ServiceRegisterEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ServiceRegisterEvent(RegisteredServiceProvider)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "registeredProvider"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServiceRegisterEvent.html#ServiceRegisterEvent(RegisteredServiceProvider)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServiceRegisterEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServiceRegisterEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServiceRegisterEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServiceRegisterEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.ServiceUnregisterEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ServiceUnregisterEvent(RegisteredServiceProvider)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "serviceProvider"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServiceUnregisterEvent.html#ServiceUnregisterEvent(RegisteredServiceProvider)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServiceUnregisterEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServiceUnregisterEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServiceUnregisterEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/ServiceUnregisterEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.TabCompleteEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "TabCompleteEvent(CommandSender,String,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "buffer"
              },
              {
                "kind": "PARAMETER",
                "name": "completions"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/TabCompleteEvent.html#TabCompleteEvent(CommandSender,String,List)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "TabCompleteEvent(CommandSender,String,List,boolean,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "buffer"
              },
              {
                "kind": "PARAMETER",
                "name": "completions"
              },
              {
                "kind": "PARAMETER",
                "name": "isCommand"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/TabCompleteEvent.html#TabCompleteEvent(CommandSender,String,List,boolean,Location)"
          },
          {
            "kind": "FIELD",
            "name": "buffer",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/TabCompleteEvent.html#buffer"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/TabCompleteEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "completions",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/TabCompleteEvent.html#completions"
          },
          {
            "kind": "METHOD",
            "name": "getBuffer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/TabCompleteEvent.html#getBuffer()"
          },
          {
            "kind": "METHOD",
            "name": "getCompletions()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/TabCompleteEvent.html#getCompletions()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/TabCompleteEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/TabCompleteEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/TabCompleteEvent.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getSender()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/TabCompleteEvent.html#getSender()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/TabCompleteEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/TabCompleteEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "isCommand",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/TabCompleteEvent.html#isCommand"
          },
          {
            "kind": "METHOD",
            "name": "isCommand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/TabCompleteEvent.html#isCommand()"
          },
          {
            "kind": "FIELD",
            "name": "loc",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/TabCompleteEvent.html#loc"
          },
          {
            "kind": "FIELD",
            "name": "sender",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/TabCompleteEvent.html#sender"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/server/TabCompleteEvent.html#setCompletions(List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/server/TabCompleteEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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": "CONSTRUCTOR",
            "name": "VehicleBlockCollisionEvent(Vehicle,Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "vehicle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleBlockCollisionEvent.html#VehicleBlockCollisionEvent(Vehicle,Block)"
          },
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleBlockCollisionEvent.html#block"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleBlockCollisionEvent.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleBlockCollisionEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleBlockCollisionEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleBlockCollisionEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleBlockCollisionEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.vehicle.VehicleCollisionEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "VehicleCollisionEvent(Vehicle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vehicle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleCollisionEvent.html#VehicleCollisionEvent(Vehicle)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleCollisionEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.vehicle.VehicleCreateEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "VehicleCreateEvent(Vehicle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vehicle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleCreateEvent.html#VehicleCreateEvent(Vehicle)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleCreateEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleCreateEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleCreateEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleCreateEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleCreateEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleCreateEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleCreateEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.vehicle.VehicleDamageEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "VehicleDamageEvent(Vehicle,Entity,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attacker"
              },
              {
                "kind": "PARAMETER",
                "name": "damage"
              },
              {
                "kind": "PARAMETER",
                "name": "vehicle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleDamageEvent.html#VehicleDamageEvent(Vehicle,Entity,double)"
          },
          {
            "kind": "FIELD",
            "name": "attacker",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleDamageEvent.html#attacker"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleDamageEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "damage",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleDamageEvent.html#damage"
          },
          {
            "kind": "METHOD",
            "name": "getAttacker()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleDamageEvent.html#getAttacker()"
          },
          {
            "kind": "METHOD",
            "name": "getDamage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleDamageEvent.html#getDamage()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleDamageEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleDamageEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleDamageEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleDamageEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/vehicle/VehicleDamageEvent.html#setDamage(double)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleDamageEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.vehicle.VehicleDestroyEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "VehicleDestroyEvent(Vehicle,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attacker"
              },
              {
                "kind": "PARAMETER",
                "name": "vehicle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleDestroyEvent.html#VehicleDestroyEvent(Vehicle,Entity)"
          },
          {
            "kind": "FIELD",
            "name": "attacker",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleDestroyEvent.html#attacker"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleDestroyEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getAttacker()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleDestroyEvent.html#getAttacker()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleDestroyEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleDestroyEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleDestroyEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleDestroyEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleDestroyEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleDestroyEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.vehicle.VehicleEnterEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "VehicleEnterEvent(Vehicle,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entered"
              },
              {
                "kind": "PARAMETER",
                "name": "vehicle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEnterEvent.html#VehicleEnterEvent(Vehicle,Entity)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEnterEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "entered",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEnterEvent.html#entered"
          },
          {
            "kind": "METHOD",
            "name": "getEntered()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEnterEvent.html#getEntered()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEnterEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEnterEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEnterEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEnterEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEnterEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEnterEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.vehicle.VehicleEntityCollisionEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "VehicleEntityCollisionEvent(Vehicle,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "vehicle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#VehicleEntityCollisionEvent(Vehicle,Entity)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cancelledCollision",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#cancelledCollision"
          },
          {
            "kind": "FIELD",
            "name": "cancelledPickup",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#cancelledPickup"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isCollisionCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#isCollisionCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isPickupCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#isPickupCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#setCollisionCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setPickupCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#setPickupCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/vehicle/VehicleEvent.html#VehicleEvent(Vehicle)"
          },
          {
            "kind": "METHOD",
            "name": "getVehicle()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEvent.html#getVehicle()"
          },
          {
            "kind": "FIELD",
            "name": "vehicle",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEvent.html#vehicle"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.vehicle.VehicleExitEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "VehicleExitEvent(Vehicle,LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "exited"
              },
              {
                "kind": "PARAMETER",
                "name": "vehicle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleExitEvent.html#VehicleExitEvent(Vehicle,LivingEntity)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "VehicleExitEvent(Vehicle,LivingEntity,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "exited"
              },
              {
                "kind": "PARAMETER",
                "name": "isCancellable"
              },
              {
                "kind": "PARAMETER",
                "name": "vehicle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleExitEvent.html#VehicleExitEvent(Vehicle,LivingEntity,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleExitEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "exited",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleExitEvent.html#exited"
          },
          {
            "kind": "METHOD",
            "name": "getExited()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleExitEvent.html#getExited()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleExitEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleExitEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleExitEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "isCancellable",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleExitEvent.html#isCancellable"
          },
          {
            "kind": "METHOD",
            "name": "isCancellable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleExitEvent.html#isCancellable()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleExitEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleExitEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleExitEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.vehicle.VehicleMoveEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "VehicleMoveEvent(Vehicle,Location,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "from"
              },
              {
                "kind": "PARAMETER",
                "name": "to"
              },
              {
                "kind": "PARAMETER",
                "name": "vehicle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleMoveEvent.html#VehicleMoveEvent(Vehicle,Location,Location)"
          },
          {
            "kind": "FIELD",
            "name": "from",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleMoveEvent.html#from"
          },
          {
            "kind": "METHOD",
            "name": "getFrom()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleMoveEvent.html#getFrom()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleMoveEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleMoveEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTo()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleMoveEvent.html#getTo()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleMoveEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "to",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleMoveEvent.html#to"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleMoveEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.vehicle.VehicleUpdateEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "VehicleUpdateEvent(Vehicle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vehicle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleUpdateEvent.html#VehicleUpdateEvent(Vehicle)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleUpdateEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleUpdateEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleUpdateEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/vehicle/VehicleUpdateEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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": "CONSTRUCTOR",
            "name": "LightningStrikeEvent(World,LightningStrike)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bolt"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/LightningStrikeEvent.html#LightningStrikeEvent(World,LightningStrike)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "LightningStrikeEvent(World,LightningStrike,Cause)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bolt"
              },
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/LightningStrikeEvent.html#LightningStrikeEvent(World,LightningStrike,Cause)"
          },
          {
            "kind": "FIELD",
            "name": "bolt",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/LightningStrikeEvent.html#bolt"
          },
          {
            "kind": "FIELD",
            "name": "canceled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/LightningStrikeEvent.html#canceled"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/LightningStrikeEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/LightningStrikeEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/LightningStrikeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/LightningStrikeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLightning()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/LightningStrikeEvent.html#getLightning()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/LightningStrikeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/weather/LightningStrikeEvent/Cause.html#COMMAND"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Cause()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/LightningStrikeEvent/Cause.html#Cause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TRAP",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/LightningStrikeEvent/Cause.html#TRAP"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TRIDENT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/LightningStrikeEvent/Cause.html#TRIDENT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/LightningStrikeEvent/Cause.html#UNKNOWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WEATHER",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/weather/LightningStrikeEvent/Cause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/LightningStrikeEvent/Cause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/LightningStrikeEvent/Cause.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/LightningStrikeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/LightningStrikeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.weather.ThunderChangeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ThunderChangeEvent(World,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "to"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/ThunderChangeEvent.html#ThunderChangeEvent(World,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "canceled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/ThunderChangeEvent.html#canceled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/ThunderChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/ThunderChangeEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/ThunderChangeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/ThunderChangeEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/ThunderChangeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "to",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/ThunderChangeEvent.html#to"
          },
          {
            "kind": "METHOD",
            "name": "toThunderState()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/ThunderChangeEvent.html#toThunderState()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/ThunderChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.weather.WeatherChangeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "WeatherChangeEvent(World,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "to"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/WeatherChangeEvent.html#WeatherChangeEvent(World,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "canceled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/WeatherChangeEvent.html#canceled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/WeatherChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/WeatherChangeEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/WeatherChangeEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/WeatherChangeEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/WeatherChangeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "to",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/WeatherChangeEvent.html#to"
          },
          {
            "kind": "METHOD",
            "name": "toWeatherState()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/WeatherChangeEvent.html#toWeatherState()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/weather/WeatherEvent.html#WeatherEvent(World)"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/WeatherEvent.html#getWorld()"
          },
          {
            "kind": "FIELD",
            "name": "world",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/WeatherEvent.html#world"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/WeatherEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/weather/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.event.world",
    "children": [
      {
        "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.15.1/org/bukkit/event/world/ChunkEvent.html#ChunkEvent(Chunk)"
          },
          {
            "kind": "FIELD",
            "name": "chunk",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkEvent.html#chunk"
          },
          {
            "kind": "METHOD",
            "name": "getChunk()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkEvent.html#getChunk()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.ChunkLoadEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ChunkLoadEvent(Chunk,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunk"
              },
              {
                "kind": "PARAMETER",
                "name": "newChunk"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkLoadEvent.html#ChunkLoadEvent(Chunk,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkLoadEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkLoadEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkLoadEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isNewChunk()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkLoadEvent.html#isNewChunk()"
          },
          {
            "kind": "FIELD",
            "name": "newChunk",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkLoadEvent.html#newChunk"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkLoadEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.ChunkPopulateEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ChunkPopulateEvent(Chunk)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunk"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkPopulateEvent.html#ChunkPopulateEvent(Chunk)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkPopulateEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkPopulateEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkPopulateEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkPopulateEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.ChunkUnloadEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ChunkUnloadEvent(Chunk)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunk"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkUnloadEvent.html#ChunkUnloadEvent(Chunk)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ChunkUnloadEvent(Chunk,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunk"
              },
              {
                "kind": "PARAMETER",
                "name": "save"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkUnloadEvent.html#ChunkUnloadEvent(Chunk,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkUnloadEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkUnloadEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkUnloadEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isSaveChunk()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkUnloadEvent.html#isSaveChunk()"
          },
          {
            "kind": "FIELD",
            "name": "saveChunk",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkUnloadEvent.html#saveChunk"
          },
          {
            "kind": "METHOD",
            "name": "setSaveChunk(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "saveChunk"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkUnloadEvent.html#setSaveChunk(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/ChunkUnloadEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.PortalCreateEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PortalCreateEvent(List,World,CreateReason)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blocks"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/PortalCreateEvent.html#PortalCreateEvent(List,World,CreateReason)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PortalCreateEvent(List,World,Entity,CreateReason)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blocks"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/PortalCreateEvent.html#PortalCreateEvent(List,World,Entity,CreateReason)"
          },
          {
            "kind": "FIELD",
            "name": "blocks",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/PortalCreateEvent.html#blocks"
          },
          {
            "kind": "FIELD",
            "name": "cancel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/PortalCreateEvent.html#cancel"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/PortalCreateEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getBlocks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/PortalCreateEvent.html#getBlocks()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/PortalCreateEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/PortalCreateEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/PortalCreateEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/PortalCreateEvent.html#getReason()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/PortalCreateEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/world/PortalCreateEvent/CreateReason.html#CreateReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "END_PLATFORM",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/PortalCreateEvent/CreateReason.html#END_PLATFORM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FIRE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/PortalCreateEvent/CreateReason.html#FIRE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NETHER_PAIR",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/world/PortalCreateEvent/CreateReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/PortalCreateEvent/CreateReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/PortalCreateEvent/CreateReason.html"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/PortalCreateEvent.html#reason"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/PortalCreateEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/PortalCreateEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.SpawnChangeEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SpawnChangeEvent(World,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "previousLocation"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/SpawnChangeEvent.html#SpawnChangeEvent(World,Location)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/SpawnChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/SpawnChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPreviousLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/SpawnChangeEvent.html#getPreviousLocation()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/SpawnChangeEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "previousLocation",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/SpawnChangeEvent.html#previousLocation"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/SpawnChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.StructureGrowEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "StructureGrowEvent(Location,TreeType,boolean,Player,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blocks"
              },
              {
                "kind": "PARAMETER",
                "name": "bonemeal"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/StructureGrowEvent.html#StructureGrowEvent(Location,TreeType,boolean,Player,List)"
          },
          {
            "kind": "FIELD",
            "name": "blocks",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/StructureGrowEvent.html#blocks"
          },
          {
            "kind": "FIELD",
            "name": "bonemeal",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/StructureGrowEvent.html#bonemeal"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/StructureGrowEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlocks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/StructureGrowEvent.html#getBlocks()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/StructureGrowEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/StructureGrowEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/StructureGrowEvent.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/StructureGrowEvent.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getSpecies()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/StructureGrowEvent.html#getSpecies()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/StructureGrowEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/StructureGrowEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isFromBonemeal()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/StructureGrowEvent.html#isFromBonemeal()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/StructureGrowEvent.html#location"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/StructureGrowEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/StructureGrowEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "species",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/StructureGrowEvent.html#species"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/StructureGrowEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.TimeSkipEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "TimeSkipEvent(World,SkipReason,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "skipAmount"
              },
              {
                "kind": "PARAMETER",
                "name": "skipReason"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/TimeSkipEvent.html#TimeSkipEvent(World,SkipReason,long)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/TimeSkipEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/TimeSkipEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/TimeSkipEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSkipAmount()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/TimeSkipEvent.html#getSkipAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getSkipReason()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/TimeSkipEvent.html#getSkipReason()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/TimeSkipEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/world/TimeSkipEvent/SkipReason.html#COMMAND"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CUSTOM",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/TimeSkipEvent/SkipReason.html#CUSTOM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NIGHT_SKIP",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/TimeSkipEvent/SkipReason.html#NIGHT_SKIP"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "SkipReason()",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/world/TimeSkipEvent/SkipReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/TimeSkipEvent/SkipReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/TimeSkipEvent/SkipReason.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/world/TimeSkipEvent.html#setSkipAmount(long)"
          },
          {
            "kind": "FIELD",
            "name": "skipAmount",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/TimeSkipEvent.html#skipAmount"
          },
          {
            "kind": "FIELD",
            "name": "skipReason",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/TimeSkipEvent.html#skipReason"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/event/world/WorldEvent.html#WorldEvent(World)"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldEvent.html#getWorld()"
          },
          {
            "kind": "FIELD",
            "name": "world",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldEvent.html#world"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.WorldInitEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "WorldInitEvent(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldInitEvent.html#WorldInitEvent(World)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldInitEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldInitEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldInitEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldInitEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.WorldLoadEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "WorldLoadEvent(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldLoadEvent.html#WorldLoadEvent(World)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldLoadEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldLoadEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldLoadEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldLoadEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.WorldSaveEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "WorldSaveEvent(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldSaveEvent.html#WorldSaveEvent(World)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldSaveEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldSaveEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldSaveEvent.html#handlers"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldSaveEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.WorldUnloadEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "WorldUnloadEvent(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldUnloadEvent.html#WorldUnloadEvent(World)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldUnloadEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldUnloadEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldUnloadEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "isCancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldUnloadEvent.html#isCancelled"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldUnloadEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldUnloadEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/WorldUnloadEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/event/world/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.generator",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.generator.BlockPopulator",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockPopulator()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/generator/BlockPopulator.html#populate(World,Random,Chunk)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/generator/BlockPopulator.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.generator.ChunkGenerator",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ChunkGenerator()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/generator/ChunkGenerator.html#createChunkData(World)"
          },
          {
            "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.15.1/org/bukkit/generator/ChunkGenerator.html#generateChunkData(World,Random,int,int,BiomeGrid)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultPopulators(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/generator/ChunkGenerator.html#getFixedSpawnLocation(World,Random)"
          },
          {
            "kind": "METHOD",
            "name": "isParallelCapable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/generator/ChunkGenerator.html#isParallelCapable()"
          },
          {
            "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.15.1/org/bukkit/generator/ChunkGenerator/BiomeGrid.html#getBiome(int,int)",
                "deprecated": {
                  "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.15.1/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.15.1/org/bukkit/generator/ChunkGenerator/BiomeGrid.html#setBiome(int,int,Biome)",
                "deprecated": {
                  "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.15.1/org/bukkit/generator/ChunkGenerator/BiomeGrid.html#setBiome(int,int,int,Biome)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/generator/ChunkGenerator/BiomeGrid.html"
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.generator.ChunkGenerator.ChunkData",
            "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.15.1/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.15.1/org/bukkit/generator/ChunkGenerator/ChunkData.html#getData(int,int,int)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "getMaxHeight()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/generator/ChunkGenerator/ChunkData.html#getMaxHeight()"
              },
              {
                "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.15.1/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.15.1/org/bukkit/generator/ChunkGenerator/ChunkData.html#getTypeAndData(int,int,int)"
              },
              {
                "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.15.1/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.15.1/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.15.1/org/bukkit/generator/ChunkGenerator/ChunkData.html#setBlock(int,int,int,MaterialData)"
              },
              {
                "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.15.1/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.15.1/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.15.1/org/bukkit/generator/ChunkGenerator/ChunkData.html#setRegion(int,int,int,int,int,int,MaterialData)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/generator/ChunkGenerator/ChunkData.html"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/generator/ChunkGenerator.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/generator/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.15.1/org/bukkit/help/GenericCommandHelpTopic.html#GenericCommandHelpTopic(Command)"
          },
          {
            "kind": "METHOD",
            "name": "canSee(CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/GenericCommandHelpTopic.html#canSee(CommandSender)"
          },
          {
            "kind": "FIELD",
            "name": "command",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/GenericCommandHelpTopic.html#command"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/help/HelpMap.html#addTopic(HelpTopic)"
          },
          {
            "kind": "METHOD",
            "name": "clear()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/HelpMap.html#clear()"
          },
          {
            "kind": "METHOD",
            "name": "getHelpTopic(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "topicName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/HelpMap.html#getHelpTopic(String)"
          },
          {
            "kind": "METHOD",
            "name": "getHelpTopics()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/HelpMap.html#getHelpTopics()"
          },
          {
            "kind": "METHOD",
            "name": "getIgnoredPlugins()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/help/HelpMap.html#registerHelpTopicFactory(Class,HelpTopicFactory)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/HelpMap.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.help.HelpTopic",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "HelpTopic()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/HelpTopic.html#HelpTopic()"
          },
          {
            "kind": "METHOD",
            "name": "amendCanSee(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amendedPermission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/help/HelpTopic.html#amendTopic(String,String)"
          },
          {
            "kind": "FIELD",
            "name": "amendedPermission",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/help/HelpTopic.html#canSee(CommandSender)"
          },
          {
            "kind": "FIELD",
            "name": "fullText",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/HelpTopic.html#fullText"
          },
          {
            "kind": "METHOD",
            "name": "getFullText(CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "forWho"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/HelpTopic.html#getFullText(CommandSender)"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/HelpTopic.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getShortText()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/HelpTopic.html#getShortText()"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/HelpTopic.html#name"
          },
          {
            "kind": "FIELD",
            "name": "shortText",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/HelpTopic.html#shortText"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/HelpTopic.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.help.HelpTopicComparator",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "HelpTopicComparator()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/help/HelpTopicComparator.html#compare(HelpTopic,HelpTopic)"
          },
          {
            "kind": "METHOD",
            "name": "helpTopicComparatorInstance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/HelpTopicComparator.html#helpTopicComparatorInstance()"
          },
          {
            "kind": "FIELD",
            "name": "htc",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/help/HelpTopicComparator/TopicNameComparator.html#compare(String,String)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/HelpTopicComparator/TopicNameComparator.html"
          },
          {
            "kind": "FIELD",
            "name": "tnc",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/HelpTopicComparator.html#tnc"
          },
          {
            "kind": "METHOD",
            "name": "topicNameComparatorInstance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/HelpTopicComparator.html#topicNameComparatorInstance()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/help/HelpTopicFactory.html#createTopic(TCommand)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/help/IndexHelpTopic.html#IndexHelpTopic(String,String,String,Collection,String)"
          },
          {
            "kind": "FIELD",
            "name": "allTopics",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/IndexHelpTopic.html#allTopics"
          },
          {
            "kind": "METHOD",
            "name": "amendCanSee(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amendedPermission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/help/IndexHelpTopic.html#buildPreamble(CommandSender)"
          },
          {
            "kind": "METHOD",
            "name": "canSee(CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/IndexHelpTopic.html#canSee(CommandSender)"
          },
          {
            "kind": "METHOD",
            "name": "getFullText(CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/IndexHelpTopic.html#getFullText(CommandSender)"
          },
          {
            "kind": "FIELD",
            "name": "permission",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/IndexHelpTopic.html#permission"
          },
          {
            "kind": "FIELD",
            "name": "preamble",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/IndexHelpTopic.html#preamble"
          },
          {
            "kind": "METHOD",
            "name": "setTopicsCollection(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "topics"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/IndexHelpTopic.html#setTopicsCollection(Collection)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/help/IndexHelpTopic.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/AbstractHorseInventory.html#getSaddle()"
          },
          {
            "kind": "METHOD",
            "name": "setSaddle(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/AbstractHorseInventory.html#setSaddle(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/AbstractHorseInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.AnvilInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMaximumRepairCost()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/AnvilInventory.html#getMaximumRepairCost()"
          },
          {
            "kind": "METHOD",
            "name": "getRenameText()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/AnvilInventory.html#getRenameText()"
          },
          {
            "kind": "METHOD",
            "name": "getRepairCost()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/AnvilInventory.html#getRepairCost()"
          },
          {
            "kind": "METHOD",
            "name": "setMaximumRepairCost(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "levels"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/AnvilInventory.html#setMaximumRepairCost(int)"
          },
          {
            "kind": "METHOD",
            "name": "setRepairCost(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "levels"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/AnvilInventory.html#setRepairCost(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/AnvilInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.ArmoredHorseInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getArmor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ArmoredHorseInventory.html#getArmor()"
          },
          {
            "kind": "METHOD",
            "name": "setArmor(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ArmoredHorseInventory.html#setArmor(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ArmoredHorseInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.BeaconInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/BeaconInventory.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "setItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/BeaconInventory.html#setItem(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/inventory/BlastingRecipe.html#BlastingRecipe(NamespacedKey,ItemStack,RecipeChoice,float,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/BlastingRecipe.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.BlockInventoryHolder",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/BlockInventoryHolder.html#getBlock()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/BlockInventoryHolder.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.BrewerInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getFuel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/BrewerInventory.html#getFuel()"
          },
          {
            "kind": "METHOD",
            "name": "getHolder()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/BrewerInventory.html#getHolder()"
          },
          {
            "kind": "METHOD",
            "name": "getIngredient()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/BrewerInventory.html#getIngredient()"
          },
          {
            "kind": "METHOD",
            "name": "setFuel(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fuel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/BrewerInventory.html#setFuel(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setIngredient(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/BrewerInventory.html#setIngredient(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/inventory/CampfireRecipe.html#CampfireRecipe(NamespacedKey,ItemStack,RecipeChoice,float,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CampfireRecipe.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.CartographyInventory",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CartographyInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.ComplexRecipe",
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/inventory/CookingRecipe.html#CookingRecipe(NamespacedKey,ItemStack,RecipeChoice,float,int)"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "FIELD",
            "name": "cookingTime",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CookingRecipe.html#cookingTime"
          },
          {
            "kind": "FIELD",
            "name": "experience",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CookingRecipe.html#experience"
          },
          {
            "kind": "METHOD",
            "name": "getCookingTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CookingRecipe.html#getCookingTime()"
          },
          {
            "kind": "METHOD",
            "name": "getExperience()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CookingRecipe.html#getExperience()"
          },
          {
            "kind": "METHOD",
            "name": "getGroup()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CookingRecipe.html#getGroup()"
          },
          {
            "kind": "METHOD",
            "name": "getInput()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CookingRecipe.html#getInput()"
          },
          {
            "kind": "METHOD",
            "name": "getInputChoice()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CookingRecipe.html#getInputChoice()"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CookingRecipe.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CookingRecipe.html#getResult()"
          },
          {
            "kind": "FIELD",
            "name": "group",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CookingRecipe.html#group"
          },
          {
            "kind": "FIELD",
            "name": "ingredient",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CookingRecipe.html#ingredient"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CookingRecipe.html#key"
          },
          {
            "kind": "FIELD",
            "name": "output",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CookingRecipe.html#output"
          },
          {
            "kind": "METHOD",
            "name": "setCookingTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookingTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CookingRecipe.html#setCookingTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setExperience(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "experience"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CookingRecipe.html#setExperience(float)"
          },
          {
            "kind": "METHOD",
            "name": "setGroup(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "group"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CookingRecipe.html#setGroup(String)"
          },
          {
            "kind": "METHOD",
            "name": "setInput(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CookingRecipe.html#setInput(Material)"
          },
          {
            "kind": "METHOD",
            "name": "setInputChoice(RecipeChoice)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CookingRecipe.html#setInputChoice(RecipeChoice)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CookingRecipe.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.CraftingInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMatrix()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CraftingInventory.html#getMatrix()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipe()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CraftingInventory.html#getRecipe()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CraftingInventory.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "setMatrix(ItemStack...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "contents"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CraftingInventory.html#setMatrix(ItemStack...)"
          },
          {
            "kind": "METHOD",
            "name": "setResult(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newResult"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CraftingInventory.html#setResult(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/CraftingInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.DoubleChestInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getHolder()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/DoubleChestInventory.html#getHolder()"
          },
          {
            "kind": "METHOD",
            "name": "getLeftSide()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/DoubleChestInventory.html#getLeftSide()"
          },
          {
            "kind": "METHOD",
            "name": "getRightSide()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/DoubleChestInventory.html#getRightSide()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/DoubleChestInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.EnchantingInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EnchantingInventory.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getSecondary()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EnchantingInventory.html#getSecondary()"
          },
          {
            "kind": "METHOD",
            "name": "setItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EnchantingInventory.html#setItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setSecondary(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EnchantingInventory.html#setSecondary(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EnchantingInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.EntityEquipment",
        "children": [
          {
            "kind": "METHOD",
            "name": "clear()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#clear()"
          },
          {
            "kind": "METHOD",
            "name": "getArmorContents()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#getArmorContents()"
          },
          {
            "kind": "METHOD",
            "name": "getBoots()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#getBoots()"
          },
          {
            "kind": "METHOD",
            "name": "getBootsDropChance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#getBootsDropChance()"
          },
          {
            "kind": "METHOD",
            "name": "getChestplate()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#getChestplate()"
          },
          {
            "kind": "METHOD",
            "name": "getChestplateDropChance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#getChestplateDropChance()"
          },
          {
            "kind": "METHOD",
            "name": "getHelmet()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#getHelmet()"
          },
          {
            "kind": "METHOD",
            "name": "getHelmetDropChance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#getHelmetDropChance()"
          },
          {
            "kind": "METHOD",
            "name": "getHolder()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#getHolder()"
          },
          {
            "kind": "METHOD",
            "name": "getItemInHand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#getItemInHand()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getItemInHandDropChance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#getItemInHandDropChance()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getItemInMainHand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#getItemInMainHand()"
          },
          {
            "kind": "METHOD",
            "name": "getItemInMainHandDropChance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#getItemInMainHandDropChance()"
          },
          {
            "kind": "METHOD",
            "name": "getItemInOffHand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#getItemInOffHand()"
          },
          {
            "kind": "METHOD",
            "name": "getItemInOffHandDropChance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#getItemInOffHandDropChance()"
          },
          {
            "kind": "METHOD",
            "name": "getLeggings()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#getLeggings()"
          },
          {
            "kind": "METHOD",
            "name": "getLeggingsDropChance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#getLeggingsDropChance()"
          },
          {
            "kind": "METHOD",
            "name": "setArmorContents(ItemStack...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#setArmorContents(ItemStack...)"
          },
          {
            "kind": "METHOD",
            "name": "setBoots(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "boots"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#setBoots(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setBootsDropChance(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#setBootsDropChance(float)"
          },
          {
            "kind": "METHOD",
            "name": "setChestplate(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chestplate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#setChestplate(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setChestplateDropChance(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#setChestplateDropChance(float)"
          },
          {
            "kind": "METHOD",
            "name": "setHelmet(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "helmet"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#setHelmet(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setHelmetDropChance(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#setHelmetDropChance(float)"
          },
          {
            "kind": "METHOD",
            "name": "setItemInHand(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#setItemInHand(ItemStack)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setItemInHandDropChance(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#setItemInHandDropChance(float)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setItemInMainHand(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#setItemInMainHand(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setItemInMainHandDropChance(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#setItemInMainHandDropChance(float)"
          },
          {
            "kind": "METHOD",
            "name": "setItemInOffHand(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#setItemInOffHand(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setItemInOffHandDropChance(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#setItemInOffHandDropChance(float)"
          },
          {
            "kind": "METHOD",
            "name": "setLeggings(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "leggings"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#setLeggings(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setLeggingsDropChance(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html#setLeggingsDropChance(float)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EntityEquipment.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.inventory.EquipmentSlot",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EquipmentSlot.html#CHEST"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EquipmentSlot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EquipmentSlot.html#EquipmentSlot()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FEET",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EquipmentSlot.html#FEET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EquipmentSlot.html#HAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HEAD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EquipmentSlot.html#HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EquipmentSlot.html#LEGS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OFF_HAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EquipmentSlot.html#OFF_HAND"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EquipmentSlot.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EquipmentSlot.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/EquipmentSlot.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.FurnaceInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getFuel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/FurnaceInventory.html#getFuel()"
          },
          {
            "kind": "METHOD",
            "name": "getHolder()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/FurnaceInventory.html#getHolder()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/FurnaceInventory.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "getSmelting()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/FurnaceInventory.html#getSmelting()"
          },
          {
            "kind": "METHOD",
            "name": "setFuel(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/FurnaceInventory.html#setFuel(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setResult(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/FurnaceInventory.html#setResult(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setSmelting(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/FurnaceInventory.html#setSmelting(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/FurnaceRecipe.html#FurnaceRecipe(ItemStack,Material)",
            "deprecated": {
              "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.15.1/org/bukkit/inventory/FurnaceRecipe.html#FurnaceRecipe(ItemStack,Material,int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "FurnaceRecipe(ItemStack,MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/FurnaceRecipe.html#FurnaceRecipe(ItemStack,MaterialData)",
            "deprecated": {
              "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.15.1/org/bukkit/inventory/FurnaceRecipe.html#FurnaceRecipe(ItemStack,MaterialData,float)",
            "deprecated": {
              "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.15.1/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.15.1/org/bukkit/inventory/FurnaceRecipe.html#FurnaceRecipe(NamespacedKey,ItemStack,Material,int,float,int)",
            "deprecated": {
              "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.15.1/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.15.1/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.15.1/org/bukkit/inventory/FurnaceRecipe.html#setInput(Material,int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setInput(MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/FurnaceRecipe.html#setInput(MaterialData)"
          },
          {
            "kind": "METHOD",
            "name": "setInputChoice(RecipeChoice)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/FurnaceRecipe.html#setInputChoice(RecipeChoice)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/FurnaceRecipe.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.GrindstoneInventory",
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/GrindstoneInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.HorseInventory",
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/Inventory.html#addItem(ItemStack...)"
          },
          {
            "kind": "METHOD",
            "name": "all(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#all(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "all(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#all(Material)"
          },
          {
            "kind": "METHOD",
            "name": "clear()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#clear()"
          },
          {
            "kind": "METHOD",
            "name": "clear(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#clear(int)"
          },
          {
            "kind": "METHOD",
            "name": "contains(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/inventory/Inventory.html#first(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "first(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#first(Material)"
          },
          {
            "kind": "METHOD",
            "name": "firstEmpty()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#firstEmpty()"
          },
          {
            "kind": "METHOD",
            "name": "getContents()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#getContents()"
          },
          {
            "kind": "METHOD",
            "name": "getHolder()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#getHolder()"
          },
          {
            "kind": "METHOD",
            "name": "getItem(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#getItem(int)"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxStackSize()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#getMaxStackSize()"
          },
          {
            "kind": "METHOD",
            "name": "getSize()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#getSize()"
          },
          {
            "kind": "METHOD",
            "name": "getStorageContents()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#getStorageContents()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "getViewers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#getViewers()"
          },
          {
            "kind": "METHOD",
            "name": "iterator()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#iterator()"
          },
          {
            "kind": "METHOD",
            "name": "iterator(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#iterator(int)"
          },
          {
            "kind": "METHOD",
            "name": "remove(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#remove(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "remove(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#remove(Material)"
          },
          {
            "kind": "METHOD",
            "name": "removeItem(ItemStack...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#removeItem(ItemStack...)"
          },
          {
            "kind": "METHOD",
            "name": "removeItemAnySlot(ItemStack...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#removeItemAnySlot(ItemStack...)"
          },
          {
            "kind": "METHOD",
            "name": "setContents(ItemStack...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/inventory/Inventory.html#setMaxStackSize(int)"
          },
          {
            "kind": "METHOD",
            "name": "setStorageContents(ItemStack...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html#setStorageContents(ItemStack...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Inventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.InventoryHolder",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryHolder.html#getInventory()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryHolder.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.inventory.InventoryView",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "InventoryView()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView.html#InventoryView()"
          },
          {
            "kind": "FIELD",
            "name": "OUTSIDE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView.html#OUTSIDE"
          },
          {
            "kind": "METHOD",
            "name": "close()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView.html#close()"
          },
          {
            "kind": "METHOD",
            "name": "convertSlot(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rawSlot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView.html#convertSlot(int)"
          },
          {
            "kind": "METHOD",
            "name": "countSlots()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView.html#countSlots()"
          },
          {
            "kind": "METHOD",
            "name": "getBottomInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView.html#getBottomInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getCursor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView.html#getCursor()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rawSlot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView.html#getInventory(int)"
          },
          {
            "kind": "METHOD",
            "name": "getItem(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView.html#getItem(int)"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getSlotType(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView.html#getSlotType(int)"
          },
          {
            "kind": "METHOD",
            "name": "getTitle()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView.html#getTitle()"
          },
          {
            "kind": "METHOD",
            "name": "getTopInventory()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView.html#getTopInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView.html#getType()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.inventory.InventoryView.Property",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BOOK_PAGE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#BOOK_PAGE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BREW_TIME",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#BREW_TIME"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BURN_TIME",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#BURN_TIME"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "COOK_TIME",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#COOK_TIME"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANT_BUTTON1",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#ENCHANT_BUTTON1"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANT_BUTTON2",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#ENCHANT_BUTTON2"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANT_BUTTON3",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#ENCHANT_BUTTON3"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANT_ID1",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#ENCHANT_ID1"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANT_ID2",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#ENCHANT_ID2"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANT_ID3",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#ENCHANT_ID3"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANT_LEVEL1",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#ENCHANT_LEVEL1"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANT_LEVEL2",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#ENCHANT_LEVEL2"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANT_LEVEL3",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#ENCHANT_LEVEL3"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANT_XP_SEED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#ENCHANT_XP_SEED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LEVELS",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#LEVELS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PRIMARY_EFFECT",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/InventoryView/Property.html#Property(int,InventoryType)"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "REPAIR_COST",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#REPAIR_COST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SECONDARY_EFFECT",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#SECONDARY_EFFECT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TICKS_FOR_CURRENT_FUEL",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/InventoryView/Property.html#TICKS_FOR_CURRENT_SMELTING"
              },
              {
                "kind": "METHOD",
                "name": "getId()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#getId()",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "getType()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#getType()"
              },
              {
                "kind": "FIELD",
                "name": "id",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#id"
              },
              {
                "kind": "FIELD",
                "name": "style",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#style"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView/Property.html"
          },
          {
            "kind": "METHOD",
            "name": "setCursor(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/inventory/InventoryView.html#setProperty(Property,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/InventoryView.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.ItemFactory",
        "children": [
          {
            "kind": "METHOD",
            "name": "asMetaFor(ItemMeta,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "meta"
              },
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/ItemFactory.html#asMetaFor(ItemMeta,Material)"
          },
          {
            "kind": "METHOD",
            "name": "ensureServerConversions(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/ItemFactory.html#equals(ItemMeta,ItemMeta)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultLeatherColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemFactory.html#getDefaultLeatherColor()"
          },
          {
            "kind": "METHOD",
            "name": "getI18NDisplayName(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemFactory.html#getI18NDisplayName(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getItemMeta(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemFactory.html#getItemMeta(Material)"
          },
          {
            "kind": "METHOD",
            "name": "isApplicable(ItemMeta,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "meta"
              },
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/ItemFactory.html#isApplicable(ItemMeta,Material)"
          },
          {
            "kind": "METHOD",
            "name": "updateMaterial(ItemMeta,Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              },
              {
                "kind": "PARAMETER",
                "name": "meta"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemFactory.html#updateMaterial(ItemMeta,Material)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemFactory.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.inventory.ItemFlag",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIDE_ATTRIBUTES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemFlag.html#HIDE_ATTRIBUTES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIDE_DESTROYS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemFlag.html#HIDE_DESTROYS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIDE_ENCHANTS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemFlag.html#HIDE_ENCHANTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIDE_PLACED_ON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemFlag.html#HIDE_PLACED_ON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIDE_POTION_EFFECTS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemFlag.html#HIDE_POTION_EFFECTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIDE_UNBREAKABLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemFlag.html#HIDE_UNBREAKABLE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemFlag()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemFlag.html#ItemFlag()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemFlag.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemFlag.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemFlag.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.inventory.ItemStack",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemStack()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#ItemStack()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemStack(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#ItemStack(ItemStack)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemStack(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#ItemStack(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemStack(Material,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#ItemStack(Material,int)"
          },
          {
            "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.15.1/org/bukkit/inventory/ItemStack.html#ItemStack(Material,int,short)"
          },
          {
            "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.15.1/org/bukkit/inventory/ItemStack.html#ItemStack(Material,int,short,Byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "add()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#add()"
          },
          {
            "kind": "METHOD",
            "name": "add(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "qty"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#add(int)"
          },
          {
            "kind": "METHOD",
            "name": "addEnchantment(Enchantment,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ench"
              },
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/ItemStack.html#addEnchantments(Map)"
          },
          {
            "kind": "METHOD",
            "name": "addItemFlags(ItemFlag...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemFlags"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#addItemFlags(ItemFlag...)"
          },
          {
            "kind": "METHOD",
            "name": "addUnsafeEnchantment(Enchantment,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ench"
              },
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/ItemStack.html#addUnsafeEnchantments(Map)"
          },
          {
            "kind": "FIELD",
            "name": "amount",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#amount"
          },
          {
            "kind": "METHOD",
            "name": "asOne()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#asOne()"
          },
          {
            "kind": "METHOD",
            "name": "asQuantity(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "qty"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#asQuantity(int)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "containsEnchantment(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ench"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#containsEnchantment(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "createData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#createData(byte)"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#data"
          },
          {
            "kind": "METHOD",
            "name": "deserialize(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#deserialize(Map)"
          },
          {
            "kind": "METHOD",
            "name": "ensureServerConversions()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#ensureServerConversions()"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getAmount()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#getAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#getData()"
          },
          {
            "kind": "METHOD",
            "name": "getDurability()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#getDurability()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getEnchantmentLevel(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ench"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#getEnchantmentLevel(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "getEnchantments()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#getEnchantments()"
          },
          {
            "kind": "METHOD",
            "name": "getI18NDisplayName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#getI18NDisplayName()"
          },
          {
            "kind": "METHOD",
            "name": "getItemFlags()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#getItemFlags()"
          },
          {
            "kind": "METHOD",
            "name": "getItemMeta()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#getItemMeta()"
          },
          {
            "kind": "METHOD",
            "name": "getLore()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#getLore()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxItemUseDuration()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#getMaxItemUseDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxStackSize()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#getMaxStackSize()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "hasItemFlag(ItemFlag)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#hasItemFlag(ItemFlag)"
          },
          {
            "kind": "METHOD",
            "name": "hasItemMeta()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#hasItemMeta()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "isSimilar(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#isSimilar(ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "meta",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#meta"
          },
          {
            "kind": "METHOD",
            "name": "removeEnchantment(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ench"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#removeEnchantment(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "removeItemFlags(ItemFlag...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemFlags"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#removeItemFlags(ItemFlag...)"
          },
          {
            "kind": "METHOD",
            "name": "serialize()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#serialize()"
          },
          {
            "kind": "METHOD",
            "name": "setAmount(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#setAmount(int)"
          },
          {
            "kind": "METHOD",
            "name": "setData(MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#setData(MaterialData)"
          },
          {
            "kind": "METHOD",
            "name": "setDurability(short)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "durability"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#setDurability(short)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setItemMeta(ItemMeta)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemMeta"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#setItemMeta(ItemMeta)"
          },
          {
            "kind": "METHOD",
            "name": "setItemMeta0(ItemMeta,Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemMeta"
              },
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#setItemMeta0(ItemMeta,Material)"
          },
          {
            "kind": "METHOD",
            "name": "setLore(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lore"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#setLore(List)"
          },
          {
            "kind": "METHOD",
            "name": "setType(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#setType(Material)"
          },
          {
            "kind": "METHOD",
            "name": "subtract()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#subtract()"
          },
          {
            "kind": "METHOD",
            "name": "subtract(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "qty"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#subtract(int)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#toString()"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ItemStack.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.LecternInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getHolder()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/LecternInventory.html#getHolder()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/LecternInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.LlamaInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDecor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/LlamaInventory.html#getDecor()"
          },
          {
            "kind": "METHOD",
            "name": "setDecor(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/LlamaInventory.html#setDecor(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/LlamaInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.LoomInventory",
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/MainHand.html#LEFT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MainHand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MainHand.html#MainHand()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RIGHT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MainHand.html#RIGHT"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MainHand.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MainHand.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MainHand.html"
      },
      {
        "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.15.1/org/bukkit/inventory/Merchant.html#getRecipe(int)"
          },
          {
            "kind": "METHOD",
            "name": "getRecipeCount()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Merchant.html#getRecipeCount()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipes()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Merchant.html#getRecipes()"
          },
          {
            "kind": "METHOD",
            "name": "getTrader()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Merchant.html#getTrader()"
          },
          {
            "kind": "METHOD",
            "name": "isTrading()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/inventory/Merchant.html#setRecipes(List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Merchant.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.MerchantInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMerchant()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantInventory.html#getMerchant()"
          },
          {
            "kind": "METHOD",
            "name": "getSelectedRecipe()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantInventory.html#getSelectedRecipe()"
          },
          {
            "kind": "METHOD",
            "name": "getSelectedRecipeIndex()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantInventory.html#getSelectedRecipeIndex()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/inventory/MerchantRecipe.html#MerchantRecipe(ItemStack,int,int,boolean,int,float)"
          },
          {
            "kind": "METHOD",
            "name": "addIngredient(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#addIngredient(ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "experienceReward",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#experienceReward"
          },
          {
            "kind": "METHOD",
            "name": "getIngredients()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#getIngredients()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxUses()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#getMaxUses()"
          },
          {
            "kind": "METHOD",
            "name": "getPriceMultiplier()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#getPriceMultiplier()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "getUses()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#getUses()"
          },
          {
            "kind": "METHOD",
            "name": "getVillagerExperience()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#getVillagerExperience()"
          },
          {
            "kind": "METHOD",
            "name": "hasExperienceReward()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#hasExperienceReward()"
          },
          {
            "kind": "FIELD",
            "name": "ingredients",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#ingredients"
          },
          {
            "kind": "FIELD",
            "name": "maxUses",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#maxUses"
          },
          {
            "kind": "FIELD",
            "name": "priceMultiplier",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#priceMultiplier"
          },
          {
            "kind": "METHOD",
            "name": "removeIngredient(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#removeIngredient(int)"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#result"
          },
          {
            "kind": "METHOD",
            "name": "setExperienceReward(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#setExperienceReward(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setIngredients(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredients"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#setIngredients(List)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxUses(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxUses"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#setMaxUses(int)"
          },
          {
            "kind": "METHOD",
            "name": "setPriceMultiplier(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "priceMultiplier"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#setPriceMultiplier(float)"
          },
          {
            "kind": "METHOD",
            "name": "setUses(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uses"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#setUses(int)"
          },
          {
            "kind": "METHOD",
            "name": "setVillagerExperience(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "villagerExperience"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#setVillagerExperience(int)"
          },
          {
            "kind": "FIELD",
            "name": "uses",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#uses"
          },
          {
            "kind": "FIELD",
            "name": "villagerExperience",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html#villagerExperience"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/MerchantRecipe.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.PlayerInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getArmorContents()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html#getArmorContents()"
          },
          {
            "kind": "METHOD",
            "name": "getBoots()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html#getBoots()"
          },
          {
            "kind": "METHOD",
            "name": "getChestplate()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html#getChestplate()"
          },
          {
            "kind": "METHOD",
            "name": "getExtraContents()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html#getExtraContents()"
          },
          {
            "kind": "METHOD",
            "name": "getHeldItemSlot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html#getHeldItemSlot()"
          },
          {
            "kind": "METHOD",
            "name": "getHelmet()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html#getHelmet()"
          },
          {
            "kind": "METHOD",
            "name": "getHolder()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html#getHolder()"
          },
          {
            "kind": "METHOD",
            "name": "getItem(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html#getItem(EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "getItemInHand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html#getItemInHand()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getItemInMainHand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html#getItemInMainHand()"
          },
          {
            "kind": "METHOD",
            "name": "getItemInOffHand()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html#getItemInOffHand()"
          },
          {
            "kind": "METHOD",
            "name": "getLeggings()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html#getLeggings()"
          },
          {
            "kind": "METHOD",
            "name": "setArmorContents(ItemStack...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html#setArmorContents(ItemStack...)"
          },
          {
            "kind": "METHOD",
            "name": "setBoots(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "boots"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html#setBoots(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setChestplate(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chestplate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html#setChestplate(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setExtraContents(ItemStack...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html#setExtraContents(ItemStack...)"
          },
          {
            "kind": "METHOD",
            "name": "setHeldItemSlot(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html#setHeldItemSlot(int)"
          },
          {
            "kind": "METHOD",
            "name": "setHelmet(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "helmet"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html#setHelmet(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setItem(EquipmentSlot,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              },
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/inventory/PlayerInventory.html#setItemInHand(ItemStack)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setItemInMainHand(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html#setItemInMainHand(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setItemInOffHand(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html#setItemInOffHand(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setLeggings(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "leggings"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html#setLeggings(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/PlayerInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.Recipe",
        "children": [
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Recipe.html#getResult()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/Recipe.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.RecipeChoice",
        "children": [
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getItemStack()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice.html#getItemStack()",
            "deprecated": {
              "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.15.1/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.15.1/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.15.1/org/bukkit/inventory/RecipeChoice/ExactChoice.html#ExactChoice(List)"
              },
              {
                "kind": "FIELD",
                "name": "choices",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice/ExactChoice.html#choices"
              },
              {
                "kind": "METHOD",
                "name": "clone()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice/ExactChoice.html#clone()"
              },
              {
                "kind": "METHOD",
                "name": "equals(Object)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "obj"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice/ExactChoice.html#equals(Object)"
              },
              {
                "kind": "METHOD",
                "name": "getChoices()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice/ExactChoice.html#getChoices()"
              },
              {
                "kind": "METHOD",
                "name": "getItemStack()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice/ExactChoice.html#getItemStack()"
              },
              {
                "kind": "METHOD",
                "name": "hashCode()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice/ExactChoice.html#hashCode()"
              },
              {
                "kind": "METHOD",
                "name": "test(ItemStack)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "t"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice/ExactChoice.html#test(ItemStack)"
              },
              {
                "kind": "METHOD",
                "name": "toString()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice/ExactChoice.html#toString()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice/ExactChoice.html",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#MaterialChoice(Tag)"
              },
              {
                "kind": "FIELD",
                "name": "choices",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#choices"
              },
              {
                "kind": "METHOD",
                "name": "clone()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#clone()"
              },
              {
                "kind": "METHOD",
                "name": "equals(Object)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "obj"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#equals(Object)"
              },
              {
                "kind": "METHOD",
                "name": "getChoices()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#getChoices()"
              },
              {
                "kind": "METHOD",
                "name": "getItemStack()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#getItemStack()"
              },
              {
                "kind": "METHOD",
                "name": "hashCode()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#hashCode()"
              },
              {
                "kind": "METHOD",
                "name": "test(ItemStack)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "t"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#test(ItemStack)"
              },
              {
                "kind": "METHOD",
                "name": "toString()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#toString()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice/MaterialChoice.html"
          },
          {
            "kind": "METHOD",
            "name": "test(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice.html#test(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/RecipeChoice.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.SaddledHorseInventory",
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/ShapedRecipe.html#ShapedRecipe(ItemStack)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ShapedRecipe(NamespacedKey,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapedRecipe.html#ShapedRecipe(NamespacedKey,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getChoiceMap()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapedRecipe.html#getChoiceMap()"
          },
          {
            "kind": "METHOD",
            "name": "getGroup()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapedRecipe.html#getGroup()"
          },
          {
            "kind": "METHOD",
            "name": "getIngredientMap()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapedRecipe.html#getIngredientMap()"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapedRecipe.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapedRecipe.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "getShape()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapedRecipe.html#getShape()"
          },
          {
            "kind": "FIELD",
            "name": "group",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapedRecipe.html#group"
          },
          {
            "kind": "FIELD",
            "name": "ingredients",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapedRecipe.html#ingredients"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapedRecipe.html#key"
          },
          {
            "kind": "FIELD",
            "name": "output",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapedRecipe.html#output"
          },
          {
            "kind": "FIELD",
            "name": "rows",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapedRecipe.html#rows"
          },
          {
            "kind": "METHOD",
            "name": "setGroup(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "group"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapedRecipe.html#setGroup(String)"
          },
          {
            "kind": "METHOD",
            "name": "setIngredient(char,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/inventory/ShapedRecipe.html#setIngredient(char,Material,int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setIngredient(char,MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapedRecipe.html#setIngredient(char,MaterialData)"
          },
          {
            "kind": "METHOD",
            "name": "setIngredient(char,RecipeChoice)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/ShapedRecipe.html#shape(String...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/ShapelessRecipe.html#ShapelessRecipe(ItemStack)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ShapelessRecipe(NamespacedKey,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/ShapelessRecipe.html#addIngredient(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "addIngredient(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/ShapelessRecipe.html#addIngredient(Material,int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "addIngredient(MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapelessRecipe.html#addIngredient(MaterialData)"
          },
          {
            "kind": "METHOD",
            "name": "addIngredient(RecipeChoice)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/inventory/ShapelessRecipe.html#addIngredient(int,Material,int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "addIngredient(int,MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapelessRecipe.html#addIngredient(int,MaterialData)"
          },
          {
            "kind": "METHOD",
            "name": "getChoiceList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapelessRecipe.html#getChoiceList()"
          },
          {
            "kind": "METHOD",
            "name": "getGroup()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapelessRecipe.html#getGroup()"
          },
          {
            "kind": "METHOD",
            "name": "getIngredientList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapelessRecipe.html#getIngredientList()"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapelessRecipe.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapelessRecipe.html#getResult()"
          },
          {
            "kind": "FIELD",
            "name": "group",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapelessRecipe.html#group"
          },
          {
            "kind": "FIELD",
            "name": "ingredients",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapelessRecipe.html#ingredients"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapelessRecipe.html#key"
          },
          {
            "kind": "FIELD",
            "name": "output",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapelessRecipe.html#output"
          },
          {
            "kind": "METHOD",
            "name": "removeIngredient(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapelessRecipe.html#removeIngredient(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "removeIngredient(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/ShapelessRecipe.html#removeIngredient(Material,int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "removeIngredient(MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapelessRecipe.html#removeIngredient(MaterialData)"
          },
          {
            "kind": "METHOD",
            "name": "removeIngredient(RecipeChoice)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/inventory/ShapelessRecipe.html#removeIngredient(int,Material,int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "removeIngredient(int,MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapelessRecipe.html#removeIngredient(int,MaterialData)"
          },
          {
            "kind": "METHOD",
            "name": "setGroup(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "group"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapelessRecipe.html#setGroup(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/ShapelessRecipe.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.15.1/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.15.1/org/bukkit/inventory/SmokingRecipe.html#SmokingRecipe(NamespacedKey,ItemStack,RecipeChoice,float,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/SmokingRecipe.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.StonecutterInventory",
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/inventory/StonecuttingRecipe.html#StonecuttingRecipe(NamespacedKey,ItemStack,RecipeChoice)"
          },
          {
            "kind": "METHOD",
            "name": "getGroup()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/StonecuttingRecipe.html#getGroup()"
          },
          {
            "kind": "METHOD",
            "name": "getInput()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/StonecuttingRecipe.html#getInput()"
          },
          {
            "kind": "METHOD",
            "name": "getInputChoice()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/StonecuttingRecipe.html#getInputChoice()"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/StonecuttingRecipe.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/StonecuttingRecipe.html#getResult()"
          },
          {
            "kind": "FIELD",
            "name": "group",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/StonecuttingRecipe.html#group"
          },
          {
            "kind": "FIELD",
            "name": "ingredient",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/StonecuttingRecipe.html#ingredient"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/StonecuttingRecipe.html#key"
          },
          {
            "kind": "FIELD",
            "name": "output",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/StonecuttingRecipe.html#output"
          },
          {
            "kind": "METHOD",
            "name": "setGroup(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "group"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/StonecuttingRecipe.html#setGroup(String)"
          },
          {
            "kind": "METHOD",
            "name": "setInput(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/StonecuttingRecipe.html#setInput(Material)"
          },
          {
            "kind": "METHOD",
            "name": "setInputChoice(RecipeChoice)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/StonecuttingRecipe.html#setInputChoice(RecipeChoice)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/StonecuttingRecipe.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.inventory.meta",
    "children": [
      {
        "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.15.1/org/bukkit/inventory/meta/BannerMeta.html#addPattern(Pattern)"
          },
          {
            "kind": "METHOD",
            "name": "getBaseColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BannerMeta.html#getBaseColor()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPattern(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "i"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BannerMeta.html#getPattern(int)"
          },
          {
            "kind": "METHOD",
            "name": "getPatterns()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BannerMeta.html#getPatterns()"
          },
          {
            "kind": "METHOD",
            "name": "numberOfPatterns()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BannerMeta.html#numberOfPatterns()"
          },
          {
            "kind": "METHOD",
            "name": "removePattern(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "i"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BannerMeta.html#removePattern(int)"
          },
          {
            "kind": "METHOD",
            "name": "setBaseColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BannerMeta.html#setBaseColor(DyeColor)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPattern(int,Pattern)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "i"
              },
              {
                "kind": "PARAMETER",
                "name": "pattern"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/BannerMeta.html#setPatterns(List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/BlockDataMeta.html#getBlockData(Material)"
          },
          {
            "kind": "METHOD",
            "name": "hasBlockData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BlockDataMeta.html#hasBlockData()"
          },
          {
            "kind": "METHOD",
            "name": "setBlockData(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockData"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BlockDataMeta.html#setBlockData(BlockData)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BlockDataMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.BlockStateMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBlockState()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BlockStateMeta.html#getBlockState()"
          },
          {
            "kind": "METHOD",
            "name": "hasBlockState()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BlockStateMeta.html#hasBlockState()"
          },
          {
            "kind": "METHOD",
            "name": "setBlockState(BlockState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockState"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BlockStateMeta.html#setBlockState(BlockState)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/BookMeta.html#addPage(String...)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAuthor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta.html#getAuthor()"
          },
          {
            "kind": "METHOD",
            "name": "getGeneration()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta.html#getGeneration()"
          },
          {
            "kind": "METHOD",
            "name": "getPage(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "page"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta.html#getPage(int)"
          },
          {
            "kind": "METHOD",
            "name": "getPageCount()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta.html#getPageCount()"
          },
          {
            "kind": "METHOD",
            "name": "getPages()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta.html#getPages()"
          },
          {
            "kind": "METHOD",
            "name": "getTitle()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta.html#getTitle()"
          },
          {
            "kind": "METHOD",
            "name": "hasAuthor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta.html#hasAuthor()"
          },
          {
            "kind": "METHOD",
            "name": "hasGeneration()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta.html#hasGeneration()"
          },
          {
            "kind": "METHOD",
            "name": "hasPages()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta.html#hasPages()"
          },
          {
            "kind": "METHOD",
            "name": "hasTitle()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta.html#hasTitle()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.inventory.meta.BookMeta.Generation",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "COPY_OF_COPY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta/Generation.html#COPY_OF_COPY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "COPY_OF_ORIGINAL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta/Generation.html#COPY_OF_ORIGINAL"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Generation()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta/Generation.html#Generation()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ORIGINAL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta/Generation.html#ORIGINAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TATTERED",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/BookMeta/Generation.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta/Generation.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/inventory/meta/BookMeta/Spigot.html#addPage(Array...)"
              },
              {
                "kind": "METHOD",
                "name": "getPage(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "page"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta/Spigot.html#getPage(int)"
              },
              {
                "kind": "METHOD",
                "name": "getPages()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta/Spigot.html#getPages()"
              },
              {
                "kind": "METHOD",
                "name": "setPage(int,BaseComponent...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "data"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "page"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta/Spigot.html#setPage(int,BaseComponent...)"
              },
              {
                "kind": "METHOD",
                "name": "setPages(Array...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "pages"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta/Spigot.html#setPages(Array...)"
              },
              {
                "kind": "METHOD",
                "name": "setPages(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "pages"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta/Spigot.html#setPages(List)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta/Spigot.html"
          },
          {
            "kind": "METHOD",
            "name": "setAuthor(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "author"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/inventory/meta/BookMeta.html#setPage(int,String)"
          },
          {
            "kind": "METHOD",
            "name": "setPages(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pages"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta.html#setPages(List)"
          },
          {
            "kind": "METHOD",
            "name": "setPages(String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pages"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta.html#setPages(String...)"
          },
          {
            "kind": "METHOD",
            "name": "setTitle(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta.html#setTitle(String)"
          },
          {
            "kind": "METHOD",
            "name": "spigot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta.html#spigot()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/BookMeta.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.15.1/org/bukkit/inventory/meta/CrossbowMeta.html#addChargedProjectile(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getChargedProjectiles()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/CrossbowMeta.html#getChargedProjectiles()"
          },
          {
            "kind": "METHOD",
            "name": "hasChargedProjectiles()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/CrossbowMeta.html#hasChargedProjectiles()"
          },
          {
            "kind": "METHOD",
            "name": "setChargedProjectiles(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "projectiles"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/CrossbowMeta.html#setChargedProjectiles(List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/Damageable.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getDamage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/Damageable.html#getDamage()"
          },
          {
            "kind": "METHOD",
            "name": "hasDamage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/Damageable.html#hasDamage()"
          },
          {
            "kind": "METHOD",
            "name": "setDamage(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/Damageable.html#setDamage(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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": "ench"
              },
              {
                "kind": "PARAMETER",
                "name": "ignoreLevelRestriction"
              },
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/EnchantmentStorageMeta.html#addStoredEnchant(Enchantment,int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/EnchantmentStorageMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getStoredEnchantLevel(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ench"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/EnchantmentStorageMeta.html#getStoredEnchantLevel(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "getStoredEnchants()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/EnchantmentStorageMeta.html#getStoredEnchants()"
          },
          {
            "kind": "METHOD",
            "name": "hasConflictingStoredEnchant(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ench"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/EnchantmentStorageMeta.html#hasConflictingStoredEnchant(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "hasStoredEnchant(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ench"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/EnchantmentStorageMeta.html#hasStoredEnchant(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "hasStoredEnchants()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/EnchantmentStorageMeta.html#hasStoredEnchants()"
          },
          {
            "kind": "METHOD",
            "name": "removeStoredEnchant(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ench"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/EnchantmentStorageMeta.html#removeStoredEnchant(Enchantment)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/FireworkEffectMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getEffect()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/FireworkEffectMeta.html#getEffect()"
          },
          {
            "kind": "METHOD",
            "name": "hasEffect()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/FireworkEffectMeta.html#hasEffect()"
          },
          {
            "kind": "METHOD",
            "name": "setEffect(FireworkEffect)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/FireworkEffectMeta.html#setEffect(FireworkEffect)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/inventory/meta/FireworkMeta.html#addEffects(Iterable)"
          },
          {
            "kind": "METHOD",
            "name": "clearEffects()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/FireworkMeta.html#clearEffects()"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/FireworkMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getEffects()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/FireworkMeta.html#getEffects()"
          },
          {
            "kind": "METHOD",
            "name": "getEffectsSize()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/FireworkMeta.html#getEffectsSize()"
          },
          {
            "kind": "METHOD",
            "name": "getPower()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/FireworkMeta.html#getPower()"
          },
          {
            "kind": "METHOD",
            "name": "hasEffects()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/FireworkMeta.html#hasEffects()"
          },
          {
            "kind": "METHOD",
            "name": "removeEffect(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/FireworkMeta.html#setPower(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/ItemMeta.html#addAttributeModifier(Attribute,AttributeModifier)"
          },
          {
            "kind": "METHOD",
            "name": "addEnchant(Enchantment,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ench"
              },
              {
                "kind": "PARAMETER",
                "name": "ignoreLevelRestriction"
              },
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/ItemMeta.html#addItemFlags(ItemFlag...)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAttributeModifiers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#getAttributeModifiers()"
          },
          {
            "kind": "METHOD",
            "name": "getAttributeModifiers(Attribute)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attribute"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/ItemMeta.html#getAttributeModifiers(EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "getCanDestroy()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#getCanDestroy()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getCanPlaceOn()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#getCanPlaceOn()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getCustomModelData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#getCustomModelData()"
          },
          {
            "kind": "METHOD",
            "name": "getCustomTagContainer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#getCustomTagContainer()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDestroyableKeys()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#getDestroyableKeys()"
          },
          {
            "kind": "METHOD",
            "name": "getDisplayName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#getDisplayName()"
          },
          {
            "kind": "METHOD",
            "name": "getEnchantLevel(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ench"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#getEnchantLevel(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "getEnchants()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#getEnchants()"
          },
          {
            "kind": "METHOD",
            "name": "getItemFlags()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#getItemFlags()"
          },
          {
            "kind": "METHOD",
            "name": "getLocalizedName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#getLocalizedName()"
          },
          {
            "kind": "METHOD",
            "name": "getLore()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#getLore()"
          },
          {
            "kind": "METHOD",
            "name": "getPlaceableKeys()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#getPlaceableKeys()"
          },
          {
            "kind": "METHOD",
            "name": "hasAttributeModifiers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#hasAttributeModifiers()"
          },
          {
            "kind": "METHOD",
            "name": "hasConflictingEnchant(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ench"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#hasConflictingEnchant(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "hasCustomModelData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#hasCustomModelData()"
          },
          {
            "kind": "METHOD",
            "name": "hasDestroyableKeys()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#hasDestroyableKeys()"
          },
          {
            "kind": "METHOD",
            "name": "hasDisplayName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#hasDisplayName()"
          },
          {
            "kind": "METHOD",
            "name": "hasEnchant(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ench"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#hasEnchant(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "hasEnchants()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#hasEnchants()"
          },
          {
            "kind": "METHOD",
            "name": "hasItemFlag(ItemFlag)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#hasItemFlag(ItemFlag)"
          },
          {
            "kind": "METHOD",
            "name": "hasLocalizedName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#hasLocalizedName()"
          },
          {
            "kind": "METHOD",
            "name": "hasLore()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#hasLore()"
          },
          {
            "kind": "METHOD",
            "name": "hasPlaceableKeys()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#hasPlaceableKeys()"
          },
          {
            "kind": "METHOD",
            "name": "isUnbreakable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#isUnbreakable()"
          },
          {
            "kind": "METHOD",
            "name": "removeAttributeModifier(Attribute)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attribute"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/inventory/meta/ItemMeta.html#removeAttributeModifier(EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "removeEnchant(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ench"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#removeEnchant(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "removeItemFlags(ItemFlag...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemFlags"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/inventory/meta/ItemMeta.html#setCanDestroy(Set)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCanPlaceOn(Set)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canPlaceOn"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#setCanPlaceOn(Set)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCustomModelData(Integer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#setCustomModelData(Integer)"
          },
          {
            "kind": "METHOD",
            "name": "setDestroyableKeys(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canDestroy"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#setDestroyableKeys(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "setDisplayName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#setDisplayName(String)"
          },
          {
            "kind": "METHOD",
            "name": "setLocalizedName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#setLocalizedName(String)"
          },
          {
            "kind": "METHOD",
            "name": "setLore(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lore"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#setLore(List)"
          },
          {
            "kind": "METHOD",
            "name": "setPlaceableKeys(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canPlaceOn"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#setPlaceableKeys(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "setUnbreakable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "unbreakable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#setUnbreakable(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setVersion(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "version"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/ItemMeta.html#setVersion(int)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/KnowledgeBookMeta.html#addRecipe(NamespacedKey...)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/KnowledgeBookMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipes()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/KnowledgeBookMeta.html#getRecipes()"
          },
          {
            "kind": "METHOD",
            "name": "hasRecipes()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/KnowledgeBookMeta.html#hasRecipes()"
          },
          {
            "kind": "METHOD",
            "name": "setRecipes(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipes"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/KnowledgeBookMeta.html#setRecipes(List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/LeatherArmorMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/LeatherArmorMeta.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "setColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/LeatherArmorMeta.html#setColor(Color)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/MapMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/MapMeta.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getLocationName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/MapMeta.html#getLocationName()"
          },
          {
            "kind": "METHOD",
            "name": "getMapId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/MapMeta.html#getMapId()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getMapView()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/MapMeta.html#getMapView()"
          },
          {
            "kind": "METHOD",
            "name": "hasColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/MapMeta.html#hasColor()"
          },
          {
            "kind": "METHOD",
            "name": "hasLocationName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/MapMeta.html#hasLocationName()"
          },
          {
            "kind": "METHOD",
            "name": "hasMapId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/MapMeta.html#hasMapId()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hasMapView()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/MapMeta.html#hasMapView()"
          },
          {
            "kind": "METHOD",
            "name": "isScaling()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/MapMeta.html#isScaling()"
          },
          {
            "kind": "METHOD",
            "name": "setColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/MapMeta.html#setLocationName(String)"
          },
          {
            "kind": "METHOD",
            "name": "setMapId(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/MapMeta.html#setMapId(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setMapView(MapView)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/MapMeta.html#setScaling(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/MapMeta.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.15.1/org/bukkit/inventory/meta/PotionMeta.html#addCustomEffect(PotionEffect,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "clearCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/PotionMeta.html#clearCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/PotionMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getBasePotionData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/PotionMeta.html#getBasePotionData()"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/PotionMeta.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/PotionMeta.html#getCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "hasColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/PotionMeta.html#hasColor()"
          },
          {
            "kind": "METHOD",
            "name": "hasCustomEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/PotionMeta.html#hasCustomEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "hasCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/PotionMeta.html#hasCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "removeCustomEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/PotionMeta.html#setBasePotionData(PotionData)"
          },
          {
            "kind": "METHOD",
            "name": "setColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/PotionMeta.html#setColor(Color)"
          },
          {
            "kind": "METHOD",
            "name": "setMainEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/PotionMeta.html#setMainEffect(PotionEffectType)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/Repairable.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getRepairCost()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/Repairable.html#getRepairCost()"
          },
          {
            "kind": "METHOD",
            "name": "hasRepairCost()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/Repairable.html#hasRepairCost()"
          },
          {
            "kind": "METHOD",
            "name": "setRepairCost(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cost"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/Repairable.html#setRepairCost(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/Repairable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.SkullMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/SkullMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getOwner()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/SkullMeta.html#getOwner()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getOwningPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/SkullMeta.html#getOwningPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerProfile()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/SkullMeta.html#getPlayerProfile()"
          },
          {
            "kind": "METHOD",
            "name": "hasOwner()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/SkullMeta.html#hasOwner()"
          },
          {
            "kind": "METHOD",
            "name": "setOwner(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/SkullMeta.html#setOwner(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setOwningPlayer(OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/SkullMeta.html#setPlayerProfile(PlayerProfile)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/SpawnEggMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnedType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/SpawnEggMeta.html#getSpawnedType()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setSpawnedType(EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/SpawnEggMeta.html#setSpawnedType(EntityType)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/SuspiciousStewMeta.html#addCustomEffect(PotionEffect,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "clearCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/SuspiciousStewMeta.html#clearCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/SuspiciousStewMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/SuspiciousStewMeta.html#getCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "hasCustomEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/SuspiciousStewMeta.html#hasCustomEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "hasCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/SuspiciousStewMeta.html#hasCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "removeCustomEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/SuspiciousStewMeta.html#removeCustomEffect(PotionEffectType)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/TropicalFishBucketMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getBodyColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/TropicalFishBucketMeta.html#getBodyColor()"
          },
          {
            "kind": "METHOD",
            "name": "getPattern()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/TropicalFishBucketMeta.html#getPattern()"
          },
          {
            "kind": "METHOD",
            "name": "getPatternColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/TropicalFishBucketMeta.html#getPatternColor()"
          },
          {
            "kind": "METHOD",
            "name": "hasVariant()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/TropicalFishBucketMeta.html#hasVariant()"
          },
          {
            "kind": "METHOD",
            "name": "setBodyColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/inventory/meta/TropicalFishBucketMeta.html#setPatternColor(DyeColor)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/TropicalFishBucketMeta.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/package-summary.html"
  },
  {
    "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.15.1/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.15.1/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.15.1/org/bukkit/inventory/meta/tags/CustomItemTagContainer.html#\u003cT,Z\u003esetCustomTag(NamespacedKey,ItemTagType,Z)"
          },
          {
            "kind": "METHOD",
            "name": "getAdapterContext()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/tags/CustomItemTagContainer.html#getAdapterContext()"
          },
          {
            "kind": "METHOD",
            "name": "isEmpty()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/tags/CustomItemTagContainer.html#removeCustomTag(NamespacedKey)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/tags/CustomItemTagContainer.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.tags.ItemTagAdapterContext",
        "children": [
          {
            "kind": "METHOD",
            "name": "newTagContainer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/tags/ItemTagAdapterContext.html#newTagContainer()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/tags/ItemTagAdapterContext.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.tags.ItemTagType",
        "children": [
          {
            "kind": "FIELD",
            "name": "BYTE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/tags/ItemTagType.html#BYTE"
          },
          {
            "kind": "FIELD",
            "name": "BYTE_ARRAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/tags/ItemTagType.html#BYTE_ARRAY"
          },
          {
            "kind": "FIELD",
            "name": "DOUBLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/tags/ItemTagType.html#DOUBLE"
          },
          {
            "kind": "FIELD",
            "name": "FLOAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/tags/ItemTagType.html#FLOAT"
          },
          {
            "kind": "FIELD",
            "name": "INTEGER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/tags/ItemTagType.html#INTEGER"
          },
          {
            "kind": "FIELD",
            "name": "INTEGER_ARRAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/tags/ItemTagType.html#INTEGER_ARRAY"
          },
          {
            "kind": "FIELD",
            "name": "LONG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/tags/ItemTagType.html#LONG"
          },
          {
            "kind": "FIELD",
            "name": "LONG_ARRAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/tags/ItemTagType.html#LONG_ARRAY"
          },
          {
            "kind": "FIELD",
            "name": "SHORT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/tags/ItemTagType.html#SHORT"
          },
          {
            "kind": "FIELD",
            "name": "STRING",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/inventory/meta/tags/ItemTagType.html#fromPrimitive(T,ItemTagAdapterContext)"
          },
          {
            "kind": "METHOD",
            "name": "getComplexType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/tags/ItemTagType.html#getComplexType()"
          },
          {
            "kind": "METHOD",
            "name": "getPrimitiveType()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/inventory/meta/tags/ItemTagType/PrimitiveTagType.html#fromPrimitive(T,ItemTagAdapterContext)"
              },
              {
                "kind": "METHOD",
                "name": "getComplexType()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/tags/ItemTagType/PrimitiveTagType.html#getComplexType()"
              },
              {
                "kind": "METHOD",
                "name": "getPrimitiveType()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/tags/ItemTagType/PrimitiveTagType.html#getPrimitiveType()"
              },
              {
                "kind": "FIELD",
                "name": "primitiveType",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/tags/ItemTagType/PrimitiveTagType.html#toPrimitive(T,ItemTagAdapterContext)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/inventory/meta/tags/ItemTagType.html#toPrimitive(Z,ItemTagAdapterContext)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/tags/ItemTagType.html",
        "deprecated": {
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/inventory/meta/tags/package-summary.html"
  },
  {
    "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.15.1/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.15.1/org/bukkit/loot/LootContext.html#LootContext(Location,float,int,Entity,HumanEntity)"
          },
          {
            "kind": "METHOD",
            "name": "getKiller()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootContext.html#getKiller()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootContext.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getLootedEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootContext.html#getLootedEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getLootingModifier()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootContext.html#getLootingModifier()"
          },
          {
            "kind": "METHOD",
            "name": "getLuck()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootContext.html#getLuck()"
          },
          {
            "kind": "FIELD",
            "name": "killer",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootContext.html#killer"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootContext.html#location"
          },
          {
            "kind": "FIELD",
            "name": "lootedEntity",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootContext.html#lootedEntity"
          },
          {
            "kind": "FIELD",
            "name": "lootingModifier",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootContext.html#lootingModifier"
          },
          {
            "kind": "FIELD",
            "name": "luck",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/loot/LootContext/Builder.html#Builder(Location)"
              },
              {
                "kind": "METHOD",
                "name": "build()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootContext/Builder.html#build()"
              },
              {
                "kind": "FIELD",
                "name": "killer",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootContext/Builder.html#killer"
              },
              {
                "kind": "METHOD",
                "name": "killer(HumanEntity)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "killer"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootContext/Builder.html#killer(HumanEntity)"
              },
              {
                "kind": "FIELD",
                "name": "location",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootContext/Builder.html#location"
              },
              {
                "kind": "FIELD",
                "name": "lootedEntity",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootContext/Builder.html#lootedEntity"
              },
              {
                "kind": "METHOD",
                "name": "lootedEntity(Entity)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "lootedEntity"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootContext/Builder.html#lootedEntity(Entity)"
              },
              {
                "kind": "FIELD",
                "name": "lootingModifier",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootContext/Builder.html#lootingModifier"
              },
              {
                "kind": "METHOD",
                "name": "lootingModifier(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "modifier"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootContext/Builder.html#lootingModifier(int)"
              },
              {
                "kind": "FIELD",
                "name": "luck",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootContext/Builder.html#luck"
              },
              {
                "kind": "METHOD",
                "name": "luck(float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "luck"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootContext/Builder.html#luck(float)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootContext/Builder.html"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/loot/LootTable.html#populateLoot(Random,LootContext)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/loot/LootTables.html#ABANDONED_MINESHAFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMORER_GIFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#ARMORER_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMOR_STAND",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#ARMOR_STAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#BAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLAZE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#BLAZE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BURIED_TREASURE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#BURIED_TREASURE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUTCHER_GIFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#BUTCHER_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CARTOGRAPHER_GIFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#CARTOGRAPHER_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#CAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAT_MORNING_GIFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#CAT_MORNING_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAVE_SPIDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#CAVE_SPIDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHICKEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#CHICKEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLERIC_GIFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#CLERIC_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#COD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#COW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREEPER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#CREEPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DESERT_PYRAMID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#DESERT_PYRAMID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOLPHIN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#DOLPHIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DONKEY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#DONKEY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROWNED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#DROWNED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ELDER_GUARDIAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#ELDER_GUARDIAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EMPTY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#EMPTY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDERMAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#ENDERMAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDERMITE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#ENDERMITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER_DRAGON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#ENDER_DRAGON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_CITY_TREASURE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#END_CITY_TREASURE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EVOKER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#EVOKER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FARMER_GIFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#FARMER_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FISHERMAN_GIFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#FISHERMAN_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FISHING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#FISHING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FISHING_FISH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#FISHING_FISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FISHING_JUNK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#FISHING_JUNK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FISHING_TREASURE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#FISHING_TREASURE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLETCHER_GIFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#FLETCHER_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FOX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#FOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GHAST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#GHAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GIANT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#GIANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GUARDIAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#GUARDIAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HORSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#HORSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HUSK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#HUSK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IGLOO_CHEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#IGLOO_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ILLUSIONER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#ILLUSIONER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_GOLEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#IRON_GOLEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_TEMPLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#JUNGLE_TEMPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_TEMPLE_DISPENSER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#JUNGLE_TEMPLE_DISPENSER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEATHERWORKER_GIFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#LEATHERWORKER_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIBRARIAN_GIFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#LIBRARIAN_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LLAMA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#LLAMA"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "LootTables(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#LootTables(String)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGMA_CUBE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#MAGMA_CUBE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MASON_GIFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#MASON_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOOSHROOM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#MOOSHROOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MULE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#MULE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_BRIDGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#NETHER_BRIDGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OCELOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#OCELOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PANDA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#PANDA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PARROT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#PARROT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PHANTOM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#PHANTOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#PIG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PILLAGER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#PILLAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PILLAGER_OUTPOST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#PILLAGER_OUTPOST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLAR_BEAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#POLAR_BEAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PUFFERFISH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#PUFFERFISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RABBIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#RABBIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAVAGER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#RAVAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SALMON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SALMON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHEEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_BLACK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHEEP_BLACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_BLUE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHEEP_BLUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_BROWN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHEEP_BROWN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_CYAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHEEP_CYAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_GRAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHEEP_GRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_GREEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHEEP_GREEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_LIGHT_BLUE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHEEP_LIGHT_BLUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_LIGHT_GRAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHEEP_LIGHT_GRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_LIME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHEEP_LIME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_MAGENTA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHEEP_MAGENTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_ORANGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHEEP_ORANGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_PINK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHEEP_PINK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_PURPLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHEEP_PURPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_RED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHEEP_RED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_WHITE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHEEP_WHITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_YELLOW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHEEP_YELLOW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEPHERD_GIFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHEPHERD_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHIPWRECK_MAP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHIPWRECK_MAP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHIPWRECK_SUPPLY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHIPWRECK_SUPPLY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHIPWRECK_TREASURE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHIPWRECK_TREASURE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHULKER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SHULKER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SILVERFISH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SILVERFISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SIMPLE_DUNGEON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SIMPLE_DUNGEON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKELETON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SKELETON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKELETON_HORSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SKELETON_HORSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SLIME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SLIME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOW_GOLEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SNOW_GOLEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPAWN_BONUS_CHEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SPAWN_BONUS_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPIDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SPIDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SQUID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#SQUID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#STRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRONGHOLD_CORRIDOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#STRONGHOLD_CORRIDOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRONGHOLD_CROSSING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#STRONGHOLD_CROSSING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRONGHOLD_LIBRARY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#STRONGHOLD_LIBRARY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TOOLSMITH_GIFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#TOOLSMITH_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRADER_LLAMA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#TRADER_LLAMA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TROPICAL_FISH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#TROPICAL_FISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TURTLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#TURTLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UNDERWATER_RUIN_BIG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#UNDERWATER_RUIN_BIG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UNDERWATER_RUIN_SMALL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#UNDERWATER_RUIN_SMALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VEX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#VEX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#VILLAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_ARMORER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#VILLAGE_ARMORER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_BUTCHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#VILLAGE_BUTCHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_CARTOGRAPHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#VILLAGE_CARTOGRAPHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_DESERT_HOUSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#VILLAGE_DESERT_HOUSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_FISHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#VILLAGE_FISHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_FLETCHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#VILLAGE_FLETCHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_MASON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#VILLAGE_MASON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_PLAINS_HOUSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#VILLAGE_PLAINS_HOUSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_SAVANNA_HOUSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#VILLAGE_SAVANNA_HOUSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_SHEPHERD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#VILLAGE_SHEPHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_SNOWY_HOUSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#VILLAGE_SNOWY_HOUSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_TAIGA_HOUSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#VILLAGE_TAIGA_HOUSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_TANNERY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#VILLAGE_TANNERY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_TEMPLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#VILLAGE_TEMPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_TOOLSMITH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#VILLAGE_TOOLSMITH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_WEAPONSMITH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#VILLAGE_WEAPONSMITH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VINDICATOR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#VINDICATOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WANDERING_TRADER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#WANDERING_TRADER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEAPONSMITH_GIFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#WEAPONSMITH_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITCH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#WITCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#WITHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER_SKELETON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#WITHER_SKELETON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOLF",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#WOLF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOODLAND_MANSION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#WOODLAND_MANSION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#ZOMBIE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_HORSE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#ZOMBIE_HORSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_PIGMAN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#ZOMBIE_PIGMAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_VILLAGER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#ZOMBIE_VILLAGER"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getLootTable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#getLootTable()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#location"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/LootTables.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.loot.Lootable",
        "children": [
          {
            "kind": "METHOD",
            "name": "clearLootTable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/Lootable.html#clearLootTable()"
          },
          {
            "kind": "METHOD",
            "name": "getLootTable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/Lootable.html#getLootTable()"
          },
          {
            "kind": "METHOD",
            "name": "getSeed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/Lootable.html#getSeed()"
          },
          {
            "kind": "METHOD",
            "name": "hasLootTable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/Lootable.html#hasLootTable()"
          },
          {
            "kind": "METHOD",
            "name": "setLootTable(LootTable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "table"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/loot/Lootable.html#setSeed(long)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/loot/Lootable.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/map/MapCanvas.html#getBasePixel(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getCursors()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCanvas.html#getCursors()"
          },
          {
            "kind": "METHOD",
            "name": "getMapView()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/map/MapCanvas.html#getPixel(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "setCursors(MapCursorCollection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cursors"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/map/MapCanvas.html#setPixel(int,int,byte)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/map/MapCursor.html#MapCursor(byte,byte,byte,Type,boolean)"
          },
          {
            "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.15.1/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.15.1/org/bukkit/map/MapCursor.html#MapCursor(byte,byte,byte,byte,boolean)",
            "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.15.1/org/bukkit/map/MapCursor.html#MapCursor(byte,byte,byte,byte,boolean,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "caption",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor.html#caption"
          },
          {
            "kind": "FIELD",
            "name": "direction",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor.html#direction"
          },
          {
            "kind": "METHOD",
            "name": "getCaption()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor.html#getCaption()"
          },
          {
            "kind": "METHOD",
            "name": "getDirection()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor.html#getDirection()"
          },
          {
            "kind": "METHOD",
            "name": "getRawType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor.html#getRawType()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "getX()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor.html#getX()"
          },
          {
            "kind": "METHOD",
            "name": "getY()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor.html#getY()"
          },
          {
            "kind": "METHOD",
            "name": "isVisible()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor.html#isVisible()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.map.MapCursor.Type",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BANNER_BLACK",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#BANNER_BLACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BANNER_BLUE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#BANNER_BLUE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BANNER_BROWN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#BANNER_BROWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BANNER_CYAN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#BANNER_CYAN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BANNER_GRAY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#BANNER_GRAY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BANNER_GREEN",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#BANNER_GREEN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BANNER_LIGHT_BLUE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#BANNER_LIGHT_BLUE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BANNER_LIGHT_GRAY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#BANNER_LIGHT_GRAY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BANNER_LIME",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#BANNER_LIME"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BANNER_MAGENTA",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#BANNER_MAGENTA"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BANNER_ORANGE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#BANNER_ORANGE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BANNER_PINK",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#BANNER_PINK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BANNER_PURPLE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#BANNER_PURPLE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BANNER_RED",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#BANNER_RED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BANNER_WHITE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#BANNER_WHITE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BANNER_YELLOW",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#BANNER_YELLOW"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLUE_POINTER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#BLUE_POINTER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "GREEN_POINTER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#GREEN_POINTER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MANSION",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#MANSION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RED_MARKER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#RED_MARKER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RED_POINTER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#RED_POINTER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RED_X",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#RED_X"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SMALL_WHITE_CIRCLE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#SMALL_WHITE_CIRCLE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TEMPLE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#TEMPLE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "value"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#Type(int)"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WHITE_CIRCLE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#WHITE_CIRCLE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WHITE_CROSS",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#WHITE_CROSS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WHITE_POINTER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#WHITE_POINTER"
              },
              {
                "kind": "METHOD",
                "name": "byValue(byte)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "value"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#byValue(byte)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "getValue()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#getValue()",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "FIELD",
                "name": "value",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#value"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor/Type.html"
          },
          {
            "kind": "METHOD",
            "name": "setCaption(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "caption"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor.html#setCaption(String)"
          },
          {
            "kind": "METHOD",
            "name": "setDirection(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor.html#setDirection(byte)"
          },
          {
            "kind": "METHOD",
            "name": "setRawType(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor.html#setRawType(byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setType(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor.html#setType(Type)"
          },
          {
            "kind": "METHOD",
            "name": "setVisible(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "visible"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor.html#setVisible(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setX(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor.html#setX(byte)"
          },
          {
            "kind": "METHOD",
            "name": "setY(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor.html#setY(byte)"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor.html#type"
          },
          {
            "kind": "FIELD",
            "name": "visible",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor.html#visible"
          },
          {
            "kind": "FIELD",
            "name": "x",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor.html#x"
          },
          {
            "kind": "FIELD",
            "name": "y",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor.html#y"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursor.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.map.MapCursorCollection",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MapCursorCollection()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursorCollection.html#MapCursorCollection()"
          },
          {
            "kind": "METHOD",
            "name": "addCursor(MapCursor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cursor"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/map/MapCursorCollection.html#addCursor(int,int,byte,byte)",
            "deprecated": {
              "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.15.1/org/bukkit/map/MapCursorCollection.html#addCursor(int,int,byte,byte,boolean)",
            "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.15.1/org/bukkit/map/MapCursorCollection.html#addCursor(int,int,byte,byte,boolean,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "cursors",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursorCollection.html#cursors"
          },
          {
            "kind": "METHOD",
            "name": "getCursor(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursorCollection.html#getCursor(int)"
          },
          {
            "kind": "METHOD",
            "name": "removeCursor(MapCursor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cursor"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursorCollection.html#removeCursor(MapCursor)"
          },
          {
            "kind": "METHOD",
            "name": "size()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursorCollection.html#size()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapCursorCollection.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.map.MapFont",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MapFont()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapFont.html#MapFont()"
          },
          {
            "kind": "FIELD",
            "name": "chars",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapFont.html#chars"
          },
          {
            "kind": "METHOD",
            "name": "getChar(char)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ch"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapFont.html#getChar(char)"
          },
          {
            "kind": "METHOD",
            "name": "getHeight()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapFont.html#getHeight()"
          },
          {
            "kind": "METHOD",
            "name": "getWidth(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "text"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapFont.html#getWidth(String)"
          },
          {
            "kind": "FIELD",
            "name": "height",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapFont.html#height"
          },
          {
            "kind": "METHOD",
            "name": "isValid(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "text"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapFont.html#isValid(String)"
          },
          {
            "kind": "FIELD",
            "name": "malleable",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/map/MapFont/CharacterSprite.html#CharacterSprite(int,int,boolean...)"
              },
              {
                "kind": "FIELD",
                "name": "data",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/map/MapFont/CharacterSprite.html#get(int,int)"
              },
              {
                "kind": "METHOD",
                "name": "getHeight()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapFont/CharacterSprite.html#getHeight()"
              },
              {
                "kind": "METHOD",
                "name": "getWidth()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapFont/CharacterSprite.html#getWidth()"
              },
              {
                "kind": "FIELD",
                "name": "height",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapFont/CharacterSprite.html#height"
              },
              {
                "kind": "FIELD",
                "name": "width",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapFont/CharacterSprite.html#width"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/map/MapFont.html#setChar(char,CharacterSprite)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapFont.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.map.MapPalette",
        "children": [
          {
            "kind": "FIELD",
            "name": "BLUE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapPalette.html#BLUE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "BROWN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapPalette.html#BROWN",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "DARK_BROWN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapPalette.html#DARK_BROWN",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "DARK_GRAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapPalette.html#DARK_GRAY",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "DARK_GREEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapPalette.html#DARK_GREEN",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "GRAY_1",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapPalette.html#GRAY_1",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "GRAY_2",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapPalette.html#GRAY_2",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BROWN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapPalette.html#LIGHT_BROWN",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapPalette.html#LIGHT_GRAY",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GREEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapPalette.html#LIGHT_GREEN",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MapPalette()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapPalette.html#MapPalette()"
          },
          {
            "kind": "FIELD",
            "name": "PALE_BLUE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapPalette.html#PALE_BLUE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "RED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapPalette.html#RED",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "TRANSPARENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapPalette.html#TRANSPARENT",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "WHITE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapPalette.html#WHITE",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "c(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "b"
              },
              {
                "kind": "PARAMETER",
                "name": "g"
              },
              {
                "kind": "PARAMETER",
                "name": "r"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapPalette.html#c(int,int,int)"
          },
          {
            "kind": "FIELD",
            "name": "colors",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapPalette.html#colors"
          },
          {
            "kind": "METHOD",
            "name": "getColor(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapPalette.html#getColor(byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDistance(Color,Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "c1"
              },
              {
                "kind": "PARAMETER",
                "name": "c2"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/map/MapPalette.html#imageToBytes(Image)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "matchColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapPalette.html#matchColor(Color)",
            "deprecated": {
              "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.15.1/org/bukkit/map/MapPalette.html#matchColor(int,int,int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "resizeImage(Image)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "image"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapPalette.html#resizeImage(Image)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapPalette.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.map.MapRenderer",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MapRenderer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapRenderer.html#MapRenderer()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MapRenderer(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "contextual"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapRenderer.html#MapRenderer(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "contextual",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapRenderer.html#contextual"
          },
          {
            "kind": "METHOD",
            "name": "initialize(MapView)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapRenderer.html#initialize(MapView)"
          },
          {
            "kind": "METHOD",
            "name": "isContextual()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/map/MapRenderer.html#render(MapView,MapCanvas,Player)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/map/MapView.html#addRenderer(MapRenderer)"
          },
          {
            "kind": "METHOD",
            "name": "getCenterX()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView.html#getCenterX()"
          },
          {
            "kind": "METHOD",
            "name": "getCenterZ()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView.html#getCenterZ()"
          },
          {
            "kind": "METHOD",
            "name": "getId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView.html#getId()"
          },
          {
            "kind": "METHOD",
            "name": "getRenderers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView.html#getRenderers()"
          },
          {
            "kind": "METHOD",
            "name": "getScale()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView.html#getScale()"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView.html#getWorld()"
          },
          {
            "kind": "METHOD",
            "name": "isLocked()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView.html#isLocked()"
          },
          {
            "kind": "METHOD",
            "name": "isTrackingPosition()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView.html#isTrackingPosition()"
          },
          {
            "kind": "METHOD",
            "name": "isUnlimitedTracking()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView.html#isUnlimitedTracking()"
          },
          {
            "kind": "METHOD",
            "name": "isVirtual()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/map/MapView/Scale.html#CLOSE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CLOSEST",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView/Scale.html#CLOSEST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FAR",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView/Scale.html#FAR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FARTHEST",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView/Scale.html#FARTHEST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NORMAL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView/Scale.html#NORMAL"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Scale(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "value"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView/Scale.html#Scale(int)"
              },
              {
                "kind": "METHOD",
                "name": "getValue()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView/Scale.html#getValue()",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "FIELD",
                "name": "value",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView/Scale.html#value"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView/Scale.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(byte)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "value"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView/Scale.html#valueOf(byte)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView/Scale.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView/Scale.html"
          },
          {
            "kind": "METHOD",
            "name": "removeRenderer(MapRenderer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "renderer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView.html#removeRenderer(MapRenderer)"
          },
          {
            "kind": "METHOD",
            "name": "setCenterX(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView.html#setCenterX(int)"
          },
          {
            "kind": "METHOD",
            "name": "setCenterZ(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView.html#setCenterZ(int)"
          },
          {
            "kind": "METHOD",
            "name": "setLocked(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "locked"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView.html#setLocked(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setScale(Scale)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "scale"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView.html#setScale(Scale)"
          },
          {
            "kind": "METHOD",
            "name": "setTrackingPosition(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "trackingPosition"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView.html#setTrackingPosition(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setUnlimitedTracking(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "unlimited"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView.html#setUnlimitedTracking(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setWorld(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView.html#setWorld(World)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MapView.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.map.MinecraftFont",
        "children": [
          {
            "kind": "FIELD",
            "name": "Font",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MinecraftFont.html#Font"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MinecraftFont()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MinecraftFont.html#MinecraftFont()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MinecraftFont(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "malleable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MinecraftFont.html#MinecraftFont(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "fontChars",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MinecraftFont.html#fontChars"
          },
          {
            "kind": "FIELD",
            "name": "fontData",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MinecraftFont.html#fontData"
          },
          {
            "kind": "FIELD",
            "name": "spaceSize",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MinecraftFont.html#spaceSize"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/map/MinecraftFont.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Attachable.html#getAttachedFace()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Attachable.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Banner",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Banner()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Banner.html#Banner()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Banner(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Banner.html#Banner(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Banner.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Banner.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Banner.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isWallBanner()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Banner.html#isWallBanner()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Banner.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Banner.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Banner.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Bed",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Bed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Bed.html#Bed()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Bed(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Bed.html#Bed(BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Bed(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Bed.html#Bed(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Bed.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Bed.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isHeadOfBed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Bed.html#isHeadOfBed()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Bed.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setHeadOfBed(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isHeadOfBed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Bed.html#setHeadOfBed(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Bed.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Bed.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Button",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Button()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Button.html#Button()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Button(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Button.html#Button(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Button.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Button.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Button.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Button.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setPowered(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bool"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Button.html#setPowered(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Button.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Button.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Cake",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Cake()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Cake.html#Cake()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Cake(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Cake.html#Cake(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Cake.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getSlicesEaten()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Cake.html#getSlicesEaten()"
          },
          {
            "kind": "METHOD",
            "name": "getSlicesRemaining()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Cake.html#getSlicesRemaining()"
          },
          {
            "kind": "METHOD",
            "name": "setSlicesEaten(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "n"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Cake.html#setSlicesEaten(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSlicesRemaining(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "n"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Cake.html#setSlicesRemaining(int)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Cake.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Cake.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Cauldron",
        "children": [
          {
            "kind": "FIELD",
            "name": "CAULDRON_EMPTY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Cauldron.html#CAULDRON_EMPTY"
          },
          {
            "kind": "FIELD",
            "name": "CAULDRON_FULL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Cauldron.html#CAULDRON_FULL"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Cauldron()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Cauldron.html#Cauldron(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Cauldron(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Cauldron.html#Cauldron(byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Cauldron.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isEmpty()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Cauldron.html#isEmpty()"
          },
          {
            "kind": "METHOD",
            "name": "isFull()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Cauldron.html#isFull()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Cauldron.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Cauldron.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Chest",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Chest()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Chest.html#Chest()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Chest(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Chest.html#Chest(BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Chest(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Chest.html#Chest(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Chest.html#clone()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Chest.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Coal",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Coal()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Coal.html#Coal()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Coal(CoalType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Coal.html#Coal(CoalType)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Coal(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Coal.html#Coal(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Coal.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Coal.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "setType(CoalType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Coal.html#setType(CoalType)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Coal.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Coal.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.CocoaPlant",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "CocoaPlant()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/CocoaPlant.html#CocoaPlant()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "CocoaPlant(CocoaPlantSize)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/material/CocoaPlant.html#CocoaPlant(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/CocoaPlant.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/CocoaPlant.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/CocoaPlant.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "getSize()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/CocoaPlant/CocoaPlantSize.html#CocoaPlantSize()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LARGE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/CocoaPlant/CocoaPlantSize.html#LARGE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MEDIUM",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/CocoaPlant/CocoaPlantSize.html#MEDIUM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SMALL",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/CocoaPlant/CocoaPlantSize.html#SMALL"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/CocoaPlant/CocoaPlantSize.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/CocoaPlant/CocoaPlantSize.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/CocoaPlant/CocoaPlantSize.html"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/CocoaPlant.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setSize(CocoaPlantSize)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/CocoaPlant.html#setSize(CocoaPlantSize)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/CocoaPlant.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/CocoaPlant.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.material.Colorable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Colorable.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "setColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Colorable.html#setColor(DyeColor)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Colorable.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Command",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Command()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Command.html#Command()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Command(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Command.html#Command(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Command.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Command.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "setPowered(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bool"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Command.html#setPowered(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Command.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Command.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Comparator",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Comparator()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Comparator.html#Comparator()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Comparator(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "facingDirection"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/material/Comparator.html#Comparator(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_DIRECTION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Comparator.html#DEFAULT_DIRECTION"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_STATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Comparator.html#DEFAULT_STATE"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_SUBTRACTION_MODE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Comparator.html#DEFAULT_SUBTRACTION_MODE"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Comparator.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Comparator.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isBeingPowered()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Comparator.html#isBeingPowered()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Comparator.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "isSubtractionMode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Comparator.html#isSubtractionMode()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Comparator.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setSubtractionMode(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isSubtraction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Comparator.html#setSubtractionMode(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Comparator.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Comparator.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Crops",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Crops()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Crops.html#Crops()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Crops(CropState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Crops.html#Crops(CropState)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Crops(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/material/Crops.html#Crops(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_STATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Crops.html#DEFAULT_STATE"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_TYPE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Crops.html#DEFAULT_TYPE"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Crops.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getState()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Crops.html#getState()"
          },
          {
            "kind": "METHOD",
            "name": "setState(CropState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Crops.html#setState(CropState)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Crops.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Crops.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.DetectorRail",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "DetectorRail()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/DetectorRail.html#DetectorRail()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "DetectorRail(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/DetectorRail.html#DetectorRail(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/DetectorRail.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isPressed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/DetectorRail.html#isPressed()"
          },
          {
            "kind": "METHOD",
            "name": "setPressed(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isPressed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/DetectorRail.html#setPressed(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/DetectorRail.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Diode",
        "children": [
          {
            "kind": "FIELD",
            "name": "DEFAULT_DELAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Diode.html#DEFAULT_DELAY"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_DIRECTION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Diode.html#DEFAULT_DIRECTION"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_STATE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Diode.html#DEFAULT_STATE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Diode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Diode.html#Diode()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Diode(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "facingDirection"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/material/Diode.html#Diode(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Diode.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getDelay()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Diode.html#getDelay()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Diode.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Diode.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "setDelay(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Diode.html#setDelay(int)"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Diode.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Diode.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Diode.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.material.Directional",
        "children": [
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Directional.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Directional.html#setFacingDirection(BlockFace)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/material/DirectionalContainer.html#DirectionalContainer(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/DirectionalContainer.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/DirectionalContainer.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/DirectionalContainer.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/DirectionalContainer.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/DirectionalContainer.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Dispenser",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Dispenser()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Dispenser.html#Dispenser()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Dispenser(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Dispenser.html#Dispenser(BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Dispenser(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Dispenser.html#Dispenser(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Dispenser.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Dispenser.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Dispenser.html#setFacingDirection(BlockFace)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Dispenser.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Door",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Door()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Door.html#Door()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Door(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/material/Door.html#Door(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Door(TreeSpecies,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              },
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/material/Door.html#Door(TreeSpecies,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Door.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Door.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "getHinge()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Door.html#getHinge()"
          },
          {
            "kind": "METHOD",
            "name": "getHingeCorner()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Door.html#getHingeCorner()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getWoodDoorOfSpecies(TreeSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Door.html#getWoodDoorOfSpecies(TreeSpecies)"
          },
          {
            "kind": "METHOD",
            "name": "isOpen()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Door.html#isOpen()"
          },
          {
            "kind": "METHOD",
            "name": "isTopHalf()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Door.html#isTopHalf()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Door.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setHinge(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isHingeRight"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Door.html#setHinge(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setOpen(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isOpen"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Door.html#setOpen(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setTopHalf(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isTopHalf"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Door.html#setTopHalf(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Door.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Door.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Dye",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Dye()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Dye.html#Dye()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Dye(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Dye.html#Dye(DyeColor)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Dye(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Dye.html#Dye(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Dye.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Dye.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "setColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Dye.html#setColor(DyeColor)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Dye.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Dye.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.EnderChest",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EnderChest()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/EnderChest.html#EnderChest()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EnderChest(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/EnderChest.html#EnderChest(BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EnderChest(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/EnderChest.html#EnderChest(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/EnderChest.html#clone()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/EnderChest.html",
        "deprecated": {
          "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.15.1/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.15.1/org/bukkit/material/ExtendedRails.html#ExtendedRails(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/ExtendedRails.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getConvertedData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/ExtendedRails.html#getConvertedData()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isCurve()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/ExtendedRails.html#setDirection(BlockFace,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/ExtendedRails.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.FlowerPot",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FlowerPot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/FlowerPot.html#FlowerPot()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "FlowerPot(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/FlowerPot.html#FlowerPot(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/FlowerPot.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getContents()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/FlowerPot.html#getContents()"
          },
          {
            "kind": "METHOD",
            "name": "setContents(MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "materialData"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/FlowerPot.html#setContents(MaterialData)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/FlowerPot.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/FlowerPot.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Furnace",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Furnace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Furnace.html#Furnace()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Furnace(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Furnace.html#Furnace(BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Furnace(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Furnace.html#Furnace(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Furnace.html#clone()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Furnace.html",
        "deprecated": {
          "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.15.1/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.15.1/org/bukkit/material/FurnaceAndDispenser.html#FurnaceAndDispenser(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/FurnaceAndDispenser.html#clone()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/FurnaceAndDispenser.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Gate",
        "children": [
          {
            "kind": "FIELD",
            "name": "DIR_BIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Gate.html#DIR_BIT"
          },
          {
            "kind": "FIELD",
            "name": "GATE_EAST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Gate.html#GATE_EAST"
          },
          {
            "kind": "FIELD",
            "name": "GATE_NORTH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Gate.html#GATE_NORTH"
          },
          {
            "kind": "FIELD",
            "name": "GATE_SOUTH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Gate.html#GATE_SOUTH"
          },
          {
            "kind": "FIELD",
            "name": "GATE_WEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Gate.html#GATE_WEST"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Gate()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Gate.html#Gate(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Gate(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Gate.html#Gate(byte)"
          },
          {
            "kind": "FIELD",
            "name": "OPEN_BIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Gate.html#OPEN_BIT"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Gate.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Gate.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isOpen()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Gate.html#isOpen()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Gate.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setOpen(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isOpen"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Gate.html#setOpen(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Gate.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Gate.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Hopper",
        "children": [
          {
            "kind": "FIELD",
            "name": "DEFAULT_ACTIVE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Hopper.html#DEFAULT_ACTIVE"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_DIRECTION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Hopper.html#DEFAULT_DIRECTION"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Hopper()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Hopper.html#Hopper()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Hopper(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "facingDirection"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/material/Hopper.html#Hopper(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Hopper.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Hopper.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isActive()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Hopper.html#isActive()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Hopper.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "setActive(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isActive"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Hopper.html#setActive(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Hopper.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Hopper.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Hopper.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Ladder",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Ladder()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Ladder.html#Ladder()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Ladder(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Ladder.html#Ladder(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Ladder.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Ladder.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Ladder.html#setFacingDirection(BlockFace)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Ladder.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Leaves",
        "children": [
          {
            "kind": "FIELD",
            "name": "DEFAULT_DECAYABLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Leaves.html#DEFAULT_DECAYABLE"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_TYPE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Leaves.html#DEFAULT_TYPE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Leaves()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Leaves.html#Leaves()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Leaves(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/material/Leaves.html#Leaves(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Leaves(TreeSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Leaves.html#Leaves(TreeSpecies,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Leaves.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isDecayable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Leaves.html#isDecayable()"
          },
          {
            "kind": "METHOD",
            "name": "isDecaying()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Leaves.html#isDecaying()"
          },
          {
            "kind": "METHOD",
            "name": "setDecayable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isDecayable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Leaves.html#setDecayable(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDecaying(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isDecaying"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Leaves.html#setDecaying(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Leaves.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Leaves.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Lever",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Lever()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Lever.html#Lever()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Lever(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Lever.html#Lever(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Lever.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Lever.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Lever.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Lever.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setPowered(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isPowered"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Lever.html#setPowered(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Lever.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Lever.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.LongGrass",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "LongGrass()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/LongGrass.html#LongGrass()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "LongGrass(GrassSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/LongGrass.html#LongGrass(GrassSpecies)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "LongGrass(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/LongGrass.html#LongGrass(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/LongGrass.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getSpecies()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/LongGrass.html#getSpecies()"
          },
          {
            "kind": "METHOD",
            "name": "setSpecies(GrassSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/LongGrass.html#setSpecies(GrassSpecies)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/LongGrass.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/LongGrass.html",
        "deprecated": {
          "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.15.1/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.15.1/org/bukkit/material/MaterialData.html#MaterialData(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/MaterialData.html#clone()"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/MaterialData.html#data"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/MaterialData.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/MaterialData.html#getData()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getItemType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/MaterialData.html#getItemType()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/MaterialData.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "setData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/MaterialData.html#setData(byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "toItemStack()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/MaterialData.html#toItemStack()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "toItemStack(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/MaterialData.html#toItemStack(int)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/MaterialData.html#toString()"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/MaterialData.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/MaterialData.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.MonsterEggs",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MonsterEggs()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/MonsterEggs.html#MonsterEggs()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MonsterEggs(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/MonsterEggs.html#MonsterEggs(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/MonsterEggs.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getTextures()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/MonsterEggs.html#getTextures()"
          },
          {
            "kind": "FIELD",
            "name": "textures",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/MonsterEggs.html#textures"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/MonsterEggs.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Mushroom",
        "children": [
          {
            "kind": "FIELD",
            "name": "EAST_REMAINDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Mushroom.html#EAST_REMAINDER"
          },
          {
            "kind": "FIELD",
            "name": "EAST_WEST_LIMIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Mushroom.html#EAST_WEST_LIMIT"
          },
          {
            "kind": "FIELD",
            "name": "EAST_WEST_MOD",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/material/Mushroom.html#Mushroom(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "NORTH_LIMIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Mushroom.html#NORTH_LIMIT"
          },
          {
            "kind": "FIELD",
            "name": "NORTH_SOUTH_MOD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Mushroom.html#NORTH_SOUTH_MOD"
          },
          {
            "kind": "FIELD",
            "name": "SOUTH_LIMIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Mushroom.html#SOUTH_LIMIT"
          },
          {
            "kind": "FIELD",
            "name": "WEST_REMAINDER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Mushroom.html#WEST_REMAINDER"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Mushroom.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockTexture()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Mushroom.html#getBlockTexture()"
          },
          {
            "kind": "METHOD",
            "name": "getPaintedFaces()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Mushroom.html#getPaintedFaces()"
          },
          {
            "kind": "METHOD",
            "name": "isFacePainted(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Mushroom.html#isFacePainted(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "isStem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Mushroom.html#isStem()"
          },
          {
            "kind": "METHOD",
            "name": "setBlockTexture(MushroomBlockTexture)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "texture"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Mushroom.html#setFacePainted(BlockFace,boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setStem()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Mushroom.html#setStem()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Mushroom.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Mushroom.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.NetherWarts",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "NetherWarts()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/NetherWarts.html#NetherWarts()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "NetherWarts(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/NetherWarts.html#NetherWarts(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "NetherWarts(NetherWartsState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/NetherWarts.html#NetherWarts(NetherWartsState)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/NetherWarts.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getState()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/NetherWarts.html#getState()"
          },
          {
            "kind": "METHOD",
            "name": "setState(NetherWartsState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/NetherWarts.html#setState(NetherWartsState)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/NetherWarts.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/NetherWarts.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Observer",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Observer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Observer.html#Observer()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Observer(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Observer.html#Observer(BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Observer(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Observer.html#Observer(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Observer.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Observer.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Observer.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Observer.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Observer.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Observer.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.material.Openable",
        "children": [
          {
            "kind": "METHOD",
            "name": "isOpen()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Openable.html#isOpen()"
          },
          {
            "kind": "METHOD",
            "name": "setOpen(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isOpen"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Openable.html#setOpen(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Openable.html"
      },
      {
        "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.15.1/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.15.1/org/bukkit/material/PistonBaseMaterial.html#PistonBaseMaterial(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PistonBaseMaterial.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PistonBaseMaterial.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PistonBaseMaterial.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "isSticky()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PistonBaseMaterial.html#isSticky()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PistonBaseMaterial.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setPowered(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "powered"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PistonBaseMaterial.html#setPowered(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PistonBaseMaterial.html",
        "deprecated": {
          "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.15.1/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.15.1/org/bukkit/material/PistonExtensionMaterial.html#PistonExtensionMaterial(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PistonExtensionMaterial.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PistonExtensionMaterial.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PistonExtensionMaterial.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isSticky()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PistonExtensionMaterial.html#isSticky()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PistonExtensionMaterial.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setSticky(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sticky"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PistonExtensionMaterial.html#setSticky(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PistonExtensionMaterial.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.PoweredRail",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PoweredRail()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PoweredRail.html#PoweredRail()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PoweredRail(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/PoweredRail.html#PoweredRail(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PoweredRail.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PoweredRail.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "setPowered(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isPowered"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PoweredRail.html#setPowered(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PoweredRail.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.PressurePlate",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PressurePlate()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PressurePlate.html#PressurePlate()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PressurePlate(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/PressurePlate.html#PressurePlate(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PressurePlate.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isPressed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PressurePlate.html#isPressed()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PressurePlate.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PressurePlate.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.material.PressureSensor",
        "children": [
          {
            "kind": "METHOD",
            "name": "isPressed()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PressureSensor.html#isPressed()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/PressureSensor.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Pumpkin",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Pumpkin()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Pumpkin.html#Pumpkin()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Pumpkin(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Pumpkin.html#Pumpkin(BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Pumpkin(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Pumpkin.html#Pumpkin(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Pumpkin.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Pumpkin.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isLit()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Pumpkin.html#isLit()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Pumpkin.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Pumpkin.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Pumpkin.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Rails",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Rails()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Rails.html#Rails()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Rails(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Rails.html#Rails(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Rails.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getConvertedData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Rails.html#getConvertedData()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDirection()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Rails.html#getDirection()"
          },
          {
            "kind": "METHOD",
            "name": "isCurve()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Rails.html#isCurve()"
          },
          {
            "kind": "METHOD",
            "name": "isOnSlope()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Rails.html#setDirection(BlockFace,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Rails.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Rails.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.material.Redstone",
        "children": [
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Redstone.html#isPowered()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Redstone.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.RedstoneTorch",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "RedstoneTorch()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/RedstoneTorch.html#RedstoneTorch()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RedstoneTorch(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/RedstoneTorch.html#RedstoneTorch(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/RedstoneTorch.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/RedstoneTorch.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/RedstoneTorch.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/RedstoneTorch.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.RedstoneWire",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "RedstoneWire()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/RedstoneWire.html#RedstoneWire()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RedstoneWire(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/RedstoneWire.html#RedstoneWire(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/RedstoneWire.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/RedstoneWire.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/RedstoneWire.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/RedstoneWire.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Sandstone",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Sandstone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Sandstone.html#Sandstone()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Sandstone(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Sandstone.html#Sandstone(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Sandstone(SandstoneType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Sandstone.html#Sandstone(SandstoneType)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Sandstone.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Sandstone.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "setType(SandstoneType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Sandstone.html#setType(SandstoneType)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Sandstone.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Sandstone.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Sapling",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Sapling()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Sapling.html#Sapling()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Sapling(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/material/Sapling.html#Sapling(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Sapling(TreeSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Sapling.html#Sapling(TreeSpecies,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Sapling.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isInstantGrowable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Sapling.html#isInstantGrowable()"
          },
          {
            "kind": "METHOD",
            "name": "setIsInstantGrowable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isInstantGrowable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Sapling.html#setIsInstantGrowable(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Sapling.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Sapling.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Sign",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Sign()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Sign.html#Sign()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Sign(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Sign.html#Sign(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Sign.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Sign.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Sign.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isWallSign()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Sign.html#isWallSign()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Sign.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Sign.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Sign.html",
        "deprecated": {
          "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.15.1/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.15.1/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.15.1/org/bukkit/material/SimpleAttachableMaterialData.html#SimpleAttachableMaterialData(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/SimpleAttachableMaterialData.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/SimpleAttachableMaterialData.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/SimpleAttachableMaterialData.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/SimpleAttachableMaterialData.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Skull",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Skull()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Skull.html#Skull()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Skull(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Skull.html#Skull(BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Skull(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Skull.html#Skull(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Skull.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Skull.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Skull.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Skull.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Skull.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.SmoothBrick",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SmoothBrick()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/SmoothBrick.html#SmoothBrick()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SmoothBrick(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/SmoothBrick.html#SmoothBrick(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/SmoothBrick.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getTextures()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/SmoothBrick.html#getTextures()"
          },
          {
            "kind": "FIELD",
            "name": "textures",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/SmoothBrick.html#textures"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/SmoothBrick.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.SpawnEgg",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SpawnEgg()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/SpawnEgg.html#SpawnEgg()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SpawnEgg(EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/SpawnEgg.html#SpawnEgg(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SpawnEgg(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/SpawnEgg.html#SpawnEgg(byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/SpawnEgg.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnedType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/SpawnEgg.html#getSpawnedType()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setSpawnedType(EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/SpawnEgg.html#setSpawnedType(EntityType)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/SpawnEgg.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/SpawnEgg.html",
        "deprecated": {
          "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.15.1/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.15.1/org/bukkit/material/Stairs.html#Stairs(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Stairs.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAscendingDirection()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Stairs.html#getAscendingDirection()"
          },
          {
            "kind": "METHOD",
            "name": "getDescendingDirection()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Stairs.html#getDescendingDirection()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Stairs.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isInverted()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Stairs.html#isInverted()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Stairs.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setInverted(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inv"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Stairs.html#setInverted(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Stairs.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Stairs.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Step",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Step()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Step.html#Step()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Step(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Step.html#Step(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Step.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getTextureIndex()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Step.html#getTextureIndex()"
          },
          {
            "kind": "METHOD",
            "name": "getTextures()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Step.html#getTextures()"
          },
          {
            "kind": "METHOD",
            "name": "isInverted()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Step.html#isInverted()"
          },
          {
            "kind": "METHOD",
            "name": "setInverted(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inv"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Step.html#setInverted(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setTextureIndex(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "idx"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Step.html#setTextureIndex(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "textures",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Step.html#textures"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Step.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Step.html",
        "deprecated": {
          "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.15.1/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.15.1/org/bukkit/material/TexturedMaterial.html#TexturedMaterial(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TexturedMaterial.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getMaterial()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TexturedMaterial.html#getMaterial()"
          },
          {
            "kind": "METHOD",
            "name": "getTextureIndex()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TexturedMaterial.html#getTextureIndex()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTextures()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TexturedMaterial.html#getTextures()"
          },
          {
            "kind": "METHOD",
            "name": "setMaterial(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TexturedMaterial.html#setMaterial(Material)"
          },
          {
            "kind": "METHOD",
            "name": "setTextureIndex(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "idx"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TexturedMaterial.html#setTextureIndex(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TexturedMaterial.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TexturedMaterial.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Torch",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Torch()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Torch.html#Torch()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Torch(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Torch.html#Torch(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Torch.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Torch.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Torch.html#setFacingDirection(BlockFace)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Torch.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.TrapDoor",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "TrapDoor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TrapDoor.html#TrapDoor()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "TrapDoor(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/TrapDoor.html#TrapDoor(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TrapDoor.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TrapDoor.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "isInverted()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TrapDoor.html#isInverted()"
          },
          {
            "kind": "METHOD",
            "name": "isOpen()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TrapDoor.html#isOpen()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TrapDoor.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setInverted(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inv"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TrapDoor.html#setInverted(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setOpen(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isOpen"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TrapDoor.html#setOpen(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TrapDoor.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TrapDoor.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Tree",
        "children": [
          {
            "kind": "FIELD",
            "name": "DEFAULT_DIRECTION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Tree.html#DEFAULT_DIRECTION"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_TYPE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Tree.html#DEFAULT_TYPE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Tree()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Tree.html#Tree()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Tree(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/material/Tree.html#Tree(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Tree(TreeSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Tree.html#Tree(TreeSpecies,BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Tree.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getDirection()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Tree.html#getDirection()"
          },
          {
            "kind": "METHOD",
            "name": "setDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dir"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Tree.html#setDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Tree.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Tree.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Tripwire",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Tripwire()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Tripwire.html#Tripwire(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Tripwire.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isActivated()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Tripwire.html#isActivated()"
          },
          {
            "kind": "METHOD",
            "name": "isObjectTriggering()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Tripwire.html#isObjectTriggering()"
          },
          {
            "kind": "METHOD",
            "name": "setActivated(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "act"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Tripwire.html#setActivated(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setObjectTriggering(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "trig"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Tripwire.html#setObjectTriggering(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Tripwire.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Tripwire.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.TripwireHook",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "TripwireHook()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TripwireHook.html#TripwireHook()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "TripwireHook(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dir"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/TripwireHook.html#TripwireHook(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TripwireHook.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TripwireHook.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "isActivated()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TripwireHook.html#isActivated()"
          },
          {
            "kind": "METHOD",
            "name": "isConnected()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TripwireHook.html#isConnected()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TripwireHook.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "setActivated(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "act"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TripwireHook.html#setActivated(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setConnected(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "connected"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TripwireHook.html#setConnected(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TripwireHook.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TripwireHook.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/TripwireHook.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Vine",
        "children": [
          {
            "kind": "FIELD",
            "name": "VINE_EAST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Vine.html#VINE_EAST"
          },
          {
            "kind": "FIELD",
            "name": "VINE_NORTH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Vine.html#VINE_NORTH"
          },
          {
            "kind": "FIELD",
            "name": "VINE_SOUTH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Vine.html#VINE_SOUTH"
          },
          {
            "kind": "FIELD",
            "name": "VINE_WEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Vine.html#VINE_WEST"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Vine()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Vine.html#Vine()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Vine(BlockFace...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "faces"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Vine.html#Vine(BlockFace...)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Vine(EnumSet)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "faces"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Vine.html#Vine(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Vine(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Vine.html#Vine(byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Vine.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isOnFace(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Vine.html#isOnFace(BlockFace)"
          },
          {
            "kind": "FIELD",
            "name": "possibleFaces",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Vine.html#possibleFaces"
          },
          {
            "kind": "METHOD",
            "name": "putOnFace(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Vine.html#putOnFace(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "removeFromFace(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Vine.html#removeFromFace(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Vine.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Vine.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Wood",
        "children": [
          {
            "kind": "FIELD",
            "name": "DEFAULT_SPECIES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Wood.html#DEFAULT_SPECIES"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_TYPE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Wood.html#DEFAULT_TYPE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Wood()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Wood.html#Wood()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Wood(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/material/Wood.html#Wood(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Wood(TreeSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Wood.html#Wood(TreeSpecies)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Wood.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getSpecies()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/material/Wood.html#setSpecies(TreeSpecies)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Wood.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Wood.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.WoodenStep",
        "children": [
          {
            "kind": "FIELD",
            "name": "DEFAULT_INVERTED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/WoodenStep.html#DEFAULT_INVERTED"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_TYPE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/WoodenStep.html#DEFAULT_TYPE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "WoodenStep()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/WoodenStep.html#WoodenStep(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "WoodenStep(TreeSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/WoodenStep.html#WoodenStep(TreeSpecies,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/WoodenStep.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isInverted()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/WoodenStep.html#isInverted()"
          },
          {
            "kind": "METHOD",
            "name": "setInverted(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inv"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/WoodenStep.html#setInverted(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/WoodenStep.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/WoodenStep.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Wool",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Wool()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Wool.html#Wool()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Wool(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Wool.html#Wool(DyeColor)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Wool(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/Wool.html#Wool(Material,byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Wool.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Wool.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "setColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Wool.html#setColor(DyeColor)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Wool.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/Wool.html",
        "deprecated": {
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/types/MushroomBlockTexture.html#ALL_CAP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ALL_PORES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html#ALL_PORES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ALL_STEM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html#ALL_STEM"
          },
          {
            "kind": "FIELD",
            "name": "BY_BLOCKFACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html#BY_BLOCKFACE"
          },
          {
            "kind": "FIELD",
            "name": "BY_DATA",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html#BY_DATA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAP_EAST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html#CAP_EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAP_NORTH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html#CAP_NORTH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAP_NORTH_EAST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html#CAP_NORTH_EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAP_NORTH_WEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html#CAP_NORTH_WEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAP_SOUTH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html#CAP_SOUTH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAP_SOUTH_EAST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html#CAP_SOUTH_EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAP_SOUTH_WEST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html#CAP_SOUTH_WEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAP_TOP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html#CAP_TOP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAP_WEST",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/material/types/MushroomBlockTexture.html#MushroomBlockTexture(int,BlockFace)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STEM_SIDES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html#STEM_SIDES"
          },
          {
            "kind": "FIELD",
            "name": "capFace",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html#capFace"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html#data"
          },
          {
            "kind": "METHOD",
            "name": "getByData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html#getByData(byte)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getCapByFace(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html#getCapByFace(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "getCapFace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html#getCapFace()"
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html#getData()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/material/types/MushroomBlockTexture.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/metadata/FixedMetadataValue.html#FixedMetadataValue(Plugin,Object)"
          },
          {
            "kind": "FIELD",
            "name": "internalValue",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/FixedMetadataValue.html#internalValue"
          },
          {
            "kind": "METHOD",
            "name": "invalidate()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/FixedMetadataValue.html#invalidate()"
          },
          {
            "kind": "METHOD",
            "name": "value()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/FixedMetadataValue.html#value()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/FixedMetadataValue.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.metadata.LazyMetadataValue",
        "children": [
          {
            "kind": "FIELD",
            "name": "ACTUALLY_NULL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/LazyMetadataValue.html#ACTUALLY_NULL"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "LazyMetadataValue(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owningPlugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/metadata/LazyMetadataValue.html#LazyMetadataValue(Plugin,Callable)"
          },
          {
            "kind": "FIELD",
            "name": "cacheStrategy",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/LazyMetadataValue.html#cacheStrategy"
          },
          {
            "kind": "METHOD",
            "name": "eval()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/LazyMetadataValue.html#eval()"
          },
          {
            "kind": "FIELD",
            "name": "internalValue",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/LazyMetadataValue.html#internalValue"
          },
          {
            "kind": "METHOD",
            "name": "invalidate()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/LazyMetadataValue.html#invalidate()"
          },
          {
            "kind": "FIELD",
            "name": "lazyValue",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/metadata/LazyMetadataValue/CacheStrategy.html#CACHE_AFTER_FIRST_EVAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CACHE_ETERNALLY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/LazyMetadataValue/CacheStrategy.html#CACHE_ETERNALLY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "CacheStrategy()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/LazyMetadataValue/CacheStrategy.html#CacheStrategy()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NEVER_CACHE",
                "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/metadata/LazyMetadataValue/CacheStrategy.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/LazyMetadataValue/CacheStrategy.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/LazyMetadataValue/CacheStrategy.html"
          },
          {
            "kind": "METHOD",
            "name": "value()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/LazyMetadataValue.html#value()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/LazyMetadataValue.html"
      },
      {
        "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.15.1/org/bukkit/metadata/MetadataConversionException.html#MetadataConversionException(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataConversionException.html"
      },
      {
        "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.15.1/org/bukkit/metadata/MetadataEvaluationException.html#MetadataEvaluationException(Throwable)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataEvaluationException.html"
      },
      {
        "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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/metadata/MetadataStore.html#setMetadata(T,String,MetadataValue)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataStore.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.metadata.MetadataStoreBase",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MetadataStoreBase()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/metadata/MetadataStoreBase.html#invalidateAll(Plugin)"
          },
          {
            "kind": "FIELD",
            "name": "metadataMap",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataStoreBase.html#metadataMap"
          },
          {
            "kind": "METHOD",
            "name": "removeAll(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owningPlugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/metadata/MetadataStoreBase.html#setMetadata(T,String,MetadataValue)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataStoreBase.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.metadata.MetadataValue",
        "children": [
          {
            "kind": "METHOD",
            "name": "asBoolean()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValue.html#asBoolean()"
          },
          {
            "kind": "METHOD",
            "name": "asByte()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValue.html#asByte()"
          },
          {
            "kind": "METHOD",
            "name": "asDouble()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValue.html#asDouble()"
          },
          {
            "kind": "METHOD",
            "name": "asFloat()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValue.html#asFloat()"
          },
          {
            "kind": "METHOD",
            "name": "asInt()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValue.html#asInt()"
          },
          {
            "kind": "METHOD",
            "name": "asLong()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValue.html#asLong()"
          },
          {
            "kind": "METHOD",
            "name": "asShort()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValue.html#asShort()"
          },
          {
            "kind": "METHOD",
            "name": "asString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValue.html#asString()"
          },
          {
            "kind": "METHOD",
            "name": "getOwningPlugin()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValue.html#getOwningPlugin()"
          },
          {
            "kind": "METHOD",
            "name": "invalidate()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValue.html#invalidate()"
          },
          {
            "kind": "METHOD",
            "name": "value()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValue.html#value()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValue.html"
      },
      {
        "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.15.1/org/bukkit/metadata/MetadataValueAdapter.html#MetadataValueAdapter(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "asBoolean()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValueAdapter.html#asBoolean()"
          },
          {
            "kind": "METHOD",
            "name": "asByte()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValueAdapter.html#asByte()"
          },
          {
            "kind": "METHOD",
            "name": "asDouble()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValueAdapter.html#asDouble()"
          },
          {
            "kind": "METHOD",
            "name": "asFloat()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValueAdapter.html#asFloat()"
          },
          {
            "kind": "METHOD",
            "name": "asInt()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValueAdapter.html#asInt()"
          },
          {
            "kind": "METHOD",
            "name": "asLong()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValueAdapter.html#asLong()"
          },
          {
            "kind": "METHOD",
            "name": "asShort()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValueAdapter.html#asShort()"
          },
          {
            "kind": "METHOD",
            "name": "asString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValueAdapter.html#asString()"
          },
          {
            "kind": "METHOD",
            "name": "getOwningPlugin()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValueAdapter.html#getOwningPlugin()"
          },
          {
            "kind": "FIELD",
            "name": "owningPlugin",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValueAdapter.html#owningPlugin"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/MetadataValueAdapter.html"
      },
      {
        "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.15.1/org/bukkit/metadata/Metadatable.html#getMetadata(String)"
          },
          {
            "kind": "METHOD",
            "name": "hasMetadata(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "metadataKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/metadata/Metadatable.html#setMetadata(String,MetadataValue)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/Metadatable.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/metadata/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/permissions/Permissible.html#addAttachment(Plugin,int)"
          },
          {
            "kind": "METHOD",
            "name": "getEffectivePermissions()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/Permissible.html#getEffectivePermissions()"
          },
          {
            "kind": "METHOD",
            "name": "hasPermission(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/Permissible.html#hasPermission(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "hasPermission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/Permissible.html#hasPermission(String)"
          },
          {
            "kind": "METHOD",
            "name": "isPermissionSet(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/Permissible.html#isPermissionSet(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "isPermissionSet(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/Permissible.html#isPermissionSet(String)"
          },
          {
            "kind": "METHOD",
            "name": "recalculatePermissions()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/Permissible.html#recalculatePermissions()"
          },
          {
            "kind": "METHOD",
            "name": "removeAttachment(PermissionAttachment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attachment"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/Permissible.html#removeAttachment(PermissionAttachment)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/permissions/PermissibleBase.html#PermissibleBase(ServerOperator)"
          },
          {
            "kind": "METHOD",
            "name": "addAttachment(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/permissions/PermissibleBase.html#addAttachment(Plugin,int)"
          },
          {
            "kind": "FIELD",
            "name": "attachments",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/permissions/PermissibleBase.html#calculateChildPermissions(Map,boolean,PermissionAttachment)"
          },
          {
            "kind": "METHOD",
            "name": "clearPermissions()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissibleBase.html#clearPermissions()"
          },
          {
            "kind": "METHOD",
            "name": "getEffectivePermissions()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissibleBase.html#getEffectivePermissions()"
          },
          {
            "kind": "METHOD",
            "name": "hasPermission(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissibleBase.html#hasPermission(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "hasPermission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissibleBase.html#hasPermission(String)"
          },
          {
            "kind": "METHOD",
            "name": "isOp()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissibleBase.html#isOp()"
          },
          {
            "kind": "METHOD",
            "name": "isPermissionSet(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissibleBase.html#isPermissionSet(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "isPermissionSet(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissibleBase.html#isPermissionSet(String)"
          },
          {
            "kind": "FIELD",
            "name": "opable",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/permissions/PermissibleBase/RemoveAttachmentRunnable.html#RemoveAttachmentRunnable(PermissionAttachment)"
              },
              {
                "kind": "FIELD",
                "name": "attachment",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissibleBase/RemoveAttachmentRunnable.html#attachment"
              },
              {
                "kind": "METHOD",
                "name": "run()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissibleBase/RemoveAttachmentRunnable.html#run()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissibleBase/RemoveAttachmentRunnable.html"
          },
          {
            "kind": "FIELD",
            "name": "parent",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissibleBase.html#parent"
          },
          {
            "kind": "FIELD",
            "name": "permissions",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissibleBase.html#permissions"
          },
          {
            "kind": "METHOD",
            "name": "recalculatePermissions()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissibleBase.html#recalculatePermissions()"
          },
          {
            "kind": "METHOD",
            "name": "removeAttachment(PermissionAttachment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attachment"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissibleBase.html#removeAttachment(PermissionAttachment)"
          },
          {
            "kind": "METHOD",
            "name": "setOp(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissibleBase.html#setOp(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/permissions/Permission.html#DEFAULT_PERMISSION"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Permission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/permissions/Permission.html#addParent(String,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "children",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/Permission.html#children"
          },
          {
            "kind": "FIELD",
            "name": "defaultValue",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/Permission.html#defaultValue"
          },
          {
            "kind": "FIELD",
            "name": "description",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/permissions/Permission.html#extractChildren(Map,String,PermissionDefault,List)"
          },
          {
            "kind": "METHOD",
            "name": "getChildren()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/Permission.html#getChildren()"
          },
          {
            "kind": "METHOD",
            "name": "getDefault()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/Permission.html#getDefault()"
          },
          {
            "kind": "METHOD",
            "name": "getDescription()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/Permission.html#getDescription()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/Permission.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getPermissibles()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/permissions/Permission.html#loadPermissions(Map,String,PermissionDefault)"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/Permission.html#name"
          },
          {
            "kind": "METHOD",
            "name": "recalculatePermissibles()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/Permission.html#recalculatePermissibles()"
          },
          {
            "kind": "METHOD",
            "name": "setDefault(PermissionDefault)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/Permission.html#setDefault(PermissionDefault)"
          },
          {
            "kind": "METHOD",
            "name": "setDescription(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/Permission.html#setDescription(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/permissions/PermissionAttachment.html#PermissionAttachment(Plugin,Permissible)"
          },
          {
            "kind": "METHOD",
            "name": "getPermissible()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionAttachment.html#getPermissible()"
          },
          {
            "kind": "METHOD",
            "name": "getPermissions()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionAttachment.html#getPermissions()"
          },
          {
            "kind": "METHOD",
            "name": "getPlugin()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionAttachment.html#getPlugin()"
          },
          {
            "kind": "METHOD",
            "name": "getRemovalCallback()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionAttachment.html#getRemovalCallback()"
          },
          {
            "kind": "FIELD",
            "name": "permissible",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionAttachment.html#permissible"
          },
          {
            "kind": "FIELD",
            "name": "permissions",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionAttachment.html#permissions"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionAttachment.html#plugin"
          },
          {
            "kind": "METHOD",
            "name": "remove()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionAttachment.html#remove()"
          },
          {
            "kind": "FIELD",
            "name": "removed",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/permissions/PermissionAttachment.html#setRemovalCallback(PermissionRemovedExecutor)"
          },
          {
            "kind": "METHOD",
            "name": "unsetPermission(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionAttachment.html#unsetPermission(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "unsetPermission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionAttachment.html#unsetPermission(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/permissions/PermissionAttachmentInfo.html#PermissionAttachmentInfo(Permissible,String,PermissionAttachment,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "attachment",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionAttachmentInfo.html#attachment"
          },
          {
            "kind": "METHOD",
            "name": "getAttachment()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionAttachmentInfo.html#getAttachment()"
          },
          {
            "kind": "METHOD",
            "name": "getPermissible()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionAttachmentInfo.html#getPermissible()"
          },
          {
            "kind": "METHOD",
            "name": "getPermission()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionAttachmentInfo.html#getPermission()"
          },
          {
            "kind": "METHOD",
            "name": "getValue()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionAttachmentInfo.html#getValue()"
          },
          {
            "kind": "FIELD",
            "name": "permissible",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionAttachmentInfo.html#permissible"
          },
          {
            "kind": "FIELD",
            "name": "permission",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionAttachmentInfo.html#permission"
          },
          {
            "kind": "FIELD",
            "name": "value",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionAttachmentInfo.html#value"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/permissions/PermissionDefault.html#FALSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NOT_OP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionDefault.html#NOT_OP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionDefault.html#OP"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PermissionDefault(String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "names"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionDefault.html#PermissionDefault(String...)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRUE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionDefault.html#TRUE"
          },
          {
            "kind": "METHOD",
            "name": "getByName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionDefault.html#getByName(String)"
          },
          {
            "kind": "METHOD",
            "name": "getValue(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionDefault.html#getValue(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "lookup",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionDefault.html#lookup"
          },
          {
            "kind": "FIELD",
            "name": "names",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionDefault.html#names"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionDefault.html#toString()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionDefault.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionDefault.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/permissions/PermissionRemovedExecutor.html#attachmentRemoved(PermissionAttachment)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/PermissionRemovedExecutor.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.permissions.ServerOperator",
        "children": [
          {
            "kind": "METHOD",
            "name": "isOp()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/ServerOperator.html#isOp()"
          },
          {
            "kind": "METHOD",
            "name": "setOp(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/ServerOperator.html#setOp(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/ServerOperator.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/permissions/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.persistence",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.persistence.PersistentDataAdapterContext",
        "children": [
          {
            "kind": "METHOD",
            "name": "newPersistentDataContainer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataAdapterContext.html#newPersistentDataContainer()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataAdapterContext.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.persistence.PersistentDataContainer",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT,Z\u003eget(NamespacedKey,PersistentDataType)",
            "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.15.1/org/bukkit/persistence/PersistentDataContainer.html#\u003cT,Z\u003eget(NamespacedKey,PersistentDataType)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT,Z\u003egetOrDefault(NamespacedKey,PersistentDataType,Z)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "Z"
              },
              {
                "kind": "PARAMETER",
                "name": "defaultValue"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataContainer.html#\u003cT,Z\u003egetOrDefault(NamespacedKey,PersistentDataType,Z)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT,Z\u003ehas(NamespacedKey,PersistentDataType)",
            "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.15.1/org/bukkit/persistence/PersistentDataContainer.html#\u003cT,Z\u003ehas(NamespacedKey,PersistentDataType)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT,Z\u003eset(NamespacedKey,PersistentDataType,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.15.1/org/bukkit/persistence/PersistentDataContainer.html#\u003cT,Z\u003eset(NamespacedKey,PersistentDataType,Z)"
          },
          {
            "kind": "METHOD",
            "name": "getAdapterContext()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataContainer.html#getAdapterContext()"
          },
          {
            "kind": "METHOD",
            "name": "isEmpty()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataContainer.html#isEmpty()"
          },
          {
            "kind": "METHOD",
            "name": "remove(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataContainer.html#remove(NamespacedKey)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataContainer.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.persistence.PersistentDataHolder",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPersistentDataContainer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataHolder.html#getPersistentDataContainer()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataHolder.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.persistence.PersistentDataType",
        "children": [
          {
            "kind": "FIELD",
            "name": "BYTE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType.html#BYTE"
          },
          {
            "kind": "FIELD",
            "name": "BYTE_ARRAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType.html#BYTE_ARRAY"
          },
          {
            "kind": "FIELD",
            "name": "DOUBLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType.html#DOUBLE"
          },
          {
            "kind": "FIELD",
            "name": "FLOAT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType.html#FLOAT"
          },
          {
            "kind": "FIELD",
            "name": "INTEGER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType.html#INTEGER"
          },
          {
            "kind": "FIELD",
            "name": "INTEGER_ARRAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType.html#INTEGER_ARRAY"
          },
          {
            "kind": "FIELD",
            "name": "LONG",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType.html#LONG"
          },
          {
            "kind": "FIELD",
            "name": "LONG_ARRAY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType.html#LONG_ARRAY"
          },
          {
            "kind": "FIELD",
            "name": "SHORT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType.html#SHORT"
          },
          {
            "kind": "FIELD",
            "name": "STRING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType.html#STRING"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "FIELD",
            "name": "TAG_CONTAINER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType.html#TAG_CONTAINER"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "Z"
          },
          {
            "kind": "METHOD",
            "name": "fromPrimitive(T,PersistentDataAdapterContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "primitive"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType.html#fromPrimitive(T,PersistentDataAdapterContext)"
          },
          {
            "kind": "METHOD",
            "name": "getComplexType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType.html#getComplexType()"
          },
          {
            "kind": "METHOD",
            "name": "getPrimitiveType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType.html#getPrimitiveType()"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.persistence.PersistentDataType.PrimitivePersistentDataType",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "PrimitivePersistentDataType(Class)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "primitiveType"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType/PrimitivePersistentDataType.html#PrimitivePersistentDataType(Class)"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "METHOD",
                "name": "fromPrimitive(T,PersistentDataAdapterContext)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "context"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "primitive"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType/PrimitivePersistentDataType.html#fromPrimitive(T,PersistentDataAdapterContext)"
              },
              {
                "kind": "METHOD",
                "name": "getComplexType()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType/PrimitivePersistentDataType.html#getComplexType()"
              },
              {
                "kind": "METHOD",
                "name": "getPrimitiveType()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType/PrimitivePersistentDataType.html#getPrimitiveType()"
              },
              {
                "kind": "FIELD",
                "name": "primitiveType",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType/PrimitivePersistentDataType.html#primitiveType"
              },
              {
                "kind": "METHOD",
                "name": "toPrimitive(T,PersistentDataAdapterContext)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "complex"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "context"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType/PrimitivePersistentDataType.html#toPrimitive(T,PersistentDataAdapterContext)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType/PrimitivePersistentDataType.html"
          },
          {
            "kind": "METHOD",
            "name": "toPrimitive(Z,PersistentDataAdapterContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "complex"
              },
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType.html#toPrimitive(Z,PersistentDataAdapterContext)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/persistence/PersistentDataType.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/AuthorNagException.html#AuthorNagException(String)"
          },
          {
            "kind": "METHOD",
            "name": "getMessage()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/AuthorNagException.html#getMessage()"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/AuthorNagException.html#message"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/EventExecutor.html#create(Method,Class)"
          },
          {
            "kind": "FIELD",
            "name": "eventExecutorMap",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/EventExecutor.html#eventExecutorMap"
          },
          {
            "kind": "METHOD",
            "name": "execute(Listener,Event)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "event"
              },
              {
                "kind": "PARAMETER",
                "name": "listener"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/EventExecutor.html#execute(Listener,Event)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/EventExecutor.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.IllegalPluginAccessException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "IllegalPluginAccessException()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/IllegalPluginAccessException.html#IllegalPluginAccessException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "IllegalPluginAccessException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "msg"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/IllegalPluginAccessException.html#IllegalPluginAccessException(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/IllegalPluginAccessException.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.InvalidDescriptionException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "InvalidDescriptionException()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/InvalidDescriptionException.html#InvalidDescriptionException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InvalidDescriptionException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/InvalidDescriptionException.html#InvalidDescriptionException(String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InvalidDescriptionException(Throwable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/InvalidDescriptionException.html#InvalidDescriptionException(Throwable,String)"
          },
          {
            "kind": "FIELD",
            "name": "serialVersionUID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/InvalidDescriptionException.html#serialVersionUID"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/InvalidDescriptionException.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.InvalidPluginException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "InvalidPluginException()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/InvalidPluginException.html#InvalidPluginException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InvalidPluginException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/plugin/InvalidPluginException.html#InvalidPluginException(Throwable)"
          },
          {
            "kind": "FIELD",
            "name": "serialVersionUID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/InvalidPluginException.html#serialVersionUID"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/InvalidPluginException.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.plugin.Plugin",
        "children": [
          {
            "kind": "METHOD",
            "name": "getConfig()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/Plugin.html#getConfig()"
          },
          {
            "kind": "METHOD",
            "name": "getDataFolder()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/Plugin.html#getDataFolder()"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultWorldGenerator(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              },
              {
                "kind": "PARAMETER",
                "name": "worldName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/Plugin.html#getDefaultWorldGenerator(String,String)"
          },
          {
            "kind": "METHOD",
            "name": "getDescription()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/Plugin.html#getDescription()"
          },
          {
            "kind": "METHOD",
            "name": "getLogger()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/Plugin.html#getLogger()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/Plugin.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getPluginLoader()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/Plugin.html#getPluginLoader()"
          },
          {
            "kind": "METHOD",
            "name": "getResource(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "filename"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/Plugin.html#getResource(String)"
          },
          {
            "kind": "METHOD",
            "name": "getSLF4JLogger()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/Plugin.html#getSLF4JLogger()"
          },
          {
            "kind": "METHOD",
            "name": "getServer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/Plugin.html#getServer()"
          },
          {
            "kind": "METHOD",
            "name": "isEnabled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/Plugin.html#isEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "isNaggable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/Plugin.html#isNaggable()"
          },
          {
            "kind": "METHOD",
            "name": "onDisable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/Plugin.html#onDisable()"
          },
          {
            "kind": "METHOD",
            "name": "onEnable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/Plugin.html#onEnable()"
          },
          {
            "kind": "METHOD",
            "name": "onLoad()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/Plugin.html#onLoad()"
          },
          {
            "kind": "METHOD",
            "name": "reloadConfig()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/Plugin.html#reloadConfig()"
          },
          {
            "kind": "METHOD",
            "name": "saveConfig()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/Plugin.html#saveConfig()"
          },
          {
            "kind": "METHOD",
            "name": "saveDefaultConfig()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/plugin/Plugin.html#setNaggable(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/PluginAwareness/Flags.html#Flags()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UTF8",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginAwareness/Flags.html#UTF8",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginAwareness/Flags.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginAwareness/Flags.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginAwareness/Flags.html"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginAwareness.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.PluginBase",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginBase()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginBase.html#PluginBase()"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginBase.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginBase.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginBase.html#hashCode()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/PluginDescriptionFile.html#PluginDescriptionFile(InputStream)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginDescriptionFile(Reader)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reader"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/PluginDescriptionFile.html#PluginDescriptionFile(String,String,String)"
          },
          {
            "kind": "FIELD",
            "name": "VALID_NAME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#VALID_NAME"
          },
          {
            "kind": "FIELD",
            "name": "YAML",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#YAML"
          },
          {
            "kind": "FIELD",
            "name": "apiVersion",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#apiVersion"
          },
          {
            "kind": "METHOD",
            "name": "asMap(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "object"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#asMap(Object)"
          },
          {
            "kind": "FIELD",
            "name": "authors",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#authors"
          },
          {
            "kind": "FIELD",
            "name": "awareness",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#awareness"
          },
          {
            "kind": "FIELD",
            "name": "classLoaderOf",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#classLoaderOf"
          },
          {
            "kind": "FIELD",
            "name": "commands",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#commands"
          },
          {
            "kind": "FIELD",
            "name": "defaultPerm",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#defaultPerm"
          },
          {
            "kind": "FIELD",
            "name": "depend",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#depend"
          },
          {
            "kind": "FIELD",
            "name": "description",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#description"
          },
          {
            "kind": "METHOD",
            "name": "getAPIVersion()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#getAPIVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getAuthors()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#getAuthors()"
          },
          {
            "kind": "METHOD",
            "name": "getAwareness()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#getAwareness()"
          },
          {
            "kind": "METHOD",
            "name": "getClassLoaderOf()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#getClassLoaderOf()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getCommands()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#getCommands()"
          },
          {
            "kind": "METHOD",
            "name": "getDepend()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#getDepend()"
          },
          {
            "kind": "METHOD",
            "name": "getDescription()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#getDescription()"
          },
          {
            "kind": "METHOD",
            "name": "getFullName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#getFullName()"
          },
          {
            "kind": "METHOD",
            "name": "getLoad()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#getLoad()"
          },
          {
            "kind": "METHOD",
            "name": "getLoadBefore()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#getLoadBefore()"
          },
          {
            "kind": "METHOD",
            "name": "getMain()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#getMain()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getPermissionDefault()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#getPermissionDefault()"
          },
          {
            "kind": "METHOD",
            "name": "getPermissions()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#getPermissions()"
          },
          {
            "kind": "METHOD",
            "name": "getPrefix()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#getPrefix()"
          },
          {
            "kind": "METHOD",
            "name": "getRawName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#getRawName()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getSoftDepend()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#getSoftDepend()"
          },
          {
            "kind": "METHOD",
            "name": "getVersion()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#getVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getWebsite()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#getWebsite()"
          },
          {
            "kind": "FIELD",
            "name": "lazyPermissions",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#lazyPermissions"
          },
          {
            "kind": "FIELD",
            "name": "loadBefore",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#loadBefore"
          },
          {
            "kind": "METHOD",
            "name": "loadMap(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#loadMap(Map)"
          },
          {
            "kind": "FIELD",
            "name": "main",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/PluginDescriptionFile.html#makePluginNameList(Map,String)"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#name"
          },
          {
            "kind": "FIELD",
            "name": "order",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#order"
          },
          {
            "kind": "FIELD",
            "name": "permissions",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#permissions"
          },
          {
            "kind": "FIELD",
            "name": "prefix",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#prefix"
          },
          {
            "kind": "FIELD",
            "name": "rawName",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#rawName"
          },
          {
            "kind": "METHOD",
            "name": "save(Writer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "writer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#save(Writer)"
          },
          {
            "kind": "METHOD",
            "name": "saveMap()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#saveMap()"
          },
          {
            "kind": "FIELD",
            "name": "softDepend",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#softDepend"
          },
          {
            "kind": "FIELD",
            "name": "version",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#version"
          },
          {
            "kind": "FIELD",
            "name": "website",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html#website"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginDescriptionFile.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.plugin.PluginLoadOrder",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "POSTWORLD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginLoadOrder.html#POSTWORLD"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginLoadOrder()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginLoadOrder.html#PluginLoadOrder()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STARTUP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginLoadOrder.html#STARTUP"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginLoadOrder.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginLoadOrder.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/plugin/PluginLoader.html#disablePlugin(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "disablePlugin(Plugin,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "closeClassloader"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginLoader.html#disablePlugin(Plugin,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "enablePlugin(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginLoader.html#enablePlugin(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "getPluginDescription(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginLoader.html#getPluginDescription(File)"
          },
          {
            "kind": "METHOD",
            "name": "getPluginFileFilters()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginLoader.html#getPluginFileFilters()"
          },
          {
            "kind": "METHOD",
            "name": "loadPlugin(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginLoader.html#loadPlugin(File)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginLoader.html"
      },
      {
        "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.15.1/org/bukkit/plugin/PluginLogger.html#PluginLogger(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "log(LogRecord)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "logRecord"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginLogger.html#log(LogRecord)"
          },
          {
            "kind": "FIELD",
            "name": "pluginName",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginLogger.html#pluginName"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/PluginManager.html#addPermission(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "callEvent(Event)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "event"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginManager.html#callEvent(Event)"
          },
          {
            "kind": "METHOD",
            "name": "clearPlugins()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginManager.html#clearPlugins()"
          },
          {
            "kind": "METHOD",
            "name": "disablePlugin(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginManager.html#disablePlugin(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "disablePlugin(Plugin,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "closeClassloader"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginManager.html#disablePlugin(Plugin,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "disablePlugins()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginManager.html#disablePlugins()"
          },
          {
            "kind": "METHOD",
            "name": "enablePlugin(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginManager.html#enablePlugin(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultPermSubscriptions(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginManager.html#getDefaultPermSubscriptions(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultPermissions(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginManager.html#getDefaultPermissions(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getPermission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginManager.html#getPermission(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPermissionSubscriptions(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "permission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginManager.html#getPermissionSubscriptions(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPermissions()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginManager.html#getPermissions()"
          },
          {
            "kind": "METHOD",
            "name": "getPlugin(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginManager.html#getPlugin(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPlugins()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginManager.html#getPlugins()"
          },
          {
            "kind": "METHOD",
            "name": "isPluginEnabled(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginManager.html#isPluginEnabled(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "isPluginEnabled(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginManager.html#isPluginEnabled(String)"
          },
          {
            "kind": "METHOD",
            "name": "loadPlugin(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginManager.html#loadPlugin(File)"
          },
          {
            "kind": "METHOD",
            "name": "loadPlugins(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "directory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginManager.html#loadPlugins(File)"
          },
          {
            "kind": "METHOD",
            "name": "recalculatePermissionDefaults(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/plugin/PluginManager.html#registerInterface(Class)"
          },
          {
            "kind": "METHOD",
            "name": "removePermission(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginManager.html#removePermission(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "removePermission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/plugin/PluginManager.html#unsubscribeFromPermission(String,Permissible)"
          },
          {
            "kind": "METHOD",
            "name": "useTimings()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/PluginManager.html#useTimings()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/plugin/RegisteredListener.html#callEvent(Event)"
          },
          {
            "kind": "FIELD",
            "name": "executor",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/RegisteredListener.html#executor"
          },
          {
            "kind": "METHOD",
            "name": "getListener()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/RegisteredListener.html#getListener()"
          },
          {
            "kind": "METHOD",
            "name": "getPlugin()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/RegisteredListener.html#getPlugin()"
          },
          {
            "kind": "METHOD",
            "name": "getPriority()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/RegisteredListener.html#getPriority()"
          },
          {
            "kind": "FIELD",
            "name": "ignoreCancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/RegisteredListener.html#ignoreCancelled"
          },
          {
            "kind": "METHOD",
            "name": "isIgnoringCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/RegisteredListener.html#isIgnoringCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "listener",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/RegisteredListener.html#listener"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/RegisteredListener.html#plugin"
          },
          {
            "kind": "FIELD",
            "name": "priority",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/RegisteredListener.html#priority"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/plugin/RegisteredServiceProvider.html#compareTo(RegisteredServiceProvider)"
          },
          {
            "kind": "METHOD",
            "name": "getPlugin()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/RegisteredServiceProvider.html#getPlugin()"
          },
          {
            "kind": "METHOD",
            "name": "getPriority()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/RegisteredServiceProvider.html#getPriority()"
          },
          {
            "kind": "METHOD",
            "name": "getProvider()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/RegisteredServiceProvider.html#getProvider()"
          },
          {
            "kind": "METHOD",
            "name": "getService()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/RegisteredServiceProvider.html#getService()"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/RegisteredServiceProvider.html#plugin"
          },
          {
            "kind": "FIELD",
            "name": "priority",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/RegisteredServiceProvider.html#priority"
          },
          {
            "kind": "FIELD",
            "name": "provider",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/RegisteredServiceProvider.html#provider"
          },
          {
            "kind": "FIELD",
            "name": "service",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/RegisteredServiceProvider.html#service"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/ServicePriority.html#High"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "Highest",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/ServicePriority.html#Highest"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "Low",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/ServicePriority.html#Low"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "Lowest",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/ServicePriority.html#Lowest"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "Normal",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/ServicePriority.html#Normal"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServicePriority()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/ServicePriority.html#ServicePriority()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/ServicePriority.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/ServicePriority.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/plugin/ServicesManager.html#\u003cT\u003eregister(Class,T,Plugin,ServicePriority)"
          },
          {
            "kind": "METHOD",
            "name": "getKnownServices()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/ServicesManager.html#getKnownServices()"
          },
          {
            "kind": "METHOD",
            "name": "getRegistrations(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/plugin/ServicesManager.html#unregister(Object)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterAll(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/ServicesManager.html#unregisterAll(Plugin)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/plugin/SimplePluginManager.html#addPermission(Permission,boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "calculatePermissionDefault(Permission,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dirty"
              },
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/SimplePluginManager.html#callEvent(Event)"
          },
          {
            "kind": "METHOD",
            "name": "checkUpdate(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#checkUpdate(File)"
          },
          {
            "kind": "METHOD",
            "name": "clearPermissions()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#clearPermissions()"
          },
          {
            "kind": "METHOD",
            "name": "clearPlugins()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#clearPlugins()"
          },
          {
            "kind": "FIELD",
            "name": "commandMap",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#commandMap"
          },
          {
            "kind": "FIELD",
            "name": "defSubs",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#defSubs"
          },
          {
            "kind": "FIELD",
            "name": "defaultPerms",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#defaultPerms"
          },
          {
            "kind": "METHOD",
            "name": "dirtyPermissibles()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#dirtyPermissibles()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "dirtyPermissibles(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#dirtyPermissibles(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "disablePlugin(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#disablePlugin(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "disablePlugin(Plugin,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "closeClassloader"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#disablePlugin(Plugin,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "disablePlugins()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#disablePlugins()"
          },
          {
            "kind": "METHOD",
            "name": "disablePlugins(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "closeClassloaders"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#disablePlugins(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "enablePlugin(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#enablePlugin(Plugin)"
          },
          {
            "kind": "FIELD",
            "name": "fileAssociations",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#fileAssociations"
          },
          {
            "kind": "METHOD",
            "name": "fireEvent(Event)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "event"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#fireEvent(Event)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultPermSubscriptions(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#getDefaultPermSubscriptions(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultPermissions(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#getDefaultPermissions(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getEventListeners(Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#getEventListeners(Class)"
          },
          {
            "kind": "METHOD",
            "name": "getPermission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#getPermission(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPermissionSubscriptions(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "permission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#getPermissionSubscriptions(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPermissions()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#getPermissions()"
          },
          {
            "kind": "METHOD",
            "name": "getPlugin(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#getPlugin(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPlugins()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#getPlugins()"
          },
          {
            "kind": "METHOD",
            "name": "getRegistrationClass(Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clazz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/plugin/SimplePluginManager.html#isPluginEnabled(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "isPluginEnabled(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#isPluginEnabled(String)"
          },
          {
            "kind": "METHOD",
            "name": "loadPlugin(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#loadPlugin(File)"
          },
          {
            "kind": "METHOD",
            "name": "loadPlugins(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "directory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#loadPlugins(File)"
          },
          {
            "kind": "FIELD",
            "name": "lookupNames",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#lookupNames"
          },
          {
            "kind": "FIELD",
            "name": "permSubs",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#permSubs"
          },
          {
            "kind": "FIELD",
            "name": "permissions",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#permissions"
          },
          {
            "kind": "FIELD",
            "name": "plugins",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#plugins"
          },
          {
            "kind": "METHOD",
            "name": "recalculatePermissionDefaults(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/plugin/SimplePluginManager.html#registerInterface(Class)"
          },
          {
            "kind": "METHOD",
            "name": "removePermission(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#removePermission(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "removePermission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#removePermission(String)"
          },
          {
            "kind": "FIELD",
            "name": "server",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/plugin/SimplePluginManager.html#unsubscribeFromPermission(String,Permissible)"
          },
          {
            "kind": "FIELD",
            "name": "updateDirectory",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#updateDirectory"
          },
          {
            "kind": "FIELD",
            "name": "useTimings",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#useTimings"
          },
          {
            "kind": "METHOD",
            "name": "useTimings()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#useTimings()"
          },
          {
            "kind": "METHOD",
            "name": "useTimings(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "use"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html#useTimings(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimplePluginManager.html"
      },
      {
        "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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/plugin/SimpleServicesManager.html#\u003cT\u003eregister(Class,T,Plugin,ServicePriority)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SimpleServicesManager()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimpleServicesManager.html#SimpleServicesManager()"
          },
          {
            "kind": "METHOD",
            "name": "getKnownServices()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimpleServicesManager.html#getKnownServices()"
          },
          {
            "kind": "METHOD",
            "name": "getRegistrations(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimpleServicesManager.html#getRegistrations(Plugin)"
          },
          {
            "kind": "FIELD",
            "name": "providers",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/plugin/SimpleServicesManager.html#unregister(Object)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterAll(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/SimpleServicesManager.html#unregisterAll(Plugin)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/plugin/TimedRegisteredListener.html#callEvent(Event)"
          },
          {
            "kind": "FIELD",
            "name": "count",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/TimedRegisteredListener.html#count"
          },
          {
            "kind": "FIELD",
            "name": "eventClass",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/TimedRegisteredListener.html#getCommonSuperclass(Class,Class)"
          },
          {
            "kind": "METHOD",
            "name": "getCount()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/TimedRegisteredListener.html#getCount()"
          },
          {
            "kind": "METHOD",
            "name": "getEventClass()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/TimedRegisteredListener.html#getEventClass()"
          },
          {
            "kind": "METHOD",
            "name": "getTotalTime()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/TimedRegisteredListener.html#getTotalTime()"
          },
          {
            "kind": "METHOD",
            "name": "hasMultiple()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/TimedRegisteredListener.html#hasMultiple()"
          },
          {
            "kind": "FIELD",
            "name": "multiple",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/TimedRegisteredListener.html#multiple"
          },
          {
            "kind": "METHOD",
            "name": "reset()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/TimedRegisteredListener.html#reset()"
          },
          {
            "kind": "FIELD",
            "name": "totalTime",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/TimedRegisteredListener.html#totalTime"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/TimedRegisteredListener.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.UnknownDependencyException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "UnknownDependencyException()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/UnknownDependencyException.html#UnknownDependencyException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "UnknownDependencyException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/UnknownDependencyException.html#UnknownDependencyException(String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "UnknownDependencyException(Throwable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "throwable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/UnknownDependencyException.html#UnknownDependencyException(Throwable,String)"
          },
          {
            "kind": "FIELD",
            "name": "serialVersionUID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/UnknownDependencyException.html#serialVersionUID"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/UnknownDependencyException.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/java/JavaPlugin.html#\u003cT\u003egetPlugin(Class)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "JavaPlugin()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/java/JavaPlugin.html#JavaPlugin(JavaPluginLoader,PluginDescriptionFile,File,File)"
          },
          {
            "kind": "FIELD",
            "name": "classLoader",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#classLoader"
          },
          {
            "kind": "FIELD",
            "name": "configFile",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#configFile"
          },
          {
            "kind": "FIELD",
            "name": "dataFolder",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#dataFolder"
          },
          {
            "kind": "FIELD",
            "name": "description",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#description"
          },
          {
            "kind": "FIELD",
            "name": "file",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#file"
          },
          {
            "kind": "METHOD",
            "name": "getClassLoader()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#getClassLoader()"
          },
          {
            "kind": "METHOD",
            "name": "getCommand(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#getCommand(String)"
          },
          {
            "kind": "METHOD",
            "name": "getConfig()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#getConfig()"
          },
          {
            "kind": "METHOD",
            "name": "getDataFolder()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#getDataFolder()"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultWorldGenerator(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              },
              {
                "kind": "PARAMETER",
                "name": "worldName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#getDefaultWorldGenerator(String,String)"
          },
          {
            "kind": "METHOD",
            "name": "getDescription()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#getDescription()"
          },
          {
            "kind": "METHOD",
            "name": "getFile()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#getFile()"
          },
          {
            "kind": "METHOD",
            "name": "getLogger()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#getLogger()"
          },
          {
            "kind": "METHOD",
            "name": "getPluginLoader()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#getPluginLoader()"
          },
          {
            "kind": "METHOD",
            "name": "getProvidingPlugin(Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clazz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/java/JavaPlugin.html#getResource(String)"
          },
          {
            "kind": "METHOD",
            "name": "getServer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#getServer()"
          },
          {
            "kind": "METHOD",
            "name": "getTextResource(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/java/JavaPlugin.html#init(PluginLoader,Server,PluginDescriptionFile,File,File,ClassLoader)"
          },
          {
            "kind": "FIELD",
            "name": "isEnabled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#isEnabled"
          },
          {
            "kind": "METHOD",
            "name": "isEnabled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#isEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "isNaggable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#isNaggable()"
          },
          {
            "kind": "FIELD",
            "name": "loader",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#loader"
          },
          {
            "kind": "FIELD",
            "name": "logger",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#logger"
          },
          {
            "kind": "FIELD",
            "name": "naggable",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#naggable"
          },
          {
            "kind": "FIELD",
            "name": "newConfig",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/java/JavaPlugin.html#onCommand(CommandSender,Command,String,String...)"
          },
          {
            "kind": "METHOD",
            "name": "onDisable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#onDisable()"
          },
          {
            "kind": "METHOD",
            "name": "onEnable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#onEnable()"
          },
          {
            "kind": "METHOD",
            "name": "onLoad()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/java/JavaPlugin.html#onTabComplete(CommandSender,Command,String,String...)"
          },
          {
            "kind": "METHOD",
            "name": "reloadConfig()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#reloadConfig()"
          },
          {
            "kind": "METHOD",
            "name": "saveConfig()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#saveConfig()"
          },
          {
            "kind": "METHOD",
            "name": "saveDefaultConfig()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/java/JavaPlugin.html#saveResource(String,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "server",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#server"
          },
          {
            "kind": "METHOD",
            "name": "setEnabled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enabled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#setEnabled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setNaggable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canNag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#setNaggable(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPlugin.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/java/JavaPluginLoader.html#JavaPluginLoader(Server)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "classes",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPluginLoader.html#classes"
          },
          {
            "kind": "METHOD",
            "name": "createRegisteredListeners(Listener,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "listener"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/java/JavaPluginLoader.html#disablePlugin(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "disablePlugin(Plugin,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "closeClassloader"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPluginLoader.html#disablePlugin(Plugin,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "enablePlugin(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPluginLoader.html#enablePlugin(Plugin)"
          },
          {
            "kind": "FIELD",
            "name": "fileFilters",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPluginLoader.html#fileFilters"
          },
          {
            "kind": "METHOD",
            "name": "getClassByName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPluginLoader.html#getClassByName(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPluginDescription(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPluginLoader.html#getPluginDescription(File)"
          },
          {
            "kind": "METHOD",
            "name": "getPluginFileFilters()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPluginLoader.html#getPluginFileFilters()"
          },
          {
            "kind": "METHOD",
            "name": "loadPlugin(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPluginLoader.html#loadPlugin(File)"
          },
          {
            "kind": "FIELD",
            "name": "loaders",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPluginLoader.html#loaders"
          },
          {
            "kind": "METHOD",
            "name": "removeClass(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPluginLoader.html#removeClass(String)"
          },
          {
            "kind": "FIELD",
            "name": "server",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/java/JavaPluginLoader.html#setClass(String,Class)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/JavaPluginLoader.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.java.PluginClassLoader",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginClassLoader(JavaPluginLoader,ClassLoader,PluginDescriptionFile,File,File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dataFolder"
              },
              {
                "kind": "PARAMETER",
                "name": "description"
              },
              {
                "kind": "PARAMETER",
                "name": "file"
              },
              {
                "kind": "PARAMETER",
                "name": "loader"
              },
              {
                "kind": "PARAMETER",
                "name": "parent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html#PluginClassLoader(JavaPluginLoader,ClassLoader,PluginDescriptionFile,File,File)"
          },
          {
            "kind": "FIELD",
            "name": "classes",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html#classes"
          },
          {
            "kind": "METHOD",
            "name": "close()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html#close()"
          },
          {
            "kind": "FIELD",
            "name": "dataFolder",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html#dataFolder"
          },
          {
            "kind": "FIELD",
            "name": "description",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html#description"
          },
          {
            "kind": "FIELD",
            "name": "file",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html#file"
          },
          {
            "kind": "METHOD",
            "name": "findClass(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html#findClass(String)"
          },
          {
            "kind": "METHOD",
            "name": "findClass(String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "checkGlobal"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html#findClass(String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getClasses()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html#getClasses()"
          },
          {
            "kind": "METHOD",
            "name": "getPlugin()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html#getPlugin()"
          },
          {
            "kind": "METHOD",
            "name": "getResource(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html#getResource(String)"
          },
          {
            "kind": "METHOD",
            "name": "getResources(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html#getResources(String)"
          },
          {
            "kind": "METHOD",
            "name": "initialize(JavaPlugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "javaPlugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html#initialize(JavaPlugin)"
          },
          {
            "kind": "FIELD",
            "name": "jar",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html#jar"
          },
          {
            "kind": "FIELD",
            "name": "loader",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html#loader"
          },
          {
            "kind": "FIELD",
            "name": "logger",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html#logger"
          },
          {
            "kind": "FIELD",
            "name": "manifest",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html#manifest"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html#plugin"
          },
          {
            "kind": "FIELD",
            "name": "pluginInit",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html#pluginInit"
          },
          {
            "kind": "FIELD",
            "name": "pluginState",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html#pluginState"
          },
          {
            "kind": "FIELD",
            "name": "url",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html#url"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/java/PluginClassLoader.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/messaging/ChannelNameTooLongException.html#ChannelNameTooLongException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ChannelNameTooLongException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/ChannelNameTooLongException.html#ChannelNameTooLongException(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/messaging/ChannelNotRegisteredException.html#ChannelNotRegisteredException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ChannelNotRegisteredException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/ChannelNotRegisteredException.html#ChannelNotRegisteredException(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/messaging/MessageTooLargeException.html#MessageTooLargeException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MessageTooLargeException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "msg"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/plugin/messaging/MessageTooLargeException.html#MessageTooLargeException(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/messaging/Messenger.html#MAX_CHANNEL_SIZE"
          },
          {
            "kind": "FIELD",
            "name": "MAX_MESSAGE_SIZE",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/messaging/Messenger.html#dispatchIncomingMessage(Player,String,byte...)"
          },
          {
            "kind": "METHOD",
            "name": "getIncomingChannelRegistrations(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/plugin/messaging/Messenger.html#getIncomingChannelRegistrations(String)"
          },
          {
            "kind": "METHOD",
            "name": "getIncomingChannels()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/Messenger.html#getIncomingChannels()"
          },
          {
            "kind": "METHOD",
            "name": "getIncomingChannels(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/Messenger.html#getIncomingChannels(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "getOutgoingChannels()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/Messenger.html#getOutgoingChannels()"
          },
          {
            "kind": "METHOD",
            "name": "getOutgoingChannels(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/plugin/messaging/Messenger.html#unregisterOutgoingPluginChannel(Plugin,String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/messaging/PluginChannelDirection.html#INCOMING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OUTGOING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/PluginChannelDirection.html#OUTGOING"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginChannelDirection()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/PluginChannelDirection.html#PluginChannelDirection()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/PluginChannelDirection.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/PluginChannelDirection.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/messaging/PluginMessageListener.html#onPluginMessageReceived(String,Player,byte...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#PluginMessageListenerRegistration(Messenger,Plugin,String,PluginMessageListener)"
          },
          {
            "kind": "FIELD",
            "name": "channel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#channel"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getChannel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#getChannel()"
          },
          {
            "kind": "METHOD",
            "name": "getListener()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#getListener()"
          },
          {
            "kind": "METHOD",
            "name": "getPlugin()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#getPlugin()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "isValid()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#isValid()"
          },
          {
            "kind": "FIELD",
            "name": "listener",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#listener"
          },
          {
            "kind": "FIELD",
            "name": "messenger",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#messenger"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#plugin"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/plugin/messaging/PluginMessageRecipient.html#sendPluginMessage(Plugin,String,byte...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/messaging/ReservedChannelException.html#ReservedChannelException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ReservedChannelException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/ReservedChannelException.html#ReservedChannelException(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/plugin/messaging/StandardMessenger.html#StandardMessenger()"
          },
          {
            "kind": "METHOD",
            "name": "addToIncoming(PluginMessageListenerRegistration)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "registration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/plugin/messaging/StandardMessenger.html#dispatchIncomingMessage(Player,String,byte...)"
          },
          {
            "kind": "METHOD",
            "name": "getIncomingChannelRegistrations(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/plugin/messaging/StandardMessenger.html#getIncomingChannelRegistrations(String)"
          },
          {
            "kind": "METHOD",
            "name": "getIncomingChannels()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/StandardMessenger.html#getIncomingChannels()"
          },
          {
            "kind": "METHOD",
            "name": "getIncomingChannels(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/StandardMessenger.html#getIncomingChannels(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "getOutgoingChannels()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/StandardMessenger.html#getOutgoingChannels()"
          },
          {
            "kind": "METHOD",
            "name": "getOutgoingChannels(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/StandardMessenger.html#getOutgoingChannels(Plugin)"
          },
          {
            "kind": "FIELD",
            "name": "incomingByChannel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/StandardMessenger.html#incomingByChannel"
          },
          {
            "kind": "FIELD",
            "name": "incomingByPlugin",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/StandardMessenger.html#incomingByPlugin"
          },
          {
            "kind": "FIELD",
            "name": "incomingLock",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/plugin/messaging/StandardMessenger.html#isReservedChannel(String)"
          },
          {
            "kind": "FIELD",
            "name": "outgoingByChannel",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/StandardMessenger.html#outgoingByChannel"
          },
          {
            "kind": "FIELD",
            "name": "outgoingByPlugin",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/StandardMessenger.html#outgoingByPlugin"
          },
          {
            "kind": "FIELD",
            "name": "outgoingLock",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/plugin/messaging/StandardMessenger.html#removeFromOutgoing(Plugin,String)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterIncomingPluginChannel(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/plugin/messaging/StandardMessenger.html#validateAndCorrectChannel(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "validateChannel(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/StandardMessenger.html#validateChannel(String)",
            "deprecated": {
              "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.15.1/org/bukkit/plugin/messaging/StandardMessenger.html#validatePluginMessage(Messenger,Plugin,String,byte...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/StandardMessenger.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/plugin/messaging/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.potion",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.potion.Potion",
        "children": [
          {
            "kind": "FIELD",
            "name": "EXTENDED_BIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#EXTENDED_BIT"
          },
          {
            "kind": "FIELD",
            "name": "POTION_BIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#POTION_BIT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Potion(PotionType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#Potion(PotionType)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Potion(PotionType,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#Potion(PotionType,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Potion(PotionType,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              },
              {
                "kind": "PARAMETER",
                "name": "splash"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#Potion(PotionType,int,boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Potion(PotionType,int,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "extended"
              },
              {
                "kind": "PARAMETER",
                "name": "level"
              },
              {
                "kind": "PARAMETER",
                "name": "splash"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#Potion(PotionType,int,boolean,boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "SPLASH_BIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#SPLASH_BIT"
          },
          {
            "kind": "FIELD",
            "name": "TIER_BIT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#TIER_BIT"
          },
          {
            "kind": "FIELD",
            "name": "TIER_SHIFT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#TIER_SHIFT"
          },
          {
            "kind": "METHOD",
            "name": "apply(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "to"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#apply(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "apply(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "to"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#apply(LivingEntity)"
          },
          {
            "kind": "FIELD",
            "name": "brewer",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#brewer"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "extend()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#extend()"
          },
          {
            "kind": "FIELD",
            "name": "extended",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#extended"
          },
          {
            "kind": "METHOD",
            "name": "fromDamage(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#fromDamage(int)"
          },
          {
            "kind": "METHOD",
            "name": "fromItemStack(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#fromItemStack(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getBrewer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#getBrewer()"
          },
          {
            "kind": "METHOD",
            "name": "getEffects()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#getEffects()"
          },
          {
            "kind": "METHOD",
            "name": "getLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#getLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getNameId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#getNameId()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "hasExtendedDuration()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#hasExtendedDuration()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "isSplash()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#isSplash()"
          },
          {
            "kind": "FIELD",
            "name": "level",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#level"
          },
          {
            "kind": "METHOD",
            "name": "setHasExtendedDuration(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isExtended"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#setHasExtendedDuration(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#setLevel(int)"
          },
          {
            "kind": "METHOD",
            "name": "setPotionBrewer(PotionBrewer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#setPotionBrewer(PotionBrewer)"
          },
          {
            "kind": "METHOD",
            "name": "setSplash(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isSplash"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#setSplash(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setType(PotionType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#setType(PotionType)"
          },
          {
            "kind": "FIELD",
            "name": "splash",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#splash"
          },
          {
            "kind": "METHOD",
            "name": "splash()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#splash()"
          },
          {
            "kind": "METHOD",
            "name": "toDamageValue()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#toDamageValue()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "toItemStack(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#toItemStack(int)"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/Potion.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.potion.PotionBrewer",
        "children": [
          {
            "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.15.1/org/bukkit/potion/PotionBrewer.html#createEffect(PotionEffectType,int,int)"
          },
          {
            "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.15.1/org/bukkit/potion/PotionBrewer.html#getEffects(PotionType,boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getEffectsFromDamage(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionBrewer.html#getEffectsFromDamage(int)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/potion/PotionData.html#equals(Object)"
          },
          {
            "kind": "FIELD",
            "name": "extended",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionData.html#extended"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionData.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionData.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "isExtended()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionData.html#isExtended()"
          },
          {
            "kind": "METHOD",
            "name": "isUpgraded()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionData.html#isUpgraded()"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionData.html#type"
          },
          {
            "kind": "FIELD",
            "name": "upgraded",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionData.html#upgraded"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionData.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.potion.PotionEffect",
        "children": [
          {
            "kind": "FIELD",
            "name": "AMBIENT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "AMPLIFIER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#AMPLIFIER"
          },
          {
            "kind": "FIELD",
            "name": "DURATION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#DURATION"
          },
          {
            "kind": "FIELD",
            "name": "ICON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#ICON"
          },
          {
            "kind": "FIELD",
            "name": "PARTICLES",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#PARTICLES"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PotionEffect(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/potion/PotionEffect.html#PotionEffect(PotionEffectType,int,int,boolean,boolean,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "TYPE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#TYPE"
          },
          {
            "kind": "FIELD",
            "name": "ambient",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#ambient"
          },
          {
            "kind": "FIELD",
            "name": "amplifier",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#amplifier"
          },
          {
            "kind": "METHOD",
            "name": "apply(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#apply(LivingEntity)"
          },
          {
            "kind": "FIELD",
            "name": "duration",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#duration"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getAmplifier()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/potion/PotionEffect.html#getBool(Map,Object,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#getColor()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDuration()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#getDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getEffectType(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#getEffectType(Map)"
          },
          {
            "kind": "METHOD",
            "name": "getInt(Map,Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#getInt(Map,Object)"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "hasIcon()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#hasIcon()"
          },
          {
            "kind": "METHOD",
            "name": "hasParticles()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#hasParticles()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#hashCode()"
          },
          {
            "kind": "FIELD",
            "name": "icon",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#icon"
          },
          {
            "kind": "METHOD",
            "name": "isAmbient()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#isAmbient()"
          },
          {
            "kind": "FIELD",
            "name": "particles",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#particles"
          },
          {
            "kind": "METHOD",
            "name": "serialize()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#serialize()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#toString()"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#type"
          },
          {
            "kind": "METHOD",
            "name": "withAmbient(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ambient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#withAmbient(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "withAmplifier(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplifier"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#withAmplifier(int)"
          },
          {
            "kind": "METHOD",
            "name": "withDuration(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#withDuration(int)"
          },
          {
            "kind": "METHOD",
            "name": "withIcon(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "icon"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#withIcon(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "withParticles(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "particles"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#withParticles(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "withType(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html#withType(PotionEffectType)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffect.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.potion.PotionEffectType",
        "children": [
          {
            "kind": "FIELD",
            "name": "ABSORPTION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#ABSORPTION"
          },
          {
            "kind": "FIELD",
            "name": "BAD_OMEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#BAD_OMEN"
          },
          {
            "kind": "FIELD",
            "name": "BLINDNESS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#BLINDNESS"
          },
          {
            "kind": "FIELD",
            "name": "CONDUIT_POWER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#CONDUIT_POWER"
          },
          {
            "kind": "FIELD",
            "name": "CONFUSION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#CONFUSION"
          },
          {
            "kind": "FIELD",
            "name": "DAMAGE_RESISTANCE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#DAMAGE_RESISTANCE"
          },
          {
            "kind": "FIELD",
            "name": "DOLPHINS_GRACE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#DOLPHINS_GRACE"
          },
          {
            "kind": "FIELD",
            "name": "FAST_DIGGING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#FAST_DIGGING"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_RESISTANCE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#FIRE_RESISTANCE"
          },
          {
            "kind": "FIELD",
            "name": "GLOWING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#GLOWING"
          },
          {
            "kind": "FIELD",
            "name": "HARM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#HARM"
          },
          {
            "kind": "FIELD",
            "name": "HEAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#HEAL"
          },
          {
            "kind": "FIELD",
            "name": "HEALTH_BOOST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#HEALTH_BOOST"
          },
          {
            "kind": "FIELD",
            "name": "HERO_OF_THE_VILLAGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#HERO_OF_THE_VILLAGE"
          },
          {
            "kind": "FIELD",
            "name": "HUNGER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#HUNGER"
          },
          {
            "kind": "FIELD",
            "name": "INCREASE_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#INCREASE_DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "INVISIBILITY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#INVISIBILITY"
          },
          {
            "kind": "FIELD",
            "name": "JUMP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#JUMP"
          },
          {
            "kind": "FIELD",
            "name": "LEVITATION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#LEVITATION"
          },
          {
            "kind": "FIELD",
            "name": "LUCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#LUCK"
          },
          {
            "kind": "FIELD",
            "name": "NIGHT_VISION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#NIGHT_VISION"
          },
          {
            "kind": "FIELD",
            "name": "POISON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#POISON"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PotionEffectType(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#PotionEffectType(int)"
          },
          {
            "kind": "FIELD",
            "name": "REGENERATION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#REGENERATION"
          },
          {
            "kind": "FIELD",
            "name": "SATURATION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#SATURATION"
          },
          {
            "kind": "FIELD",
            "name": "SLOW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#SLOW"
          },
          {
            "kind": "FIELD",
            "name": "SLOW_DIGGING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#SLOW_DIGGING"
          },
          {
            "kind": "FIELD",
            "name": "SLOW_FALLING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#SLOW_FALLING"
          },
          {
            "kind": "FIELD",
            "name": "SPEED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#SPEED"
          },
          {
            "kind": "FIELD",
            "name": "UNLUCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#UNLUCK"
          },
          {
            "kind": "FIELD",
            "name": "WATER_BREATHING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#WATER_BREATHING"
          },
          {
            "kind": "FIELD",
            "name": "WEAKNESS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#WEAKNESS"
          },
          {
            "kind": "FIELD",
            "name": "WITHER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#WITHER"
          },
          {
            "kind": "FIELD",
            "name": "acceptingNew",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#acceptingNew"
          },
          {
            "kind": "FIELD",
            "name": "byId",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#byId"
          },
          {
            "kind": "FIELD",
            "name": "byName",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#byName"
          },
          {
            "kind": "METHOD",
            "name": "createEffect(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplifier"
              },
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#createEffect(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getById(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#getById(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getByName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#getByName(String)"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getDurationModifier()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#getDurationModifier()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#getId()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#hashCode()"
          },
          {
            "kind": "FIELD",
            "name": "id",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#id"
          },
          {
            "kind": "METHOD",
            "name": "isInstant()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#isInstant()"
          },
          {
            "kind": "METHOD",
            "name": "registerPotionEffectType(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#registerPotionEffectType(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "stopAcceptingRegistrations()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#stopAcceptingRegistrations()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#toString()"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectType.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.potion.PotionEffectTypeWrapper",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PotionEffectTypeWrapper(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectTypeWrapper.html#PotionEffectTypeWrapper(int)"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectTypeWrapper.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getDurationModifier()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectTypeWrapper.html#getDurationModifier()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectTypeWrapper.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectTypeWrapper.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "isInstant()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectTypeWrapper.html#isInstant()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionEffectTypeWrapper.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.potion.PotionType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "AWKWARD",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#AWKWARD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIRE_RESISTANCE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#FIRE_RESISTANCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INSTANT_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#INSTANT_DAMAGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INSTANT_HEAL",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#INSTANT_HEAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INVISIBILITY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#INVISIBILITY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUMP",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#JUMP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LUCK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#LUCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUNDANE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#MUNDANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NIGHT_VISION",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#NIGHT_VISION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POISON",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#POISON"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PotionType(PotionEffectType,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              },
              {
                "kind": "PARAMETER",
                "name": "extendable"
              },
              {
                "kind": "PARAMETER",
                "name": "upgradeable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#PotionType(PotionEffectType,boolean,boolean)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REGEN",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#REGEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SLOWNESS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#SLOWNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SLOW_FALLING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#SLOW_FALLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPEED",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#SPEED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRENGTH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#STRENGTH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "THICK",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#THICK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TURTLE_MASTER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#TURTLE_MASTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UNCRAFTABLE",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#UNCRAFTABLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WATER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#WATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WATER_BREATHING",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#WATER_BREATHING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEAKNESS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#WEAKNESS"
          },
          {
            "kind": "FIELD",
            "name": "effect",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#effect"
          },
          {
            "kind": "FIELD",
            "name": "extendable",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#extendable"
          },
          {
            "kind": "METHOD",
            "name": "getByEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effectType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#getByEffect(PotionEffectType)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getEffectType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#getEffectType()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxLevel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#getMaxLevel()"
          },
          {
            "kind": "METHOD",
            "name": "isExtendable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#isExtendable()"
          },
          {
            "kind": "METHOD",
            "name": "isInstant()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#isInstant()"
          },
          {
            "kind": "METHOD",
            "name": "isUpgradeable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#isUpgradeable()"
          },
          {
            "kind": "FIELD",
            "name": "upgradeable",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#upgradeable"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/PotionType.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/potion/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.15.1/org/bukkit/projectiles/BlockProjectileSource.html#getBlock()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/projectiles/ProjectileSource.html#\u003cT\u003elaunchProjectile(Class,Vector)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/projectiles/ProjectileSource.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/scheduler/BukkitRunnable.html#BukkitRunnable()"
          },
          {
            "kind": "METHOD",
            "name": "cancel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitRunnable.html#cancel()"
          },
          {
            "kind": "METHOD",
            "name": "checkNotYetScheduled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitRunnable.html#checkNotYetScheduled()"
          },
          {
            "kind": "METHOD",
            "name": "checkScheduled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitRunnable.html#checkScheduled()"
          },
          {
            "kind": "METHOD",
            "name": "getTaskId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitRunnable.html#getTaskId()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitRunnable.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "runTask(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitRunnable.html#runTask(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "runTaskAsynchronously(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/scheduler/BukkitRunnable.html#setupTask(BukkitTask)"
          },
          {
            "kind": "FIELD",
            "name": "task",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitRunnable.html#task"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/scheduler/BukkitScheduler.html#cancelTask(int)"
          },
          {
            "kind": "METHOD",
            "name": "cancelTasks(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitScheduler.html#cancelTasks(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "getActiveWorkers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitScheduler.html#getActiveWorkers()"
          },
          {
            "kind": "METHOD",
            "name": "getPendingTasks()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitScheduler.html#getPendingTasks()"
          },
          {
            "kind": "METHOD",
            "name": "isCurrentlyRunning(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "taskId"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitScheduler.html#isCurrentlyRunning(int)"
          },
          {
            "kind": "METHOD",
            "name": "isQueued(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "taskId"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/scheduler/BukkitScheduler.html#runTask(Plugin,BukkitRunnable)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "runTask(Plugin,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/scheduler/BukkitScheduler.html#runTaskAsynchronously(Plugin,BukkitRunnable)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "runTaskAsynchronously(Plugin,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/scheduler/BukkitScheduler.html#runTaskLater(Plugin,BukkitRunnable,long)",
            "deprecated": {
              "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.15.1/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.15.1/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.15.1/org/bukkit/scheduler/BukkitScheduler.html#runTaskLaterAsynchronously(Plugin,BukkitRunnable,long)",
            "deprecated": {
              "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.15.1/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.15.1/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.15.1/org/bukkit/scheduler/BukkitScheduler.html#runTaskTimer(Plugin,BukkitRunnable,long,long)",
            "deprecated": {
              "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.15.1/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.15.1/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.15.1/org/bukkit/scheduler/BukkitScheduler.html#runTaskTimerAsynchronously(Plugin,BukkitRunnable,long,long)",
            "deprecated": {
              "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.15.1/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.15.1/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.15.1/org/bukkit/scheduler/BukkitScheduler.html#scheduleAsyncDelayedTask(Plugin,Runnable)",
            "deprecated": {
              "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.15.1/org/bukkit/scheduler/BukkitScheduler.html#scheduleAsyncDelayedTask(Plugin,Runnable,long)",
            "deprecated": {
              "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.15.1/org/bukkit/scheduler/BukkitScheduler.html#scheduleAsyncRepeatingTask(Plugin,Runnable,long,long)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "scheduleSyncDelayedTask(Plugin,BukkitRunnable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitScheduler.html#scheduleSyncDelayedTask(Plugin,BukkitRunnable)",
            "deprecated": {
              "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.15.1/org/bukkit/scheduler/BukkitScheduler.html#scheduleSyncDelayedTask(Plugin,BukkitRunnable,long)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "scheduleSyncDelayedTask(Plugin,Runnable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/scheduler/BukkitScheduler.html#scheduleSyncRepeatingTask(Plugin,BukkitRunnable,long,long)",
            "deprecated": {
              "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.15.1/org/bukkit/scheduler/BukkitScheduler.html#scheduleSyncRepeatingTask(Plugin,Runnable,long,long)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitScheduler.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.scheduler.BukkitTask",
        "children": [
          {
            "kind": "METHOD",
            "name": "cancel()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitTask.html#cancel()"
          },
          {
            "kind": "METHOD",
            "name": "getOwner()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitTask.html#getOwner()"
          },
          {
            "kind": "METHOD",
            "name": "getTaskId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitTask.html#getTaskId()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitTask.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isSync()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitTask.html#isSync()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitTask.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.scheduler.BukkitWorker",
        "children": [
          {
            "kind": "METHOD",
            "name": "getOwner()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitWorker.html#getOwner()"
          },
          {
            "kind": "METHOD",
            "name": "getTaskId()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitWorker.html#getTaskId()"
          },
          {
            "kind": "METHOD",
            "name": "getThread()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitWorker.html#getThread()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/BukkitWorker.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scheduler/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.scoreboard",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.scoreboard.Criterias",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Criterias()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Criterias.html#Criterias()"
          },
          {
            "kind": "FIELD",
            "name": "DEATHS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Criterias.html#DEATHS"
          },
          {
            "kind": "FIELD",
            "name": "HEALTH",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Criterias.html#HEALTH"
          },
          {
            "kind": "FIELD",
            "name": "PLAYER_KILLS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Criterias.html#PLAYER_KILLS"
          },
          {
            "kind": "FIELD",
            "name": "TOTAL_KILLS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Criterias.html#TOTAL_KILLS"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Criterias.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.scoreboard.DisplaySlot",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "BELOW_NAME",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/DisplaySlot.html#BELOW_NAME"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "DisplaySlot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/DisplaySlot.html#DisplaySlot()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAYER_LIST",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/DisplaySlot.html#PLAYER_LIST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SIDEBAR",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/DisplaySlot.html#SIDEBAR"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/DisplaySlot.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/DisplaySlot.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/scoreboard/NameTagVisibility.html#ALWAYS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIDE_FOR_OTHER_TEAMS",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/NameTagVisibility.html#HIDE_FOR_OTHER_TEAMS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIDE_FOR_OWN_TEAM",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/NameTagVisibility.html#HIDE_FOR_OWN_TEAM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NEVER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/NameTagVisibility.html#NEVER"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "NameTagVisibility()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/NameTagVisibility.html#NameTagVisibility()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/NameTagVisibility.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/NameTagVisibility.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/NameTagVisibility.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.scoreboard.Objective",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCriteria()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Objective.html#getCriteria()"
          },
          {
            "kind": "METHOD",
            "name": "getDisplayName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Objective.html#getDisplayName()"
          },
          {
            "kind": "METHOD",
            "name": "getDisplaySlot()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Objective.html#getDisplaySlot()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Objective.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getRenderType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Objective.html#getRenderType()"
          },
          {
            "kind": "METHOD",
            "name": "getScore(OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Objective.html#getScore(OfflinePlayer)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getScore(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Objective.html#getScore(String)"
          },
          {
            "kind": "METHOD",
            "name": "getScoreboard()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Objective.html#getScoreboard()"
          },
          {
            "kind": "METHOD",
            "name": "isModifiable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Objective.html#isModifiable()"
          },
          {
            "kind": "METHOD",
            "name": "setDisplayName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "displayName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Objective.html#setDisplayName(String)"
          },
          {
            "kind": "METHOD",
            "name": "setDisplaySlot(DisplaySlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Objective.html#setDisplaySlot(DisplaySlot)"
          },
          {
            "kind": "METHOD",
            "name": "setRenderType(RenderType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "renderType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Objective.html#setRenderType(RenderType)"
          },
          {
            "kind": "METHOD",
            "name": "unregister()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Objective.html#unregister()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/scoreboard/RenderType.html#HEARTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTEGER",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/RenderType.html#INTEGER"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RenderType()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/RenderType.html#RenderType()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/RenderType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/RenderType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/RenderType.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.scoreboard.Score",
        "children": [
          {
            "kind": "METHOD",
            "name": "getEntry()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Score.html#getEntry()"
          },
          {
            "kind": "METHOD",
            "name": "getObjective()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Score.html#getObjective()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Score.html#getPlayer()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getScore()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Score.html#getScore()"
          },
          {
            "kind": "METHOD",
            "name": "getScoreboard()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Score.html#getScoreboard()"
          },
          {
            "kind": "METHOD",
            "name": "isScoreSet()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Score.html#isScoreSet()"
          },
          {
            "kind": "METHOD",
            "name": "setScore(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "score"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Score.html#setScore(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/scoreboard/Scoreboard.html#clearSlot(DisplaySlot)"
          },
          {
            "kind": "METHOD",
            "name": "getEntries()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Scoreboard.html#getEntries()"
          },
          {
            "kind": "METHOD",
            "name": "getEntryTeam(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Scoreboard.html#getEntryTeam(String)"
          },
          {
            "kind": "METHOD",
            "name": "getObjective(DisplaySlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Scoreboard.html#getObjective(DisplaySlot)"
          },
          {
            "kind": "METHOD",
            "name": "getObjective(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Scoreboard.html#getObjective(String)"
          },
          {
            "kind": "METHOD",
            "name": "getObjectives()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Scoreboard.html#getObjectives()"
          },
          {
            "kind": "METHOD",
            "name": "getObjectivesByCriteria(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "criteria"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Scoreboard.html#getObjectivesByCriteria(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerTeam(OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Scoreboard.html#getPlayerTeam(OfflinePlayer)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Scoreboard.html#getPlayers()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getScores(OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Scoreboard.html#getScores(OfflinePlayer)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getScores(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Scoreboard.html#getScores(String)"
          },
          {
            "kind": "METHOD",
            "name": "getTeam(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "teamName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Scoreboard.html#getTeam(String)"
          },
          {
            "kind": "METHOD",
            "name": "getTeams()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Scoreboard.html#getTeams()"
          },
          {
            "kind": "METHOD",
            "name": "registerNewObjective(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "criteria"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Scoreboard.html#registerNewObjective(String,String)",
            "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.15.1/org/bukkit/scoreboard/Scoreboard.html#registerNewObjective(String,String,String)"
          },
          {
            "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.15.1/org/bukkit/scoreboard/Scoreboard.html#registerNewObjective(String,String,String,RenderType)"
          },
          {
            "kind": "METHOD",
            "name": "registerNewTeam(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Scoreboard.html#registerNewTeam(String)"
          },
          {
            "kind": "METHOD",
            "name": "resetScores(OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Scoreboard.html#resetScores(OfflinePlayer)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "resetScores(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Scoreboard.html#resetScores(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Scoreboard.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.scoreboard.ScoreboardManager",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMainScoreboard()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/ScoreboardManager.html#getMainScoreboard()"
          },
          {
            "kind": "METHOD",
            "name": "getNewScoreboard()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/ScoreboardManager.html#getNewScoreboard()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/ScoreboardManager.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.scoreboard.Team",
        "children": [
          {
            "kind": "METHOD",
            "name": "addEntry(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#addEntry(String)"
          },
          {
            "kind": "METHOD",
            "name": "addPlayer(OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#addPlayer(OfflinePlayer)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "allowFriendlyFire()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#allowFriendlyFire()"
          },
          {
            "kind": "METHOD",
            "name": "canSeeFriendlyInvisibles()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#canSeeFriendlyInvisibles()"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getDisplayName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#getDisplayName()"
          },
          {
            "kind": "METHOD",
            "name": "getEntries()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#getEntries()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getNameTagVisibility()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#getNameTagVisibility()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getOption(Option)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "option"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#getOption(Option)"
          },
          {
            "kind": "METHOD",
            "name": "getPlayers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#getPlayers()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPrefix()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#getPrefix()"
          },
          {
            "kind": "METHOD",
            "name": "getScoreboard()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#getScoreboard()"
          },
          {
            "kind": "METHOD",
            "name": "getSize()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#getSize()"
          },
          {
            "kind": "METHOD",
            "name": "getSuffix()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#getSuffix()"
          },
          {
            "kind": "METHOD",
            "name": "hasEntry(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#hasEntry(String)"
          },
          {
            "kind": "METHOD",
            "name": "hasPlayer(OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#hasPlayer(OfflinePlayer)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.scoreboard.Team.Option",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "COLLISION_RULE",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team/Option.html#COLLISION_RULE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DEATH_MESSAGE_VISIBILITY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team/Option.html#DEATH_MESSAGE_VISIBILITY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NAME_TAG_VISIBILITY",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team/Option.html#NAME_TAG_VISIBILITY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Option()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team/Option.html#Option()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team/Option.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team/Option.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/scoreboard/Team/OptionStatus.html#ALWAYS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FOR_OTHER_TEAMS",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team/OptionStatus.html#FOR_OTHER_TEAMS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FOR_OWN_TEAM",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team/OptionStatus.html#FOR_OWN_TEAM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NEVER",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team/OptionStatus.html#NEVER"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "OptionStatus()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team/OptionStatus.html#OptionStatus()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team/OptionStatus.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team/OptionStatus.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team/OptionStatus.html"
          },
          {
            "kind": "METHOD",
            "name": "removeEntry(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#removeEntry(String)"
          },
          {
            "kind": "METHOD",
            "name": "removePlayer(OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#removePlayer(OfflinePlayer)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setAllowFriendlyFire(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enabled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#setAllowFriendlyFire(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCanSeeFriendlyInvisibles(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enabled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#setCanSeeFriendlyInvisibles(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setColor(ChatColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#setColor(ChatColor)"
          },
          {
            "kind": "METHOD",
            "name": "setDisplayName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "displayName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#setDisplayName(String)"
          },
          {
            "kind": "METHOD",
            "name": "setNameTagVisibility(NameTagVisibility)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "visibility"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#setNameTagVisibility(NameTagVisibility)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setOption(Option,OptionStatus)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "option"
              },
              {
                "kind": "PARAMETER",
                "name": "status"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/scoreboard/Team.html#setPrefix(String)"
          },
          {
            "kind": "METHOD",
            "name": "setSuffix(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "suffix"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#setSuffix(String)"
          },
          {
            "kind": "METHOD",
            "name": "unregister()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html#unregister()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/Team.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/scoreboard/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.util",
    "children": [
      {
        "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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/BlockIterator.html#blockEquals(Block,Block)"
          },
          {
            "kind": "FIELD",
            "name": "blockQueue",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockIterator.html#blockQueue"
          },
          {
            "kind": "FIELD",
            "name": "currentBlock",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockIterator.html#currentBlock"
          },
          {
            "kind": "FIELD",
            "name": "currentDistance",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockIterator.html#currentDistance"
          },
          {
            "kind": "FIELD",
            "name": "end",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/util/BlockIterator.html#getXFace(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "getXLength(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/util/BlockIterator.html#getYFace(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "getYLength(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/util/BlockIterator.html#getZFace(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "getZLength(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/BlockIterator.html#getZPosition(Vector,Vector,Block)"
          },
          {
            "kind": "FIELD",
            "name": "gridSize",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockIterator.html#gridSize"
          },
          {
            "kind": "METHOD",
            "name": "hasNext()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockIterator.html#hasNext()"
          },
          {
            "kind": "FIELD",
            "name": "mainFace",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockIterator.html#mainFace"
          },
          {
            "kind": "FIELD",
            "name": "maxDistance",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockIterator.html#maxDistance"
          },
          {
            "kind": "FIELD",
            "name": "maxDistanceInt",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockIterator.html#maxDistanceInt"
          },
          {
            "kind": "METHOD",
            "name": "next()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockIterator.html#next()"
          },
          {
            "kind": "METHOD",
            "name": "remove()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockIterator.html#remove()"
          },
          {
            "kind": "METHOD",
            "name": "scan()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockIterator.html#scan()"
          },
          {
            "kind": "FIELD",
            "name": "secondError",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockIterator.html#secondError"
          },
          {
            "kind": "FIELD",
            "name": "secondFace",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockIterator.html#secondFace"
          },
          {
            "kind": "FIELD",
            "name": "secondStep",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockIterator.html#secondStep"
          },
          {
            "kind": "FIELD",
            "name": "thirdError",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockIterator.html#thirdError"
          },
          {
            "kind": "FIELD",
            "name": "thirdFace",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockIterator.html#thirdFace"
          },
          {
            "kind": "FIELD",
            "name": "thirdStep",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockIterator.html#thirdStep"
          },
          {
            "kind": "FIELD",
            "name": "world",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockIterator.html#world"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockIterator.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.BlockVector",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockVector()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockVector.html#BlockVector()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockVector(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vec"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/BlockVector.html#BlockVector(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockVector.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "deserialize(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockVector.html#deserialize(Map)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockVector.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockVector.html#hashCode()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BlockVector.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.BoundingBox",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BoundingBox()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/BoundingBox.html#BoundingBox(double,double,double,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "contains(BoundingBox)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#contains(BoundingBox)"
          },
          {
            "kind": "METHOD",
            "name": "contains(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "position"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/BoundingBox.html#copy(BoundingBox)"
          },
          {
            "kind": "METHOD",
            "name": "deserialize(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#deserialize(Map)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/BoundingBox.html#expandDirectional(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getCenter()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#getCenter()"
          },
          {
            "kind": "METHOD",
            "name": "getCenterX()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#getCenterX()"
          },
          {
            "kind": "METHOD",
            "name": "getCenterY()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#getCenterY()"
          },
          {
            "kind": "METHOD",
            "name": "getCenterZ()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#getCenterZ()"
          },
          {
            "kind": "METHOD",
            "name": "getHeight()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#getHeight()"
          },
          {
            "kind": "METHOD",
            "name": "getMax()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#getMax()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxX()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#getMaxX()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxY()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#getMaxY()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxZ()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#getMaxZ()"
          },
          {
            "kind": "METHOD",
            "name": "getMin()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#getMin()"
          },
          {
            "kind": "METHOD",
            "name": "getMinX()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#getMinX()"
          },
          {
            "kind": "METHOD",
            "name": "getMinY()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#getMinY()"
          },
          {
            "kind": "METHOD",
            "name": "getMinZ()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#getMinZ()"
          },
          {
            "kind": "METHOD",
            "name": "getVolume()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#getVolume()"
          },
          {
            "kind": "METHOD",
            "name": "getWidthX()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#getWidthX()"
          },
          {
            "kind": "METHOD",
            "name": "getWidthZ()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#getWidthZ()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "intersection(BoundingBox)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#intersection(BoundingBox)"
          },
          {
            "kind": "FIELD",
            "name": "maxX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#maxX"
          },
          {
            "kind": "FIELD",
            "name": "maxY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#maxY"
          },
          {
            "kind": "FIELD",
            "name": "maxZ",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#maxZ"
          },
          {
            "kind": "FIELD",
            "name": "minX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#minX"
          },
          {
            "kind": "FIELD",
            "name": "minY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#minY"
          },
          {
            "kind": "FIELD",
            "name": "minZ",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#minZ"
          },
          {
            "kind": "METHOD",
            "name": "of(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/BoundingBox.html#resize(double,double,double,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "serialize()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#serialize()"
          },
          {
            "kind": "METHOD",
            "name": "shift(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shift"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#shift(Location)"
          },
          {
            "kind": "METHOD",
            "name": "shift(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shift"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/BoundingBox.html#shift(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#toString()"
          },
          {
            "kind": "METHOD",
            "name": "union(BoundingBox)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#union(BoundingBox)"
          },
          {
            "kind": "METHOD",
            "name": "union(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "position"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html#union(Location)"
          },
          {
            "kind": "METHOD",
            "name": "union(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "position"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/BoundingBox.html#union(double,double,double)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/BoundingBox.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.util.CachedServerIcon",
        "children": [
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/CachedServerIcon.html#getData()"
          },
          {
            "kind": "METHOD",
            "name": "isEmpty()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/CachedServerIcon.html#isEmpty()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/ChatPaginator.html#AVERAGE_CHAT_PAGE_WIDTH"
          },
          {
            "kind": "FIELD",
            "name": "CLOSED_CHAT_PAGE_HEIGHT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/ChatPaginator.html#CLOSED_CHAT_PAGE_HEIGHT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ChatPaginator()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/ChatPaginator.html#ChatPaginator()"
          },
          {
            "kind": "FIELD",
            "name": "GUARANTEED_NO_WRAP_CHAT_PAGE_WIDTH",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/ChatPaginator.html#OPEN_CHAT_PAGE_HEIGHT"
          },
          {
            "kind": "FIELD",
            "name": "UNBOUNDED_PAGE_HEIGHT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/ChatPaginator.html#UNBOUNDED_PAGE_HEIGHT"
          },
          {
            "kind": "FIELD",
            "name": "UNBOUNDED_PAGE_WIDTH",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/ChatPaginator/ChatPage.html#ChatPage(Array,int,int)"
              },
              {
                "kind": "METHOD",
                "name": "getLines()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/ChatPaginator/ChatPage.html#getLines()"
              },
              {
                "kind": "METHOD",
                "name": "getPageNumber()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/ChatPaginator/ChatPage.html#getPageNumber()"
              },
              {
                "kind": "METHOD",
                "name": "getTotalPages()",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/ChatPaginator/ChatPage.html#getTotalPages()"
              },
              {
                "kind": "FIELD",
                "name": "lines",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/ChatPaginator/ChatPage.html#lines"
              },
              {
                "kind": "FIELD",
                "name": "pageNumber",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/ChatPaginator/ChatPage.html#pageNumber"
              },
              {
                "kind": "FIELD",
                "name": "totalPages",
                "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/ChatPaginator/ChatPage.html#totalPages"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/ChatPaginator.html#wordWrap(String,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/Consumer.html#accept(T)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Consumer.html"
      },
      {
        "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.15.1/org/bukkit/util/EulerAngle.html#EulerAngle(double,double,double)"
          },
          {
            "kind": "FIELD",
            "name": "ZERO",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/util/EulerAngle.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getX()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/EulerAngle.html#getX()"
          },
          {
            "kind": "METHOD",
            "name": "getY()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/EulerAngle.html#getY()"
          },
          {
            "kind": "METHOD",
            "name": "getZ()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/EulerAngle.html#getZ()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/EulerAngle.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "setX(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/EulerAngle.html#setX(double)"
          },
          {
            "kind": "METHOD",
            "name": "setY(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/EulerAngle.html#setY(double)"
          },
          {
            "kind": "METHOD",
            "name": "setZ(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/EulerAngle.html#subtract(double,double,double)"
          },
          {
            "kind": "FIELD",
            "name": "x",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/EulerAngle.html#x"
          },
          {
            "kind": "FIELD",
            "name": "y",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/EulerAngle.html#y"
          },
          {
            "kind": "FIELD",
            "name": "z",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/EulerAngle.html#z"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/EulerAngle.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.FileUtil",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FileUtil()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/FileUtil.html#copy(File,File)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/FileUtil.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.NumberConversions",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "NumberConversions()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/NumberConversions.html#NumberConversions()"
          },
          {
            "kind": "METHOD",
            "name": "ceil(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "num"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/NumberConversions.html#floor(double)"
          },
          {
            "kind": "METHOD",
            "name": "isFinite(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "d"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/NumberConversions.html#isFinite(double)"
          },
          {
            "kind": "METHOD",
            "name": "isFinite(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "f"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/NumberConversions.html#isFinite(float)"
          },
          {
            "kind": "METHOD",
            "name": "round(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "num"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/NumberConversions.html#round(double)"
          },
          {
            "kind": "METHOD",
            "name": "square(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "num"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/NumberConversions.html#square(double)"
          },
          {
            "kind": "METHOD",
            "name": "toByte(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "object"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/NumberConversions.html#toByte(Object)"
          },
          {
            "kind": "METHOD",
            "name": "toDouble(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "object"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/NumberConversions.html#toDouble(Object)"
          },
          {
            "kind": "METHOD",
            "name": "toFloat(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "object"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/NumberConversions.html#toFloat(Object)"
          },
          {
            "kind": "METHOD",
            "name": "toInt(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "object"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/NumberConversions.html#toInt(Object)"
          },
          {
            "kind": "METHOD",
            "name": "toLong(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "object"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/NumberConversions.html#toLong(Object)"
          },
          {
            "kind": "METHOD",
            "name": "toShort(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "object"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/NumberConversions.html#toShort(Object)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/NumberConversions.html"
      },
      {
        "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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/RayTraceResult.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getHitBlock()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/RayTraceResult.html#getHitBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getHitBlockFace()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/RayTraceResult.html#getHitBlockFace()"
          },
          {
            "kind": "METHOD",
            "name": "getHitEntity()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/RayTraceResult.html#getHitEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHitPosition()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/RayTraceResult.html#getHitPosition()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/RayTraceResult.html#hashCode()"
          },
          {
            "kind": "FIELD",
            "name": "hitBlock",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/RayTraceResult.html#hitBlock"
          },
          {
            "kind": "FIELD",
            "name": "hitBlockFace",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/RayTraceResult.html#hitBlockFace"
          },
          {
            "kind": "FIELD",
            "name": "hitEntity",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/RayTraceResult.html#hitEntity"
          },
          {
            "kind": "FIELD",
            "name": "hitPosition",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/RayTraceResult.html#hitPosition"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/RayTraceResult.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/StringUtil.html#\u003cT\u003ecopyPartialMatches(String,Iterable,T)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "StringUtil()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/StringUtil.html#startsWithIgnoreCase(String,String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/StringUtil.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.Vector",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Vector()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/Vector.html#add(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "angle(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#angle(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "checkFinite()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#checkFinite()"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "copy(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vec"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#copy(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "crossProduct(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#crossProduct(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "deserialize(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#deserialize(Map)"
          },
          {
            "kind": "METHOD",
            "name": "distance(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#distance(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "distanceSquared(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#distanceSquared(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "divide(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vec"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#divide(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "dot(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#dot(Vector)"
          },
          {
            "kind": "FIELD",
            "name": "epsilon",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#epsilon"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockX()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#getBlockX()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockY()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#getBlockY()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockZ()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#getBlockZ()"
          },
          {
            "kind": "METHOD",
            "name": "getCrossProduct(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#getCrossProduct(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "getEpsilon()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/Vector.html#getMinimum(Vector,Vector)"
          },
          {
            "kind": "METHOD",
            "name": "getRandom()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#getRandom()"
          },
          {
            "kind": "METHOD",
            "name": "getX()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#getX()"
          },
          {
            "kind": "METHOD",
            "name": "getY()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#getY()"
          },
          {
            "kind": "METHOD",
            "name": "getZ()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#getZ()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/util/Vector.html#isInSphere(Vector,double)"
          },
          {
            "kind": "METHOD",
            "name": "isNormalized()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#isNormalized()"
          },
          {
            "kind": "METHOD",
            "name": "length()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#length()"
          },
          {
            "kind": "METHOD",
            "name": "lengthSquared()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#lengthSquared()"
          },
          {
            "kind": "METHOD",
            "name": "midpoint(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#midpoint(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "multiply(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vec"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#multiply(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "multiply(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "m"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#multiply(double)"
          },
          {
            "kind": "METHOD",
            "name": "multiply(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "m"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#multiply(float)"
          },
          {
            "kind": "METHOD",
            "name": "multiply(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "m"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#multiply(int)"
          },
          {
            "kind": "METHOD",
            "name": "normalize()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#normalize()"
          },
          {
            "kind": "FIELD",
            "name": "random",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/Vector.html#rotateAroundX(double)"
          },
          {
            "kind": "METHOD",
            "name": "rotateAroundY(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "angle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#rotateAroundY(double)"
          },
          {
            "kind": "METHOD",
            "name": "rotateAroundZ(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "angle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#rotateAroundZ(double)"
          },
          {
            "kind": "FIELD",
            "name": "serialVersionUID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#serialVersionUID"
          },
          {
            "kind": "METHOD",
            "name": "serialize()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#serialize()"
          },
          {
            "kind": "METHOD",
            "name": "setX(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#setX(double)"
          },
          {
            "kind": "METHOD",
            "name": "setX(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#setX(float)"
          },
          {
            "kind": "METHOD",
            "name": "setX(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#setX(int)"
          },
          {
            "kind": "METHOD",
            "name": "setY(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#setY(double)"
          },
          {
            "kind": "METHOD",
            "name": "setY(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#setY(float)"
          },
          {
            "kind": "METHOD",
            "name": "setY(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#setY(int)"
          },
          {
            "kind": "METHOD",
            "name": "setZ(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#setZ(double)"
          },
          {
            "kind": "METHOD",
            "name": "setZ(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#setZ(float)"
          },
          {
            "kind": "METHOD",
            "name": "setZ(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#setZ(int)"
          },
          {
            "kind": "METHOD",
            "name": "subtract(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vec"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#subtract(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "toBlockVector()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#toBlockVector()"
          },
          {
            "kind": "METHOD",
            "name": "toLocation(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/Vector.html#toLocation(World,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#toString()"
          },
          {
            "kind": "FIELD",
            "name": "x",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#x"
          },
          {
            "kind": "FIELD",
            "name": "y",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#y"
          },
          {
            "kind": "FIELD",
            "name": "z",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#z"
          },
          {
            "kind": "METHOD",
            "name": "zero()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html#zero()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/Vector.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/io/BukkitObjectInputStream.html#BukkitObjectInputStream()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BukkitObjectInputStream(InputStream)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "in"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/util/io/BukkitObjectInputStream.html#resolveObject(Object)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/io/BukkitObjectInputStream.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.io.BukkitObjectOutputStream",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BukkitObjectOutputStream()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/io/BukkitObjectOutputStream.html#BukkitObjectOutputStream()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BukkitObjectOutputStream(OutputStream)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "out"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/io/BukkitObjectOutputStream.html#replaceObject(Object)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/io/BukkitObjectOutputStream.html"
      },
      {
        "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.15.1/org/bukkit/util/io/Wrapper.html#Wrapper(T)"
          },
          {
            "kind": "FIELD",
            "name": "map",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/io/Wrapper.html#map"
          },
          {
            "kind": "METHOD",
            "name": "newWrapper(ConfigurationSerializable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/io/Wrapper.html#newWrapper(ConfigurationSerializable)"
          },
          {
            "kind": "FIELD",
            "name": "serialVersionUID",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/io/Wrapper.html#serialVersionUID"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/io/Wrapper.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/noise/NoiseGenerator.html#NoiseGenerator()"
          },
          {
            "kind": "METHOD",
            "name": "fade(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/noise/NoiseGenerator.html#noise(double,int,double,double,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "offsetX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/NoiseGenerator.html#offsetX"
          },
          {
            "kind": "FIELD",
            "name": "offsetY",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/NoiseGenerator.html#offsetY"
          },
          {
            "kind": "FIELD",
            "name": "offsetZ",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/NoiseGenerator.html#offsetZ"
          },
          {
            "kind": "FIELD",
            "name": "perm",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/NoiseGenerator.html#perm"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/noise/OctaveGenerator.html#OctaveGenerator(NoiseGenerator...)"
          },
          {
            "kind": "METHOD",
            "name": "getOctaves()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/OctaveGenerator.html#getOctaves()"
          },
          {
            "kind": "METHOD",
            "name": "getXScale()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/OctaveGenerator.html#getXScale()"
          },
          {
            "kind": "METHOD",
            "name": "getYScale()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/OctaveGenerator.html#getYScale()"
          },
          {
            "kind": "METHOD",
            "name": "getZScale()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/noise/OctaveGenerator.html#noise(double,double,double,double,double,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "octaves",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/OctaveGenerator.html#octaves"
          },
          {
            "kind": "METHOD",
            "name": "setScale(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "scale"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/noise/OctaveGenerator.html#setZScale(double)"
          },
          {
            "kind": "FIELD",
            "name": "xScale",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/OctaveGenerator.html#xScale"
          },
          {
            "kind": "FIELD",
            "name": "yScale",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/OctaveGenerator.html#yScale"
          },
          {
            "kind": "FIELD",
            "name": "zScale",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/OctaveGenerator.html#zScale"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/noise/PerlinNoiseGenerator.html#PerlinNoiseGenerator()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PerlinNoiseGenerator(Random)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rand"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/org/bukkit/util/noise/PerlinNoiseGenerator.html#PerlinNoiseGenerator(long)"
          },
          {
            "kind": "METHOD",
            "name": "getInstance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/PerlinNoiseGenerator.html#getInstance()"
          },
          {
            "kind": "METHOD",
            "name": "getNoise(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/noise/PerlinNoiseGenerator.html#getNoise(double,int,double,double)"
          },
          {
            "kind": "FIELD",
            "name": "grad3",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/PerlinNoiseGenerator.html#grad3"
          },
          {
            "kind": "FIELD",
            "name": "instance",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/noise/PerlinNoiseGenerator.html#noise(double,double,double)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/noise/PerlinOctaveGenerator.html#createOctaves(Random,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/noise/SimplexNoiseGenerator.html#F2"
          },
          {
            "kind": "FIELD",
            "name": "F3",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/SimplexNoiseGenerator.html#F3"
          },
          {
            "kind": "FIELD",
            "name": "F4",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/SimplexNoiseGenerator.html#F4"
          },
          {
            "kind": "FIELD",
            "name": "G2",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/SimplexNoiseGenerator.html#G2"
          },
          {
            "kind": "FIELD",
            "name": "G22",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/SimplexNoiseGenerator.html#G22"
          },
          {
            "kind": "FIELD",
            "name": "G3",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/SimplexNoiseGenerator.html#G3"
          },
          {
            "kind": "FIELD",
            "name": "G4",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/SimplexNoiseGenerator.html#G4"
          },
          {
            "kind": "FIELD",
            "name": "G42",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/SimplexNoiseGenerator.html#G42"
          },
          {
            "kind": "FIELD",
            "name": "G43",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/SimplexNoiseGenerator.html#G43"
          },
          {
            "kind": "FIELD",
            "name": "G44",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/SimplexNoiseGenerator.html#G44"
          },
          {
            "kind": "FIELD",
            "name": "SQRT_3",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/SimplexNoiseGenerator.html#SQRT_3"
          },
          {
            "kind": "FIELD",
            "name": "SQRT_5",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/SimplexNoiseGenerator.html#SQRT_5"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SimplexNoiseGenerator()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/SimplexNoiseGenerator.html#SimplexNoiseGenerator()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SimplexNoiseGenerator(Random)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rand"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/noise/SimplexNoiseGenerator.html#dot(Array,double,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getInstance()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/SimplexNoiseGenerator.html#getInstance()"
          },
          {
            "kind": "METHOD",
            "name": "getNoise(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "xin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/noise/SimplexNoiseGenerator.html#getNoise(double,double,double,double)"
          },
          {
            "kind": "FIELD",
            "name": "grad4",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/SimplexNoiseGenerator.html#grad4"
          },
          {
            "kind": "FIELD",
            "name": "instance",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/noise/SimplexNoiseGenerator.html#noise(double,double,double,double)"
          },
          {
            "kind": "FIELD",
            "name": "offsetW",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/SimplexNoiseGenerator.html#offsetW"
          },
          {
            "kind": "FIELD",
            "name": "simplex",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/SimplexNoiseGenerator.html#simplex"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/noise/SimplexOctaveGenerator.html#createOctaves(Random,int)"
          },
          {
            "kind": "METHOD",
            "name": "getWScale()",
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/noise/SimplexOctaveGenerator.html#setWScale(double)"
          },
          {
            "kind": "FIELD",
            "name": "wScale",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/SimplexOctaveGenerator.html#wScale"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/noise/SimplexOctaveGenerator.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/permissions/BroadcastPermissions.html#BroadcastPermissions()"
          },
          {
            "kind": "FIELD",
            "name": "PREFIX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/permissions/BroadcastPermissions.html#PREFIX"
          },
          {
            "kind": "FIELD",
            "name": "ROOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/permissions/BroadcastPermissions.html#ROOT"
          },
          {
            "kind": "METHOD",
            "name": "registerPermissions(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "parent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/permissions/BroadcastPermissions.html#registerPermissions(Permission)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/permissions/CommandPermissions.html#CommandPermissions()"
          },
          {
            "kind": "FIELD",
            "name": "PREFIX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/permissions/CommandPermissions.html#PREFIX"
          },
          {
            "kind": "FIELD",
            "name": "ROOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/permissions/CommandPermissions.html#ROOT"
          },
          {
            "kind": "METHOD",
            "name": "registerPermissions(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "parent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/permissions/CommandPermissions.html#registerPermissions(Permission)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/bukkit/util/permissions/DefaultPermissions.html#DefaultPermissions()"
          },
          {
            "kind": "FIELD",
            "name": "LEGACY_PREFIX",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/permissions/DefaultPermissions.html#LEGACY_PREFIX"
          },
          {
            "kind": "FIELD",
            "name": "ROOT",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/permissions/DefaultPermissions.html#ROOT"
          },
          {
            "kind": "METHOD",
            "name": "registerCorePermissions()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/permissions/DefaultPermissions.html#registerCorePermissions()"
          },
          {
            "kind": "METHOD",
            "name": "registerPermission(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/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.15.1/org/bukkit/util/permissions/DefaultPermissions.html#registerPermission(String,String,PermissionDefault,Permission)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/bukkit/util/permissions/DefaultPermissions.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/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.15.1/org/spigotmc/CustomTimingsHandler.html#CustomTimingsHandler(String)"
          },
          {
            "kind": "FIELD",
            "name": "getCallerClass",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/CustomTimingsHandler.html#getCallerClass"
          },
          {
            "kind": "FIELD",
            "name": "handler",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/CustomTimingsHandler.html#handler"
          },
          {
            "kind": "METHOD",
            "name": "startTiming()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/CustomTimingsHandler.html#startTiming()"
          },
          {
            "kind": "METHOD",
            "name": "stopTiming()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/CustomTimingsHandler.html#stopTiming()"
          },
          {
            "kind": "FIELD",
            "name": "sunReflectAvailable",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/CustomTimingsHandler.html#sunReflectAvailable"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/CustomTimingsHandler.html",
        "deprecated": {
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.spigotmc.event.entity",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.spigotmc.event.entity.EntityDismountEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityDismountEvent(Entity,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dismounted"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityDismountEvent.html#EntityDismountEvent(Entity,Entity)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityDismountEvent(Entity,Entity,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dismounted"
              },
              {
                "kind": "PARAMETER",
                "name": "isCancellable"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityDismountEvent.html#EntityDismountEvent(Entity,Entity,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityDismountEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "dismounted",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityDismountEvent.html#dismounted"
          },
          {
            "kind": "METHOD",
            "name": "getDismounted()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityDismountEvent.html#getDismounted()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityDismountEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityDismountEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityDismountEvent.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "isCancellable",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityDismountEvent.html#isCancellable"
          },
          {
            "kind": "METHOD",
            "name": "isCancellable()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityDismountEvent.html#isCancellable()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityDismountEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityDismountEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityDismountEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.spigotmc.event.entity.EntityMountEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityMountEvent(Entity,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mount"
              },
              {
                "kind": "PARAMETER",
                "name": "what"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityMountEvent.html#EntityMountEvent(Entity,Entity)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityMountEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityMountEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityMountEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMount()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityMountEvent.html#getMount()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityMountEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityMountEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "mount",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityMountEvent.html#mount"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityMountEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/EntityMountEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/entity/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.spigotmc.event.player",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.spigotmc.event.player.PlayerSpawnLocationEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerSpawnLocationEvent(Player,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spawnLocation"
              },
              {
                "kind": "PARAMETER",
                "name": "who"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/player/PlayerSpawnLocationEvent.html#PlayerSpawnLocationEvent(Player,Location)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/player/PlayerSpawnLocationEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/player/PlayerSpawnLocationEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnLocation()",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/player/PlayerSpawnLocationEvent.html#getSpawnLocation()"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/player/PlayerSpawnLocationEvent.html#handlers"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/player/PlayerSpawnLocationEvent.html#setSpawnLocation(Location)"
          },
          {
            "kind": "FIELD",
            "name": "spawnLocation",
            "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/player/PlayerSpawnLocationEvent.html#spawnLocation"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/player/PlayerSpawnLocationEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.15.1/org/spigotmc/event/player/package-summary.html"
  }
]
