程序包的使用
org.bukkit.plugin
使用org.bukkit.plugin的程序包
程序包
说明
Bukkit的常用类.
与处理玩家输入的非聊天消息(即命令)相关的类.
致力于简化玩家与插件的直接通信的类(玩家与插件的对话,典型的场景比如操作的确认、提供插件所需数据).
为在
世界
内存在的非三维像素单位(实体)提供的接口,包含玩家、怪物、抛射物等.用于处理触发代码的执行的类.
与服务器程序状态变化有关的
事件
.用于提供在每种Minecraft概念上的插件指定数据的数据层.
用于提供玩家二态属性的类(推测二态为是管理员与不是管理员两种状态).
专门用于在运行时加载软件模组(插件)的类.
用Java编写的处理
插件
的类.用于设定插件至客户端的消息传输协议的类.
用于使
插件
以指定时间间隔运行代码的类,包括线程安全.-
类说明表示一个插件.Handles all plugin management from the ServerManages services and service providers.
-
-
-
-
-
-
-
-
类说明定义了事件调用插件的类的接口。Thrown when attempting to load an invalid PluginDescriptionFile当试图加载无效插件文件时抛出此异常.表示一个插件.Represents a concept that a plugin is aware of.Each entry here represents a particular plugin's awareness.这个类是用于储存插件plugin.yml内的数据.Represents a plugin loader, which handles direct access to specific types of pluginsRepresents the order in which a plugin should be initialized and enabledHandles all plugin management from the ServerStores relevant information for plugin listenersA registered service provider.Represents various priorities of a provider.Manages services and service providers.Thrown when attempting to load an invalid Plugin file
-
类说明Thrown when attempting to load an invalid PluginDescriptionFile当试图加载无效插件文件时抛出此异常.表示一个插件.Represents a base
Plugin
这个类是用于储存插件plugin.yml内的数据.Represents a plugin loader, which handles direct access to specific types of pluginsStores relevant information for plugin listeners -
-