Uses of Class
org.bitsquad.warzone.order.Order
Packages that use Order
Package
Description
-
Uses of Order in org.bitsquad.warzone.gameengine.policy
Methods in org.bitsquad.warzone.gameengine.policy with parameters of type OrderModifier and TypeMethodDescriptionbooleanChecks if the policy is valid or notbooleanChecks if the Order obeys the policybooleanChecks if the policy is being followedbooleanPolicyManager.checkPolicies(Order p_order) Checks if the order satisfies all the policies -
Uses of Order in org.bitsquad.warzone.order
Subclasses of Order in org.bitsquad.warzone.orderModifier and TypeClassDescriptionclassRepresents the Advance OrderclassAirlift order Used to move army units from a player owned country to another even when they aren't neighborsclassclassThis class represents the Bomb Card OrderclassThis class represents the Deploy OrderclassRepresents the Negotiate Card Order -
Uses of Order in org.bitsquad.warzone.player
Fields in org.bitsquad.warzone.player declared as OrderFields in org.bitsquad.warzone.player with type parameters of type OrderMethods in org.bitsquad.warzone.player that return OrderModifier and TypeMethodDescriptionBasePlayer.getCurrentOrder()Getter method for player current orderBasePlayer.nextOrder()Get the next order in the order listMethods in org.bitsquad.warzone.player that return types with arguments of type OrderMethods in org.bitsquad.warzone.player with parameters of type OrderModifier and TypeMethodDescriptionvoidBasePlayer.setCurrentOrder(Order p_currentOrder) Setter method for player current order