Gets the game type as an unsigned byte identifier. The types are indicated in module sel.server.client, in the Client's class.
import sel.hncom.about; if(player.type == Client.JAVA) { log(player.username, " is on Java Edition"); }
See Implementation
Gets the game type as an unsigned byte identifier. The types are indicated in module sel.server.client, in the Client's class.