Interface CheckerboardAccessor<P extends Player<P,S>,S>

  • Type Parameters:
    P - the generic type
    S - the generic type
    All Known Subinterfaces:
    CheckerboardAccessor.CheckerboardProperty<P,S>


    public interface CheckerboardAccessor<P extends Player<P,S>,S>
    Provides an accessor for a player property.
    • Method Detail

      • getCheckerboard

        Checkerboard<P,S> getCheckerboard​()
        Retrieves the player from the player property.
        Returns:
        The player stored by the player property.