Uses of Interface
org.bukkit.help.HelpTopicFactory
Package
Description
Classes used to manipulate the default command and topic assistance system.
-
Uses of HelpTopicFactory in org.bukkit.help
Modifier and TypeMethodDescriptionvoid
HelpMap.registerHelpTopicFactory
(@NotNull Class<?> commandClass, @NotNull HelpTopicFactory<?> factory) Associates aHelpTopicFactory
object with given command base class.