Package net.minecraft

Record Class class_8716.class_8717

java.lang.Object
java.lang.Record
net.minecraft.class_8716.class_8717
Record Components:
priority -
isRunning -
name -
Enclosing class:
class_8716

public static record class_8716.class_8717(int priority, boolean isRunning, String name) extends Record
Mappings:
Namespace Name
official vu$a
intermediary net/minecraft/class_8716$class_8717
named net/minecraft/class_8716$class_8717
official a
intermediary comp_1690
named priority
official b
intermediary comp_1691
named isRunning
official c
intermediary comp_1692
named name
  • Field Details

    • priority

      private final int priority
      The field for the priority record component.
    • isRunning

      private final boolean isRunning
      The field for the isRunning record component.
    • name

      private final String name
      The field for the name record component.
  • Constructor Details

    • class_8717

      public class_8717(PacketByteBuf packetByteBuf)
    • class_8717

      public class_8717(int int2, boolean bool, String string)
  • Method Details

    • method_53035

      public void method_53035(PacketByteBuf packetByteBuf)
      Mappings:
      Namespace Name Mixin selector
      official a Lvu$a;a(Lsh;)V
      intermediary method_53035 Lnet/minecraft/class_8716$class_8717;method_53035(Lnet/minecraft/class_2540;)V
      named method_53035 Lnet/minecraft/class_8716$class_8717;method_53035(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.
    • priority

      public int priority()
      Returns the value of the priority record component.
      Returns:
      the value of the priority record component
    • isRunning

      public boolean isRunning()
      Returns the value of the isRunning record component.
      Returns:
      the value of the isRunning record component
    • name

      public String name()
      Returns the value of the name record component.
      Returns:
      the value of the name record component