3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-11-16 21:10:30 +01:00
Dieser Commit ist enthalten in:
lexikiq 2021-06-12 20:04:20 -04:00
Ursprung 5c424c1da7
Commit fe5809fdc1
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: AE6C11E94FDBB116

Datei anzeigen

@ -83,6 +83,11 @@ public enum Tristate {
return this.booleanValue; return this.booleanValue;
} }
/**
* Returns the equivalent Adventure {@link TriState}.
*
* @return equivalent Adventure TriState
*/
public TriState toAdventureTriState() { public TriState toAdventureTriState() {
if (this == Tristate.TRUE) { if (this == Tristate.TRUE) {
return TriState.TRUE; return TriState.TRUE;