Package org.refcodes.checkerboard
Interface CheckerboardAccessor.CheckerboardMutator<P extends Player<P,S>,S>
-
- Type Parameters:
P
- the generic typeS
- the generic type
- All Known Subinterfaces:
CheckerboardAccessor.CheckerboardProperty<P,S>
public static interface CheckerboardAccessor.CheckerboardMutator<P extends Player<P,S>,S>
Provides a mutator for a player property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setCheckerboard(Checkerboard<P,S> aCheckerboard)
Sets the player for the player property.
-
-
-
Method Detail
-
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.
-
-