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 TypeMethodDescriptionboolean
Checks if the policy is valid or notboolean
Checks if the Order obeys the policyboolean
Checks if the policy is being followedboolean
PolicyManager.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 TypeClassDescriptionclass
Represents the Advance Orderclass
Airlift order Used to move army units from a player owned country to another even when they aren't neighborsclass
class
This class represents the Bomb Card Orderclass
This class represents the Deploy Orderclass
Represents 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 TypeMethodDescriptionvoid
BasePlayer.setCurrentOrder
(Order p_currentOrder) Setter method for player current order