Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.command.defaults |
Commands for emulating the Minecraft commands and other necessary ones for
use by a Bukkit implementation.
|
org.bukkit.help |
Classes used to manipulate the default command and topic assistance system.
|
Class and Description |
---|
HelpMap
The HelpMap tracks all help topics registered in a Bukkit server.
|
Class and Description |
---|
HelpTopic
HelpTopic implementations are displayed to the user when the user uses the
/help command.
|
Class and Description |
---|
HelpTopic
HelpTopic implementations are displayed to the user when the user uses the
/help command.
|
HelpTopicComparator
Used to impose a custom total ordering on help topics.
|
HelpTopicComparator.TopicNameComparator |
HelpTopicFactory
A HelpTopicFactory is used to create custom
HelpTopic objects from
commands that inherit from a common base class or have executors that
inherit from a common base class. |
Copyright © 2021. All rights reserved.