Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-19 14:30:17 +01:00
oops
Dieser Commit ist enthalten in:
Ursprung
d4ab388258
Commit
fd2c242230
@ -25,7 +25,7 @@
|
||||
|
||||
package org.geysermc.geyser.api.network;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.checkerframework.checker.nullness.qual.NonNull;
|
||||
|
||||
/**
|
||||
* Represents the Java server that Geyser is connecting to.
|
||||
@ -65,6 +65,6 @@ public interface RemoteServer {
|
||||
*
|
||||
* @return the auth type required by the remote server
|
||||
*/
|
||||
@NotNull
|
||||
@NonNull
|
||||
AuthType authType();
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren