Interface ResourcePackPushPacketView

All Superinterfaces:
PacketView

public interface ResourcePackPushPacketView extends PacketView
Copy-on-write view of a clientbound resource-pack push packet.
  • Method Details

    • packId

      UUID packId()
    • url

      String url()
    • hash

      String hash()
    • required

      boolean required()
    • prompt

      @Nullable NativeText prompt()
      Returns the optional prompt, or null.
    • packId

      void packId(UUID packId)
    • url

      void url(String url)
    • hash

      void hash(String hash)
    • required

      void required(boolean required)
    • prompt

      void prompt(@Nullable NativeText prompt)
      Replaces the optional prompt; null clears it.