Package net.minecraft

Record Class class_9728

java.lang.Object
java.lang.Record
net.minecraft.class_9728
Record Components:
chance -
All Implemented Interfaces:
class_9723

public record class_9728(class_9704 chance) extends Record implements class_9723
Mappings:
Namespace Name
named net/minecraft/class_9728
intermediary net/minecraft/class_9728
official dag
named chance
intermediary comp_2738
official c
  • Field Details

    • chance

      private final class_9704 chance
      The field for the chance record component.
    • field_51714

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

    • class_9728

      public class_9728(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_9728> 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.
    • chance

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