| Package | Description |
|---|---|
| net.minecraft.network.play.server |
| Modifier and Type | Field and Description |
|---|---|
private SPlayerListItemPacket.Action |
SPlayerListItemPacket.action |
| Modifier and Type | Method and Description |
|---|---|
SPlayerListItemPacket.Action |
SPlayerListItemPacket.getAction() |
static SPlayerListItemPacket.Action |
SPlayerListItemPacket.Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SPlayerListItemPacket.Action[] |
SPlayerListItemPacket.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SPlayerListItemPacket(SPlayerListItemPacket.Action actionIn,
java.lang.Iterable<ServerPlayerEntity> playersIn) |
SPlayerListItemPacket(SPlayerListItemPacket.Action actionIn,
ServerPlayerEntity... playersIn) |