| Package | Description |
|---|---|
| net.tridentsdk.server.packets.play.out |
Packets related to the gameplay of the server sent from the server
|
| net.tridentsdk.server.world |
Implements classes in the package
net.tridentsdk.world.* package |
| net.tridentsdk.world.settings |
Contains enum types describing the properties of a world
|
| Modifier and Type | Field and Description |
|---|---|
protected LevelType |
PacketPlayOutJoinGame.levelType |
| Modifier and Type | Method and Description |
|---|---|
LevelType |
PacketPlayOutJoinGame.levelType() |
| Modifier and Type | Method and Description |
|---|---|
LevelType |
TridentWorldSettings.levelType() |
| Modifier and Type | Method and Description |
|---|---|
LevelType |
WorldSettings.levelType()
Gets the type of a world
|
LevelType |
WorldCreateOptions.levelType()
Obtains the level type of the world created using these options
|
static LevelType |
LevelType.of(String s) |
static LevelType |
LevelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LevelType[] |
LevelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WorldCreateOptions |
WorldCreateOptions.level(LevelType levelType)
Sets the leveltype of the world to be generated
|
Copyright © 2016. All rights reserved.