Package apple.gamekit

Class GKPlayer

    • Constructor Detail

      • GKPlayer

        protected GKPlayer​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • alloc

        public static GKPlayer alloc()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • anonymousGuestPlayerWithIdentifier

        public static java.lang.Object anonymousGuestPlayerWithIdentifier​(java.lang.String guestIdentifier)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • loadPlayersForIdentifiersWithCompletionHandler

        public static void loadPlayersForIdentifiersWithCompletionHandler​(NSArray<java.lang.String> identifiers,
                                                                          GKPlayer.Block_loadPlayersForIdentifiersWithCompletionHandler completionHandler)
        Load the Game Center players for the playerIDs provided. Error will be nil on success. Possible reasons for error: 1. Unauthenticated local player 2. Communications failure 3. Invalid player identifier
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • version_static

        public static long version_static()
      • alias

        public java.lang.String alias()
        The alias property contains the player's nickname. When you need to display the name to the user, consider using displayName instead. The nickname is unique but not invariant: the player may change their nickname. The nickname may be very long, so be sure to use appropriate string truncation API when drawing.
      • displayName

        public java.lang.String displayName()
        This is player's alias to be displayed. The display name may be very long, so be sure to use appropriate string truncation API when drawing.
        Overrides:
        displayName in class GKBasePlayer
      • guestIdentifier

        public java.lang.String guestIdentifier()
      • isFriend

        @Deprecated
        public boolean isFriend()
        Deprecated.
        True if this player is a friend of the local player
      • gamePlayerID

        public java.lang.String gamePlayerID()
        This is the local player's unique and persistent ID that is scoped to this application. For non-local players, this ID is unique for this instantiation of this app.
      • scopedIDsArePersistent

        public boolean scopedIDsArePersistent()
        This convenience method checks if the gamePlayerID and the teamPlayerID (scopedIDs) are persistent or unique for the instantiation of this app.
      • teamPlayerID

        public java.lang.String teamPlayerID()
        This is the local player's unique and persistent ID that is scoped to the Apple Store Connect Team identifier of this application. For non-local players, this ID is unique for this instantiation of this app.
      • isInvitable

        public boolean isInvitable()
        This convenience method checks if you can invite the player to multiplayer game.