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