パッケージ | 説明 |
---|---|
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.plugin |
Classes specifically relating to loading software modules at runtime.
|
org.bukkit.plugin.java |
Classes for handling
plugins written in
java. |
修飾子とタイプ | メソッドと説明 |
---|---|
static Server |
Bukkit.getServer()
Gets the current
Server singleton |
修飾子とタイプ | メソッドと説明 |
---|---|
static void |
Bukkit.setServer(Server server)
Attempts to set the
Server singleton. |
修飾子とタイプ | メソッドと説明 |
---|---|
Server |
CommandSender.getServer()
Returns the server instance that this command is running on
|
コンストラクタと説明 |
---|
SimpleCommandMap(Server server) |
修飾子とタイプ | メソッドと説明 |
---|---|
Server |
Entity.getServer()
Gets the
Server that contains this Entity |
修飾子とタイプ | メソッドと説明 |
---|---|
Server |
Plugin.getServer()
Returns the Server instance currently running this plugin
|
コンストラクタと説明 |
---|
SimplePluginManager(Server instance,
SimpleCommandMap commandMap) |
修飾子とタイプ | メソッドと説明 |
---|---|
Server |
JavaPlugin.getServer()
Returns the Server instance currently running this plugin
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
JavaPlugin.initialize(PluginLoader loader,
Server server,
PluginDescriptionFile description,
File dataFolder,
File file,
ClassLoader classLoader)
非推奨です。
This method is legacy and will be removed - it must be
replaced by the specially provided constructor(s).
|
コンストラクタと説明 |
---|
JavaPlugin(PluginLoader loader,
Server server,
PluginDescriptionFile description,
File dataFolder,
File file)
非推奨です。
This method is intended for unit testing purposes when the
other constructor cannot be used.
Its existence may be temporary. |
JavaPluginLoader(Server instance)
非推奨です。
|
Copyright © 2016. All rights reserved.