The java mage.game.permanent.Permanent.getName method is a part of the Java library that belongs to the mage.game.permanent package. This method is used to retrieve the name of a permanent in a card game. A permanent refers to a card that has been played onto the battlefield and remains there unless it is destroyed or removed from the game. The getName method allows programmers to access the name of a permanent, which is typically used for display purposes, interaction with other game mechanics, or any other functionality that requires the name of the card.
Java Permanent.getName - 19 examples found. These are the top rated real world Java examples of mage.game.permanent.Permanent.getName extracted from open source projects. You can rate examples to help us improve the quality of examples.