Package | Description |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.bukkit.command |
Classes relating to handling specialized non-chat player input.
|
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
org.bukkit.entity.minecart |
Interfaces for various
Minecart types. |
org.bukkit.permissions |
Classes dedicated to providing binary state properties to players.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OfflinePlayer |
Modifier and Type | Interface and Description |
---|---|
interface |
BlockCommandSender |
interface |
CommandSender |
interface |
ConsoleCommandSender |
interface |
RemoteConsoleCommandSender |
Modifier and Type | Interface and Description |
---|---|
interface |
HumanEntity
Represents a human entity, such as an NPC or a player
|
interface |
Player
Represents a player, connected or not
|
Modifier and Type | Interface and Description |
---|---|
interface |
CommandMinecart |
Modifier and Type | Interface and Description |
---|---|
interface |
Permissible
Represents an object that may be assigned permissions
|
Modifier and Type | Class and Description |
---|---|
class |
PermissibleBase
Base Permissible for use in any Permissible object via proxy or extension
|
Constructor and Description |
---|
PermissibleBase(ServerOperator opable) |
Copyright © 2014. All rights reserved.