P - the generic typeS - the generic typepublic abstract static class AbstractCheckerboardEvent.AbstractPlayerCheckerboardEvent<P extends Player<P,S>,S> extends AbstractCheckerboardEvent<P,S> implements PlayerAccessor<P>
AbstractCheckerboardEvent.AbstractPlayerCheckerboardEvent<P extends Player<P,S>,S>PlayerAccessor.PlayerBuilder<P extends Player<P,?>,B extends PlayerAccessor.PlayerBuilder<P,B>>, PlayerAccessor.PlayerMutator<P extends Player<P,?>>, PlayerAccessor.PlayerProperty<P extends Player<P,?>>, PlayerAccessor.PlayerPropertyBuilder<P extends Player<P,?>>org.refcodes.mixin.SourceAccessor.SourceMutator<SRC>, org.refcodes.mixin.SourceAccessor.SourceProperty<SRC>org.refcodes.mixin.ActionAccessor.ActionBuilder<A,B extends org.refcodes.mixin.ActionAccessor.ActionBuilder<A,B>>, org.refcodes.mixin.ActionAccessor.ActionMutator<A>, org.refcodes.mixin.ActionAccessor.ActionProperty<A>| Constructor and Description |
|---|
AbstractPlayerCheckerboardEvent(CheckerboardAction aAction,
P aPlayer,
Checkerboard<P,S> aSource)
Instantiates a new abstract player checkerboard event.
|
| Modifier and Type | Method and Description |
|---|---|
P |
getPlayer()
Gets the player.
|
getAction, getSource, toStringpublic AbstractPlayerCheckerboardEvent(CheckerboardAction aAction, P aPlayer, Checkerboard<P,S> aSource)
aAction - the actionaPlayer - the playeraSource - The according source (origin).Copyright © 2018. All rights reserved.