| パッケージ | 説明 |
|---|---|
| org.bukkit |
More generalized classes in the API.
|
| org.bukkit.event.player |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
Warning.WarningState.printFor(Warning warning)
This method checks the provided warning should be printed for this
state
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
PlayerChatEvent
非推奨です。
This event will fire from the main thread and allows the use of
all of the Bukkit API, unlike the
AsyncPlayerChatEvent.
Listening to this event forces chat to wait for the main thread which
causes delays for chat. |
class |
PlayerPreLoginEvent
非推奨です。
This event causes synchronization from the login thread;
AsyncPlayerPreLoginEvent is preferred to keep the secondary threads
asynchronous. |
Copyright © 2016. All rights reserved.