Uses of Interface
de.marcely.bedwars.api.hook.Hook
Packages that use 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
Subinterfaces of Hook in de.marcely.bedwars.api.hookModifier 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.Methods in de.marcely.bedwars.api.hook that return types with arguments of type HookModifier 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.Methods in de.marcely.bedwars.api.hook with parameters of type Hook -
Uses of Hook in de.marcely.bedwars.api.unsafe
Methods in de.marcely.bedwars.api.unsafe with parameters of type Hook