The java mage.game.permanent.Permanent.destroy method is a function in the Java programming language that is used to destroy a permanent object in the game of Mage. When called, this method will remove the permanent from the game, typically due to some form of destruction effect or game rule. This function allows for the management of game elements and the continuation of gameplay without the presence of the destroyed permanent.
Java Permanent.destroy - 15 examples found. These are the top rated real world Java examples of mage.game.permanent.Permanent.destroy extracted from open source projects. You can rate examples to help us improve the quality of examples.