Package | Description |
---|---|
com.tameif.tame |
Base package.
|
Modifier and Type | Method and Description |
---|---|
TPlayerContext |
TAMEModuleContext.getCurrentPlayerContext()
Gets the current player context.
|
TPlayerContext |
TAMEModuleContext.getPlayerContext(TPlayer player)
Gets a player context by player.
|
TPlayerContext |
TAMEModuleContext.getPlayerContextByIdentity(java.lang.String identity)
Gets a player context by player name.
|
TPlayerContext |
TAMEModuleContext.resolvePlayerContext(java.lang.String playerIdentity)
Resolves a player context.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<TPlayerContext> |
TAMEModuleContext.getPlayerContexts()
Get the player contexts.
|