Interface ResourcePackPopPacketView

All Superinterfaces:
PacketView

public interface ResourcePackPopPacketView extends PacketView
Copy-on-write view of a clientbound resource-pack pop packet.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the pack ID, or null when all packs are removed.
    void
    packId(UUID packId)
    Replaces the pack ID; null removes all packs.

    Methods inherited from interface devs.beer.nativepackets.api.PacketView

    isModified, nativeHandle, type
  • Method Details

    • packId

      @Nullable UUID packId()
      Returns the pack ID, or null when all packs are removed.
    • packId

      void packId(@Nullable UUID packId)
      Replaces the pack ID; null removes all packs.