resolve

fun resolve(player: Player, settings: ThrottleSettings): ThrottleQuota

Quota for a live player.


fun resolve(uuid: UUID?, settings: ThrottleSettings, online: (UUID) -> Player?): ThrottleQuota

Quota for an actor identified only by uuid — used on the despawn hot path, where the thrower may well be offline. online is the player lookup (injected so tests need no server).