[ci skip] Fix various compile warnings (#6264)
This commit is contained in:
parent
a67959e131
commit
e4ecf6ce87
9 changed files with 65 additions and 20 deletions
|
@ -27,6 +27,7 @@ import org.jetbrains.annotations.NotNull;
|
|||
* If your logic is not safe to run asynchronously, only react to the synchronous version.
|
||||
* @deprecated Draft API - Subject to change until confirmed solves desired use cases
|
||||
*/
|
||||
@Deprecated
|
||||
public class AsyncPlayerSendCommandsEvent <S extends BukkitBrigadierCommandSource> extends PlayerEvent {
|
||||
|
||||
private static final HandlerList handlers = new HandlerList();
|
||||
|
|
|
@ -21,6 +21,7 @@ import org.jetbrains.annotations.NotNull;
|
|||
*
|
||||
* @deprecated Draft API - Subject to change until confirmed solves desired use cases
|
||||
*/
|
||||
@Deprecated
|
||||
public class CommandRegisteredEvent <S extends BukkitBrigadierCommandSource> extends ServerEvent implements Cancellable {
|
||||
|
||||
private static final HandlerList handlers = new HandlerList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue