[ci skip] Fix various compile warnings (#6264)

This commit is contained in:
Finn Künstner 2021-07-30 01:04:26 +02:00 committed by GitHub
parent a67959e131
commit e4ecf6ce87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 65 additions and 20 deletions

View file

@ -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();

View file

@ -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();