Package net.minecraft

Record Class class_9704.class_9708

java.lang.Object
java.lang.Record
net.minecraft.class_9704.class_9708
Record Components:
added -
All Implemented Interfaces:
class_9704
Enclosing interface:
class_9704

public static record class_9704.class_9708(float added) extends Record implements class_9704
Mappings:
Namespace Name
named net/minecraft/class_9704$class_9708
intermediary net/minecraft/class_9704$class_9708
official czq$d
named added
intermediary comp_2697
official d
  • Field Details

    • added

      private final float added
      The field for the added record component.
    • field_51695

      public static final com.mojang.serialization.MapCodec<class_9704.class_9708> field_51695
      Mappings:
      Namespace Name Mixin selector
      named field_51695 Lnet/minecraft/class_9704$class_9708;field_51695:Lcom/mojang/serialization/MapCodec;
      intermediary field_51695 Lnet/minecraft/class_9704$class_9708;field_51695:Lcom/mojang/serialization/MapCodec;
      official c Lczq$d;c:Lcom/mojang/serialization/MapCodec;
  • Constructor Details

    • class_9708

      public class_9708(float float2)
  • Method Details

    • method_60188

      public float method_60188(int int2)
      Specified by:
      method_60188 in interface class_9704
      Mappings:
      Namespace Name Mixin selector
      named method_60188 Lnet/minecraft/class_9704;method_60188(I)F
      intermediary method_60188 Lnet/minecraft/class_9704;method_60188(I)F
      official a Lczq;a(I)F
    • method_60185

      public com.mojang.serialization.MapCodec<class_9704.class_9708> method_60185()
      Specified by:
      method_60185 in interface class_9704
      Mappings:
      Namespace Name Mixin selector
      named method_60185 Lnet/minecraft/class_9704;method_60185()Lcom/mojang/serialization/MapCodec;
      intermediary method_60185 Lnet/minecraft/class_9704;method_60185()Lcom/mojang/serialization/MapCodec;
      official a Lczq;a()Lcom/mojang/serialization/MapCodec;
    • 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. All components in this record class 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.
    • added

      public float added()
      Returns the value of the added record component.
      Returns:
      the value of the added record component