Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-16 21:10:30 +01:00
Javadocs
Dieser Commit ist enthalten in:
Ursprung
5c424c1da7
Commit
fe5809fdc1
@ -83,6 +83,11 @@ public enum Tristate {
|
||||
return this.booleanValue;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the equivalent Adventure {@link TriState}.
|
||||
*
|
||||
* @return equivalent Adventure TriState
|
||||
*/
|
||||
public TriState toAdventureTriState() {
|
||||
if (this == Tristate.TRUE) {
|
||||
return TriState.TRUE;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren