Package | Description |
---|---|
org.bukkit |
More generalized classes in the API.
|
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 | Description |
---|---|
HelpMap |
The HelpMap tracks all help topics registered in a Bukkit server.
|
Class | Description |
---|---|
HelpTopic |
HelpTopic implementations are displayed to the user when the user uses the
/help command.
|
Class | 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 © 2019. All rights reserved.