Remove usage of Optional
This commit is contained in:
@@ -281,5 +281,5 @@ public interface Player extends CommandSource, Identified, InboundConnection,
|
||||
*
|
||||
* @return the player's client brand
|
||||
*/
|
||||
Optional<String> getClientBrand();
|
||||
@Nullable String getClientBrand();
|
||||
}
|
||||
|
Reference in New Issue
Block a user