Package net.minecraft

Record Class class_10900.class_10903

java.lang.Object
java.lang.Record
net.minecraft.class_10900.class_10903
Record Components:
sign -
base -
digits -
suffix -
Enclosing class:
class_10900

private static record class_10900.class_10903(class_10900.class_10905 sign, class_10900.class_10902 base, String digits, class_10900.class_10904 suffix) extends Record
Mappings:
Namespace Name
named net/minecraft/class_10900$class_10903
intermediary net/minecraft/class_10900$class_10903
official ut$c
named sign
intermediary comp_3823
official a
named base
intermediary comp_3824
official b
named digits
intermediary comp_3825
official c
named suffix
intermediary comp_3826
official d
  • Field Details

  • Constructor Details

  • Method Details

    • method_68652

      private class_10900.class_10907 method_68652()
      Mappings:
      Namespace Name Mixin selector
      named method_68652 Lnet/minecraft/class_10900$class_10903;method_68652()Lnet/minecraft/class_10900$class_10907;
      intermediary method_68652 Lnet/minecraft/class_10900$class_10903;method_68652()Lnet/minecraft/class_10900$class_10907;
      official e Lut$c;e()Lut$g;
    • method_68651

      private String method_68651(class_10900.class_10905 class_10905)
      Mappings:
      Namespace Name Mixin selector
      named method_68651 Lnet/minecraft/class_10900$class_10903;method_68651(Lnet/minecraft/class_10900$class_10905;)Ljava/lang/String;
      intermediary method_68651 Lnet/minecraft/class_10900$class_10903;method_68651(Lnet/minecraft/class_10900$class_10905;)Ljava/lang/String;
      official a Lut$c;a(Lut$e;)Ljava/lang/String;
    • method_68649

      @Nullable public <T> T method_68649(com.mojang.serialization.DynamicOps<T> dynamicOps, ParsingState<?> parsingState)
      Mappings:
      Namespace Name Mixin selector
      named method_68649 Lnet/minecraft/class_10900$class_10903;method_68649(Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/command/argument/packrat/ParsingState;)Ljava/lang/Object;
      intermediary method_68649 Lnet/minecraft/class_10900$class_10903;method_68649(Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/class_9393;)Ljava/lang/Object;
      official a Lut$c;a(Lcom/mojang/serialization/DynamicOps;Lbpz;)Ljava/lang/Object;
    • method_68650

      @Nullable public <T> T method_68650(com.mojang.serialization.DynamicOps<T> dynamicOps, class_10900.class_10909 class_10909, ParsingState<?> parsingState)
      Mappings:
      Namespace Name Mixin selector
      named method_68650 Lnet/minecraft/class_10900$class_10903;method_68650(Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/class_10900$class_10909;Lnet/minecraft/command/argument/packrat/ParsingState;)Ljava/lang/Object;
      intermediary method_68650 Lnet/minecraft/class_10900$class_10903;method_68650(Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/class_10900$class_10909;Lnet/minecraft/class_9393;)Ljava/lang/Object;
      official a Lut$c;a(Lcom/mojang/serialization/DynamicOps;Lut$i;Lbpz;)Ljava/lang/Object;
    • 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.
    • sign

      public class_10900.class_10905 sign()
      Returns the value of the sign record component.
      Returns:
      the value of the sign record component
    • base

      public class_10900.class_10902 base()
      Returns the value of the base record component.
      Returns:
      the value of the base record component
    • digits

      public String digits()
      Returns the value of the digits record component.
      Returns:
      the value of the digits record component
    • suffix

      public class_10900.class_10904 suffix()
      Returns the value of the suffix record component.
      Returns:
      the value of the suffix record component