API
How to integrate your plugin with Oraxen
Last updated
Was this helpful?
How to integrate your plugin with Oraxen
Last updated
Was this helpful?
You can find the repository and dependency notice .
Oraxen is built around an ItemsBuilder class that allows you to create items easily. When the plugin starts it parses the configurations to generate builders for each type of items. Each builder can be used to generate itemstacks.
You can use to check if an ItemStack is an OraxenItem (it will return null if OraxenID doesn't exist)
Place an OraxenBlock at a given location
Place an OraxenFurniture at a given location, optionally setting a player for rotation purposes
Oraxen allows you to add your own mechanics to the plugin, it is a little bit more complex than the rest, that's why there is a .