Class WrapperPlayServerPlayerInfoRemove
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.clientbound.WrapperPlayServerPlayerInfoRemove
Send by server to client to remove player info data (from the tab list)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.comphenix.protocol.PacketType
The packet type that is wrapped by this wrapper.Fields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new wrapper and initialize it with a packet handle with default valuesWrapperPlayServerPlayerInfoRemove
(com.comphenix.protocol.events.PacketContainer packet) -
Method Summary
Modifier and TypeMethodDescriptionGets list of player uuids to removevoid
setProfileIds
(List<UUID> value) Sets list of player uuids to removeMethods inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
broadcastPacket, equals, getHandle, hashCode, receivePacket, sendPacket
-
Field Details
-
TYPE
public static final com.comphenix.protocol.PacketType TYPEThe packet type that is wrapped by this wrapper.
-
-
Constructor Details
-
WrapperPlayServerPlayerInfoRemove
public WrapperPlayServerPlayerInfoRemove()Constructs a new wrapper and initialize it with a packet handle with default values -
WrapperPlayServerPlayerInfoRemove
public WrapperPlayServerPlayerInfoRemove(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getProfileIds
Gets list of player uuids to remove- Returns:
- list of player uuids to remove
-
setProfileIds
Sets list of player uuids to remove- Parameters:
value
- list of player uuids to remove.
-