Code format + fix pom
This commit is contained in:
@@ -43,18 +43,18 @@ public interface PendingConnection extends Connection
|
||||
* @return the UUID
|
||||
*/
|
||||
String getUUID();
|
||||
|
||||
|
||||
/**
|
||||
* Get this connection's online mode.
|
||||
*
|
||||
* @return the online mode
|
||||
*/
|
||||
boolean isOnlineMode();
|
||||
|
||||
|
||||
/**
|
||||
* Set this connection's online mode.
|
||||
*
|
||||
* @param onlineMode
|
||||
*
|
||||
* @param onlineMode
|
||||
*/
|
||||
void setOnlineMode(boolean onlineMode);
|
||||
}
|
||||
|
@@ -14,7 +14,8 @@ import net.md_5.bungee.api.plugin.Cancellable;
|
||||
@Data
|
||||
@ToString(callSuper = false)
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
public class PreLoginEvent extends AsyncEvent<PreLoginEvent> implements Cancellable {
|
||||
public class PreLoginEvent extends AsyncEvent<PreLoginEvent> implements Cancellable
|
||||
{
|
||||
|
||||
/**
|
||||
* Cancelled state.
|
||||
@@ -34,4 +35,4 @@ public class PreLoginEvent extends AsyncEvent<PreLoginEvent> implements Cancella
|
||||
super( done );
|
||||
this.connection = connection;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -2,7 +2,6 @@ package net.md_5.bungee.api.plugin;
|
||||
|
||||
import net.md_5.bungee.api.CommandSender;
|
||||
|
||||
|
||||
public interface TabExecutor
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user