Class WrapperPlayServerPlayerInfoRemove

java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.clientbound.WrapperPlayServerPlayerInfoRemove

public class WrapperPlayServerPlayerInfoRemove extends AbstractPacket
Send by server to client to remove player info data (from the tab list)
  • Field Details

    • TYPE

      public static final com.comphenix.protocol.PacketType TYPE
      The 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

      public List<UUID> getProfileIds()
      Gets list of player uuids to remove
      Returns:
      list of player uuids to remove
    • setProfileIds

      public void setProfileIds(List<UUID> value)
      Sets list of player uuids to remove
      Parameters:
      value - list of player uuids to remove.