3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00
Dieser Commit ist enthalten in:
Andrew Steinborn 2018-08-24 21:16:48 -04:00
Ursprung afb6e69388
Commit 5389ec1baf

Datei anzeigen

@ -6,7 +6,6 @@ import com.velocitypowered.api.proxy.InboundConnection;
import net.kyori.text.Component; import net.kyori.text.Component;
import org.checkerframework.checker.nullness.qual.NonNull; import org.checkerframework.checker.nullness.qual.NonNull;
import org.checkerframework.checker.nullness.qual.Nullable; import org.checkerframework.checker.nullness.qual.Nullable;
@ -55,7 +54,7 @@ public class PreLoginEvent implements ResultedEvent<PreLoginEvent.PreLoginCompon
/** /**
* Represents an "allowed/allowed with online mode/denied" result with a reason allowed for denial. * Represents an "allowed/allowed with online mode/denied" result with a reason allowed for denial.
*/ */
public static class PreLoginComponentResult extends ComponentResult { public static class PreLoginComponentResult extends ResultedEvent.ComponentResult {
private static final PreLoginComponentResult ALLOWED = new PreLoginComponentResult((Component) null); private static final PreLoginComponentResult ALLOWED = new PreLoginComponentResult((Component) null);
private static final PreLoginComponentResult FORCE_ONLINEMODE = new PreLoginComponentResult(true); private static final PreLoginComponentResult FORCE_ONLINEMODE = new PreLoginComponentResult(true);