πŸ“ƒ
Wiki
  • πŸŒ‹Plugins
  • Overview
    • πŸ’‘High Quality Products
  • products
    • πŸ›οΈUltimateBedwars
      • ✨Features
      • πŸͺΆInstallation
      • πŸ“œConfiguration
      • πŸ›οΈArena
      • πŸ–±οΈCommand & Permissions
      • πŸŽ‰Party
      • πŸ–₯️For Developers
    • 🌡UltimateOneBlock
      • ✨Features
      • πŸͺΆInstallation
      • πŸ“œConfiguration
      • πŸ•‘Phase
      • πŸ§žβ€β™‚οΈGenerators
      • πŸ–±οΈCommand & Permissions
      • πŸ–₯️For Developers
    • ⛏️UltimateGuilds
      • ✨Features
      • πŸͺΆInstallation
      • πŸ“œConfiguration
      • πŸ–±οΈCommand & Permissions
      • πŸ–₯️For Developers
    • πŸ“œPlayerDataHistory
      • ✨Features
      • πŸͺΆInstallation
      • πŸ“œConfiguration
      • πŸ•ΈοΈWeb Panel
      • πŸ–±οΈCommand & Permissions
    • βš”οΈUltimateTournament
      • ✨Features
      • πŸͺΆInstallation
      • πŸ’‘Placeholders
      • πŸ“œConfiguration
      • 🀺Tournament
      • πŸ–±οΈCommand & Permissions
    • 🏒BasementLib
      • ✨Features
      • πŸ“œConfiguration
    • πŸ“‘Minedock
      • ✨Features
      • πŸͺΆInstallation
      • πŸ“œConfiguration
      • πŸ–₯️For Developers
    • πŸŽ’UltimateMatchmaking
      • ✨Features
Powered by GitBook
On this page
  • Events
  • Other

Was this helpful?

  1. products
  2. UltimateOneBlock

For Developers

Events

it.ohalee.ultimateoneblock.api.event.GeneratorDestroyEvent
it.ohalee.ultimateoneblock.api.event.GeneratorPlaceEvent
it.ohalee.ultimateoneblock.api.event.IslandDeleteEvent
it.ohalee.ultimateoneblock.api.event.NewPhaseEvent
it.ohalee.ultimateoneblock.api.event.PlayerFlyEvent
it.ohalee.ultimateoneblock.api.event.PlayerIslandEnterEvent
it.ohalee.ultimateoneblock.api.event.PlayerIslandLeaveEvent
it.ohalee.ultimateoneblock.api.event.RoleChangeEvent

Other

// Obtain the UltimateOneBlock Instance
UltimateOneBlock oneblock = (UltimateOneBlock) Bukkit.getPluginManager().getPlugin("UltimateOneBlock");

oneblock.getDatabase();
oneblock.getPlayerManager();
oneblock.getIslandManager();
oneblock.getGeneratorManager();
PreviousCommand & PermissionsNextUltimateGuilds

Last updated 11 months ago

Was this helpful?

🌡
πŸ–₯️