RuneHive-Game
Loading...
Searching...
No Matches
com.runehive.game.action.policy.QueuePolicy Enum Reference

A queue policy determines when the clients should queue up actions. More...

Public Attributes

 ALWAYS
 This indicates actions will always be queued.
 NEVER
 This indicates actions will never be queued.

Detailed Description

A queue policy determines when the clients should queue up actions.

Author
Graham Edgecombe

Definition at line 8 of file QueuePolicy.java.

Member Data Documentation

◆ ALWAYS

com.runehive.game.action.policy.QueuePolicy.ALWAYS

This indicates actions will always be queued.

Definition at line 11 of file QueuePolicy.java.

◆ NEVER

com.runehive.game.action.policy.QueuePolicy.NEVER

This indicates actions will never be queued.

Definition at line 14 of file QueuePolicy.java.


The documentation for this enum was generated from the following file: