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.
-
Uses of Hook in de.marcely.bedwars.api.hook
Subinterfaces of Hook in de.marcely.bedwars.api.hookModifier and TypeInterfaceDescriptioninterfaceRepresents a hook that is used to interact with the cloud system.interfaceRepresents a hook that modifies the display name of a player.interfaceRepresents 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