|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Priority | |
---|---|
net.sf.magicproject.clickable.ability | Abilities. |
net.sf.magicproject.event | Available events. |
net.sf.magicproject.xml | XML builder components : parsing xml cards/rules to build the MDB file. |
Uses of Priority in net.sf.magicproject.clickable.ability |
---|
Fields in net.sf.magicproject.clickable.ability declared as Priority | |
---|---|
Priority |
Ability.priority
The resolution selector choose the right abstract zone where an hidden ability would be added. |
Methods in net.sf.magicproject.clickable.ability that return Priority | |
---|---|
static Priority |
Priority.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Priority[] |
Priority.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of Priority in net.sf.magicproject.event |
---|
Fields in net.sf.magicproject.event with type parameters of type Priority | |
---|---|
static java.util.Map<Event,java.util.Map<Priority,java.util.List<ReplacementAbility>>> |
MEventListener.REPLACEMENT_ABILITIES
Represent all active replacement abilities of games for each event and each priority. |
Uses of Priority in net.sf.magicproject.xml |
---|
Methods in net.sf.magicproject.xml that return Priority | |
---|---|
static Priority |
XmlTools.getPriority(java.lang.String resolution)
Return the resolution code |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |