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. |
org.bukkit.event.server |
Events relating to programmatic state
changes on the server. |
org.bukkit.inventory.meta |
The interfaces used when manipulating extra data can can be stored inside
item stacks . |
org.bukkit.map |
Classes to facilitate plugin handling of
map displays. |
Class and Description |
---|
MapCursor.Type
Represents the standard types of map cursors.
|
MapView
Represents a map item.
|
Class and Description |
---|
MapView
Represents a map item.
|
Class and Description |
---|
MapView
Represents a map item.
|
Class and Description |
---|
MapView
Represents a map item.
|
Class and Description |
---|
MapCanvas
Represents a canvas for drawing to a map.
|
MapCursor
Represents a cursor on a map.
|
MapCursor.Type
Represents the standard types of map cursors.
|
MapCursorCollection
Represents all the map cursors on a
MapCanvas . |
MapFont
Represents a bitmap font drawable to a map.
|
MapFont.CharacterSprite
Represents the graphics for a single character in a MapFont.
|
MapRenderer
Represents a renderer for a map.
|
MapView
Represents a map item.
|
MapView.Scale
An enum representing all possible scales a map can be set to.
|
MinecraftFont
Represents the built-in Minecraft font.
|
Copyright © 2021. All rights reserved.