Interface PlayerInfoRemovePacketView

All Superinterfaces:
PacketView

public interface PlayerInfoRemovePacketView extends PacketView
Copy-on-write view of a clientbound player-info removal.
  • Method Details

    • profileIdCount

      int profileIdCount()
    • profileId

      UUID profileId(int index)
    • profileIds

      void profileIds(List<UUID> profileIds)