| Package | Description |
|---|---|
| net.tridentsdk.entity.living |
Entity classes that represent various world mobs, hostile and passive, including the Player class
|
| net.tridentsdk.entity.types |
Variations of certain types of entities, mostly enums
|
| net.tridentsdk.server.entity.living |
Contains implementations of entities which are sentient
|
| Modifier and Type | Method and Description |
|---|---|
HorseType |
Horse.breed()
What breed of horse this is
|
| Modifier and Type | Method and Description |
|---|---|
static HorseType |
HorseType.fromId(int id) |
static HorseType |
HorseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HorseType[] |
HorseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HorseType |
TridentHorse.breed() |
| Constructor and Description |
|---|
TridentHorse(UUID id,
Position spawnLocation,
HorseType breed) |
Copyright © 2016. All rights reserved.