Interface CheckerboardAccessor.CheckerboardMutator<P extends Player<P,​S>,​S>

Type Parameters:
P - the generic type
S - the generic type
All Known Subinterfaces:
CheckerboardAccessor.CheckerboardProperty<P,​S>
Enclosing interface:
CheckerboardAccessor<P extends Player<P,​S>,​S>

public static interface CheckerboardAccessor.CheckerboardMutator<P extends Player<P,​S>,​S>
Provides a mutator for a player property.
  • Method Summary

    Modifier and Type Method Description
    void setCheckerboard​(Checkerboard<P,​S> aCheckerboard)
    Sets the player for the player property.
  • Method Details

    • setCheckerboard

      void setCheckerboard​(Checkerboard<P,​S> aCheckerboard)
      Sets the player for the player property.
      Parameters:
      aCheckerboard - The player to be stored by the player property.