Interface PlayerAccessor.PlayerMutator<P extends Player<P,?>>

    • Method Detail

      • setPlayer

        void setPlayer​(P aPlayer)
        Sets the player for the player property.
        Parameters:
        aPlayer - The player to be stored by the player property.