Package net.minecraft

Record Class class_9733

java.lang.Object
java.lang.Record
net.minecraft.class_9733
Record Components:
value -
All Implemented Interfaces:
class_9723

public record class_9733(class_9704 value) extends Record implements class_9723
Mappings:
Namespace Name
named net/minecraft/class_9733
intermediary net/minecraft/class_9733
official dal
named value
intermediary comp_2750
official c
  • Field Details

    • value

      private final class_9704 value
      The field for the value record component.
    • field_51720

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

    • class_9733

      public class_9733(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_9733> 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.
    • value

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