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

Type Parameters:
P - the generic type
All Known Subinterfaces:
PlayerAccessor.PlayerProperty<P>
Enclosing interface:
PlayerAccessor<P extends Player<P,?>>

public static interface PlayerAccessor.PlayerMutator<P extends Player<P,?>>
Provides a mutator for a player property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setPlayer(P aPlayer)
    Sets the player for the player property.
  • Method Details

    • setPlayer

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