| Class | Description |
|---|---|
| CheckRulesVersion<T extends PixelmonPacket> |
Checks if the client's custom rules are synced with the server's.
|
| CheckRulesVersionChoosePacket |
Checks if the client's custom rules are synced with the server's before displaying the rule selection screen.
|
| CheckRulesVersionFixed |
Checks if the client's custom rules are synced with the server's before displaying the fixed rule screen.
|
| DisplayBattleQueryRulesPacket |
Displays the battle rules screen after selecting it from a battle query.
|
| ProposeBattleRulesPacket |
Proposes a set of battle rules to the other player.
|
| RequestCustomRulesUpdatePacket |
Requests for the server to update the client's custom battle rules.
|
| SetProposedRulesPacket |
Updates a player with rules proposed by the other player.
|
| UpdateBattleQueryRulesPacket |
Updates the state of the battle rules screen.
|
| UpdateClientRulesPacket |
Updates a client with the current set of custom battle rules.
|