程序包 | 说明 |
---|---|
org.bukkit |
Bukkit的常用类.
|
org.bukkit.block |
用于操作在
世界 内的三位像素(方块),包括一些特定的状态. |
org.bukkit.entity |
为在
世界 内存在的非三维像素单位(实体)提供的接口,包含玩家、怪物、抛射物等. |
org.bukkit.entity.minecart |
为不同种类的
矿车 提供的接口. |
org.bukkit.metadata |
用于提供在每种Minecraft概念上的插件指定数据的数据层.
|
类和说明 |
---|
Metadatable
This interface is implemented by all objects that can provide metadata
about themselves.
|
类和说明 |
---|
Metadatable
This interface is implemented by all objects that can provide metadata
about themselves.
|
类和说明 |
---|
Metadatable
This interface is implemented by all objects that can provide metadata
about themselves.
|
类和说明 |
---|
Metadatable
This interface is implemented by all objects that can provide metadata
about themselves.
|
类和说明 |
---|
LazyMetadataValue
The LazyMetadataValue class implements a type of metadata that is not
computed until another plugin asks for it.
|
LazyMetadataValue.CacheStrategy
Describes possible caching strategies for metadata.
|
MetadataValue |
MetadataValueAdapter
Optional base class for facilitating MetadataValue implementations.
|