public interface PlayerAccessor<S>
Modifier and Type | Interface and Description |
---|---|
static interface |
PlayerAccessor.PlayerBuilder<S,B extends PlayerAccessor.PlayerBuilder<S,B>>
Provides a builder method for a player property returning the builder for
applying multiple build operations.
|
static interface |
PlayerAccessor.PlayerMutator<S>
Provides a mutator for a player property.
|
static interface |
PlayerAccessor.PlayerProperty<S>
Provides a player property.
|
static interface |
PlayerAccessor.PlayerPropertyBuilder<S>
Provides a player property builder.
|
Modifier and Type | Method and Description |
---|---|
Player<S> |
getPlayer()
Retrieves the player from the player property.
|
Copyright © 2016. All rights reserved.