Package | Description |
---|---|
net.minecraft.entity.item |
Modifier and Type | Field and Description |
---|---|
private EntityBoat.Status |
EntityBoat.previousStatus |
private EntityBoat.Status |
EntityBoat.status |
Modifier and Type | Method and Description |
---|---|
private EntityBoat.Status |
EntityBoat.getBoatStatus() |
private EntityBoat.Status |
EntityBoat.getUnderwaterStatus() |
static EntityBoat.Status |
EntityBoat.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityBoat.Status[] |
EntityBoat.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|