Record Class DebugStructuresCustomPayload.class_8727

java.lang.Object
java.lang.Record
net.minecraft.network.packet.s2c.custom.DebugStructuresCustomPayload.class_8727
Record Components:
boundingBox -
isStart -
Enclosing class:
DebugStructuresCustomPayload

public static record DebugStructuresCustomPayload.class_8727(BlockBox boundingBox, boolean isStart) extends Record
Mappings:
Namespace Name
official wc$a
intermediary net/minecraft/class_8726$class_8727
named net/minecraft/network/packet/s2c/custom/DebugStructuresCustomPayload$class_8727
official a
intermediary comp_1714
named boundingBox
official b
intermediary comp_1715
named isStart
  • Field Details

    • boundingBox

      private final BlockBox boundingBox
      The field for the boundingBox record component.
    • isStart

      private final boolean isStart
      The field for the isStart record component.
  • Constructor Details

    • class_8727

      public class_8727(PacketByteBuf packetByteBuf)
    • class_8727

      public class_8727(BlockBox blockBox, boolean bool)
  • Method Details

    • method_53040

      public void method_53040(PacketByteBuf packetByteBuf)
      Mappings:
      Namespace Name Mixin selector
      official a Lwc$a;a(Lsh;)V
      intermediary method_53040 Lnet/minecraft/class_8726$class_8727;method_53040(Lnet/minecraft/class_2540;)V
      named method_53040 Lnet/minecraft/network/packet/s2c/custom/DebugStructuresCustomPayload$class_8727;method_53040(Lnet/minecraft/network/PacketByteBuf;)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.
    • boundingBox

      public BlockBox boundingBox()
      Returns the value of the boundingBox record component.
      Returns:
      the value of the boundingBox record component
    • isStart

      public boolean isStart()
      Returns the value of the isStart record component.
      Returns:
      the value of the isStart record component