Package net.minecraft

Record Class class_9726

java.lang.Object
java.lang.Record
net.minecraft.class_9726
Record Components:
factor -
All Implemented Interfaces:
class_9723

public record class_9726(class_9704 factor) extends Record implements class_9723
Mappings:
Namespace Name
named net/minecraft/class_9726
intermediary net/minecraft/class_9726
official dae
named factor
intermediary comp_2734
official c
  • Field Details

    • factor

      private final class_9704 factor
      The field for the factor record component.
    • field_51712

      public static final com.mojang.serialization.MapCodec<class_9726> field_51712
      Mappings:
      Namespace Name Mixin selector
      named field_51712 Lnet/minecraft/class_9726;field_51712:Lcom/mojang/serialization/MapCodec;
      intermediary field_51712 Lnet/minecraft/class_9726;field_51712:Lcom/mojang/serialization/MapCodec;
      official a Ldae;a:Lcom/mojang/serialization/MapCodec;
  • Constructor Details

    • class_9726

      public class_9726(class_9704 class_9704)
  • Method Details

    • method_60213

      public float method_60213(ItemStack itemStack, int int2, Random random, float float2)
      Specified by:
      method_60213 in interface class_9723
      Mappings:
      Namespace Name Mixin selector
      named method_60213 Lnet/minecraft/class_9723;method_60213(Lnet/minecraft/item/ItemStack;ILnet/minecraft/util/math/random/Random;F)F
      intermediary method_60213 Lnet/minecraft/class_9723;method_60213(Lnet/minecraft/class_1799;ILnet/minecraft/class_5819;F)F
      official a Ldab;a(Lcua;ILaym;F)F
    • method_60211

      public com.mojang.serialization.MapCodec<class_9726> method_60211()
      Specified by:
      method_60211 in interface class_9723
      Mappings:
      Namespace Name Mixin selector
      named method_60211 Lnet/minecraft/class_9723;method_60211()Lcom/mojang/serialization/MapCodec;
      intermediary method_60211 Lnet/minecraft/class_9723;method_60211()Lcom/mojang/serialization/MapCodec;
      official a Ldab;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 Objects::equals(Object,Object).
      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.
    • factor

      public class_9704 factor()
      Returns the value of the factor record component.
      Returns:
      the value of the factor record component