Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
Modifier and Type | Interface | Description |
---|---|---|
interface |
Server |
Represents a server implementation.
|
interface |
World |
Represents a world, which may contain entities, chunks and blocks
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
Player |
Represents a player, connected or not
|
Copyright © 2020. All rights reserved.