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