The `getControllerId` method in the `Permanent` class of the `mage.game.permanent` package in Java retrieves the unique identifier of the player who controls the permanent object. This method returns the controller's identification number, which can be used to determine which player has control over the specific permanent in the game.
Java Permanent.getControllerId - 30 examples found. These are the top rated real world Java examples of mage.game.permanent.Permanent.getControllerId extracted from open source projects. You can rate examples to help us improve the quality of examples.