| Package | Description |
|---|---|
| com.github.steveice10.mc.protocol.data.game.entity.player | |
| com.github.steveice10.mc.protocol.packet.ingame.client.player |
| Modifier and Type | Method and Description |
|---|---|
static PlayerState |
PlayerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayerState[] |
PlayerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PlayerState |
ClientPlayerStatePacket.getState() |
| Constructor and Description |
|---|
ClientPlayerStatePacket(int entityId,
PlayerState state) |
ClientPlayerStatePacket(int entityId,
PlayerState state,
int jumpBoost) |
Copyright © 2020. All rights reserved.