Uses of Interface
de.marcely.bedwars.api.hook.Hook
Package
Description
Classes dedicated to managing 3rd party plugins MBedwars can hook into for additional functionality.
DO NOT USE: These classes are for internal use only, and may change at any time.
-
Uses of Hook in de.marcely.bedwars.api.hook
Modifier and TypeInterfaceDescriptioninterface
Represents a hook that is used to interact with the cloud system.interface
Represents a hook that modifies the display name of a player.interface
Represents a class that hooks into a Parties system.Modifier and TypeMethodDescriptionHookAPI.getHooks()
Gets all hooks that currently are active.HookAPI.getHooksByHooked
(Plugin plugin) Get all hooks that hook into the given plugin.HookAPI.getHooksByManaging
(Plugin plugin) Get all hooks that are being managed by the given plugin.Collection
<? extends Hook> HookAPI.tryAutoHook
(Plugin plugin) Tries to let MBedwars automatically initiate a hook with a plugin. -
Uses of Hook in de.marcely.bedwars.api.unsafe