Record Class ResourcePackSendS2CPacket

java.lang.Object
java.lang.Record
net.minecraft.network.packet.s2c.common.ResourcePackSendS2CPacket
Record Components:
id -
url -
hash -
required -
prompt -
All Implemented Interfaces:
Packet<ClientCommonPacketListener>

public record ResourcePackSendS2CPacket(UUID id, String url, String hash, boolean required, @Nullable Text prompt) extends Record implements Packet<ClientCommonPacketListener>
Mappings:
Namespace Name
official xo
intermediary net/minecraft/class_2720
named net/minecraft/network/packet/s2c/common/ResourcePackSendS2CPacket
official b
intermediary comp_2158
named id
official c
intermediary comp_2159
named url
official d
intermediary comp_2160
named hash
official e
intermediary comp_2161
named required
official f
intermediary comp_2162
named prompt
  • Field Details

    • id

      private final UUID id
      The field for the id record component.
    • url

      private final String url
      The field for the url record component.
    • hash

      private final String hash
      The field for the hash record component.
    • required

      private final boolean required
      The field for the required record component.
    • prompt

      @Nullable private final @Nullable Text prompt
      The field for the prompt record component.
    • MAX_HASH_LENGTH

      public static final int MAX_HASH_LENGTH
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lxo;a:I
      intermediary field_33340 Lnet/minecraft/class_2720;field_33340:I
      named MAX_HASH_LENGTH Lnet/minecraft/network/packet/s2c/common/ResourcePackSendS2CPacket;MAX_HASH_LENGTH:I
  • Constructor Details

    • ResourcePackSendS2CPacket

      public ResourcePackSendS2CPacket(UUID uUID, String string, String string2, boolean bool, @Nullable @Nullable Text text)
    • ResourcePackSendS2CPacket

      public ResourcePackSendS2CPacket(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lxo;<init>(Lui;)V
      intermediary <init> Lnet/minecraft/class_2720;<init>(Lnet/minecraft/class_2540;)V
      named <init> Lnet/minecraft/network/packet/s2c/common/ResourcePackSendS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
  • Method Details

    • write

      public void write(PacketByteBuf buf)
      Specified by:
      write in interface Packet<ClientCommonPacketListener>
      Mappings:
      Namespace Name Mixin selector
      official a Lxf;a(Lui;)V
      intermediary method_11052 Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
      named write Lnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
    • apply

      public void apply(ClientCommonPacketListener clientCommonPacketListener)
      Specified by:
      apply in interface Packet<ClientCommonPacketListener>
      Mappings:
      Namespace Name Mixin selector
      official a Lxo;a(Lxi;)V
      intermediary method_11774 Lnet/minecraft/class_2720;method_11774(Lnet/minecraft/class_8705;)V
      named apply Lnet/minecraft/network/packet/s2c/common/ResourcePackSendS2CPacket;apply(Lnet/minecraft/network/listener/ClientCommonPacketListener;)V
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • id

      public UUID id()
      Returns the value of the id record component.
      Returns:
      the value of the id record component
    • url

      public String url()
      Returns the value of the url record component.
      Returns:
      the value of the url record component
    • hash

      public String hash()
      Returns the value of the hash record component.
      Returns:
      the value of the hash record component
    • required

      public boolean required()
      Returns the value of the required record component.
      Returns:
      the value of the required record component
    • prompt

      @Nullable public @Nullable Text prompt()
      Returns the value of the prompt record component.
      Returns:
      the value of the prompt record component