public class SpongeSPacketPlayerListItem extends SpongePacket implements WSSPacketPlayerListItem
Constructor and Description |
---|
SpongeSPacketPlayerListItem(EnumPlayerListItemAction action,
java.util.Collection<WSPlayerListItemData> itemData) |
SpongeSPacketPlayerListItem(EnumPlayerListItemAction action,
WSPlayerListItemData... itemData) |
SpongeSPacketPlayerListItem(net.minecraft.network.Packet<?> packet) |
Modifier and Type | Method and Description |
---|---|
EnumPlayerListItemAction |
getAction() |
java.util.List<WSPlayerListItemData> |
getData() |
boolean |
hasChanged() |
void |
refresh() |
void |
setAction(EnumPlayerListItemAction action) |
void |
update() |
getHandler
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
of, of
getHandler
public SpongeSPacketPlayerListItem(EnumPlayerListItemAction action, java.util.Collection<WSPlayerListItemData> itemData)
public SpongeSPacketPlayerListItem(EnumPlayerListItemAction action, WSPlayerListItemData... itemData)
public SpongeSPacketPlayerListItem(net.minecraft.network.Packet<?> packet)
public boolean hasChanged()
hasChanged
in interface WSPacket
public EnumPlayerListItemAction getAction()
getAction
in interface WSSPacketPlayerListItem
public void setAction(EnumPlayerListItemAction action)
setAction
in interface WSSPacketPlayerListItem
public java.util.List<WSPlayerListItemData> getData()
getData
in interface WSSPacketPlayerListItem
Copyright ©2017 Degoos Team. All rights reserved.