| 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 |
|---|---|
RabbitType |
Rabbit.breed()
Get the breed of Rabbit that this Rabbit is
|
| Modifier and Type | Method and Description |
|---|---|
static RabbitType |
RabbitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RabbitType[] |
RabbitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
RabbitType.asInt(RabbitType rabbitType)
Returns the
int value of the RabbitType |
| Modifier and Type | Method and Description |
|---|---|
RabbitType |
TridentRabbit.breed() |
Copyright © 2016. All rights reserved.