Skip to content

Categorizables

Daniel Saukel edited this page Oct 13, 2020 · 2 revisions

Categorizable is the parent class of most of Caliburn's structures. Tree:

  • Categorizable
    • Category: This is more or less what tags in Vanilla Minecraft are
    • ExItem: The parent class of all items
      • VanillaItem: An item that exists in Vanilla Minecraft
      • CustomItem: A custom item that is not represented by org.bukkit.Material, but only by Caliburn
    • ExMob: The parent class of all mobs
      • VanillaMob: A mob that exists in Vanilla Minecraft
      • CustomMob: A custom item that is not represented by org.bukkit.entity.EntityType, but by Caliburn