PlayerLookupService
Der PlayerLookupService ist auf allen Platformen verfügbar und hilft dabei, Minecraft Namen oder UUIDs herrauszufinden.
import dev.slne.surf.surfapi.core.api.service.PlayerLookupService
val playerName: String? = PlayerLookupService.getUsername(playerUuid)import dev.slne.surf.surfapi.core.api.service.PlayerLookupService
import java.util.UUID
val playerUuid: UUID? = PlayerLookupService.getUsername(playerName)Last updated
Was this helpful?

