- needsFood() - Method in class starvationevasion.client.GUIOrig.DraftLayout.hand.ClientPolicyCard
-
returns bool if card needs food
- needsRegion() - Method in class starvationevasion.client.GUIOrig.DraftLayout.hand.ClientPolicyCard
-
returns bool if region needs food
- nextTurn(ArrayList<PolicyCard>) - Method in class starvationevasion.sim.Simulator
-
The Server should call nextTurn(cards) when it is ready to advance the simulator
a turn (Constant.YEARS_PER_TURN years).
Before calling nextTurn, the Server must:
Verify all policy cards drafted by the clients during the draft phase.
Verify that any cards discarded by a player could be discarded.
Call discard on each card discarded by a player.
End the voting phase and decide the results.
Call discard on each card that did not receive enough votes.
Call drawCards for each player and send them their new cards.
- nightTemp - Variable in class starvationevasion.sim.CropZoneData
-
- NO_DATA - Static variable in class starvationevasion.sim.TileManager
-
- NOISE_RADIUS - Static variable in class starvationevasion.sim.TileManager
-
- NON_CROP_FOODS - Static variable in enum starvationevasion.common.EnumFood
-
Array of all non-crop foods used in game.
- NONCE_SIZE - Static variable in interface starvationevasion.server.model.Encryptable
-
- nonceAlphabet - Static variable in interface starvationevasion.server.model.Encryptable
-
I would like to use a asymmetric encryption
client generates a pair of public/private keys and sends the public key to the server
more info here https://docs.oracle.com/javase/tutorial/security/apisign/step2.html
server uses the public key to encrypt some secret key and sends it back to the client (secrete is generated in this class as well as encry.
- NORTHERN_CRESCENT - Static variable in interface starvationevasion.client.Logic.geography.MapConstants
-
- NORTHERN_CRESCENT_COLOR - Static variable in interface starvationevasion.client.Logic.geography.MapConstants
-
- NORTHERN_PLAINS - Static variable in interface starvationevasion.client.Logic.geography.MapConstants
-
- NORTHERN_PLAINS_COLOR - Static variable in interface starvationevasion.client.Logic.geography.MapConstants
-