89909192939495
this.manaCosts = new ManaCostsImpl<ManaCost>(); this.costs = new CostsImpl<Cost>(); this.optionalCosts = new CostsImpl<Cost>(); this.effects = new Effects(); this.targets = new Targets(); this.choices = new Choices(); }
4546474849505152
protected Effects effects; public Mode() { this.id = UUID.randomUUID(); this.targets = new Targets(); this.choices = new Choices(); this.effects = new Effects(); }
408409410411412413414415416417418
* * @return available items component */ protected Component newChoicesComponent() { return new Choices("choices", this) { private static final long serialVersionUID = 1L; protected Map getAdditionalAttributes(Object choice) {
394395396397398399400401402403404
425426427428429430431432433434435
* * @return available items component */ protected Component newChoicesComponent() { return new Choices("choices", this) { private static final long serialVersionUID = 1L; @Override protected Map getAdditionalAttributes(Object choice)
391392393394395396397398399400401