Uses of Class
org.rspeer.game.provider.callback.GameLogic.ClientAccess
Packages that use GameLogic.ClientAccess
-
Uses of GameLogic.ClientAccess in org.rspeer.game
Methods in org.rspeer.game that return GameLogic.ClientAccessModifier and TypeMethodDescriptionstatic GameLogic.ClientAccessGame.lockClientAccess()static GameLogic.ClientAccessGame.tryLockClientAccess() -
Uses of GameLogic.ClientAccess in org.rspeer.game.provider.callback
Methods in org.rspeer.game.provider.callback that return GameLogic.ClientAccessModifier and TypeMethodDescriptionstatic GameLogic.ClientAccessGameLogic.lockClientAccess()Blocks until exclusive game-state access is available.static GameLogic.ClientAccessGameLogic.tryLockClientAccess()Attempts to acquire exclusive game-state access without waiting.