The Java method com.aionemu.gameserver.model.gameobjects.player.Player.getObjectId() retrieves the unique identifier (object ID) associated with a player object in the Aion Emulator game server model. This identifier is used to uniquely identify each player within the game world and is often utilized in various game mechanics and systems.
Java Player.getObjectId - 30 examples found. These are the top rated real world Java examples of com.aionemu.gameserver.model.gameobjects.player.Player.getObjectId extracted from open source projects. You can rate examples to help us improve the quality of examples.