| Package | Description |
|---|---|
| net.tridentsdk.server.chunk |
Contains infrastructure for player and world chunk management
|
| net.tridentsdk.server.inventory |
Contains implementations of the classes in
net.tridentsdk.inventory.* package |
| net.tridentsdk.server.player |
Contains implementations related to TridentPlayer and the associcated OfflinePlayer classes
|
| net.tridentsdk.server.util |
Server utilities
|
| Constructor and Description |
|---|
ChunkLocationSet(TridentPlayer player)
Creates a new chunk set for the given player
|
| Modifier and Type | Method and Description |
|---|---|
void |
TridentInventory.sendTo(TridentPlayer player) |
| Modifier and Type | Method and Description |
|---|---|
TridentPlayer |
PlayerConnection.player()
Gets the player that has this connection
|
static TridentPlayer |
TridentPlayer.spawnPlayer(ClientConnection connection,
UUID id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static PlayerConnection |
PlayerConnection.createPlayerConnection(ClientConnection connection,
TridentPlayer player) |
| Modifier and Type | Method and Description |
|---|---|
TridentPlayer |
OwnedTridentBlock.player()
Obtains the place
|
| Constructor and Description |
|---|
OwnedTridentBlock(TridentPlayer player,
Block block) |
Copyright © 2016. All rights reserved.