P - the generic typePlayerAccessor.PlayerProperty<P>, PlayerAccessor.PlayerPropertyBuilder<P>, PlayerAddedEvent<P,S>, PlayerRemovedEvent<P,S>AbstractCheckerboardEvent.AbstractPlayerCheckerboardEvent, PlayerAddedEventImpl, PlayerRemovedEventImplpublic interface PlayerAccessor<P extends Player<P,?>>
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
PlayerAccessor.PlayerBuilder<P extends Player<P,?>,B extends PlayerAccessor.PlayerBuilder<P,B>> |
Provides a builder method for a player property returning the builder for
applying multiple build operations.
|
static interface |
PlayerAccessor.PlayerMutator<P extends Player<P,?>> |
Provides a mutator for a player property.
|
static interface |
PlayerAccessor.PlayerProperty<P extends Player<P,?>> |
Provides a player property.
|
static interface |
PlayerAccessor.PlayerPropertyBuilder<P extends Player<P,?>> |
Provides a player property builder.
|
| Modifier and Type | Method | Description |
|---|---|---|
P |
getPlayer() |
Retrieves the player from the player property.
|
P getPlayer()
Copyright © 2018. All rights reserved.