Package net.minecraft

Record Class class_11555.class_11556

java.lang.Object
java.lang.Record
net.minecraft.class_11555.class_11556
Record Components:
min -
max -
format -
supported -
Enclosing class:
class_11555

public static record class_11555.class_11556(Optional<class_11555> min, Optional<class_11555> max, Optional<Integer> format, Optional<List<Integer>> supported) extends Record
Mappings:
Namespace Name
named net/minecraft/class_11555$class_11556
intermediary net/minecraft/class_11555$class_11556
official awt$a
named min
intermediary comp_4418
official b
named max
intermediary comp_4419
official c
named format
intermediary comp_4420
official d
named supported
intermediary comp_4421
official e
  • Field Details

    • min

      private final Optional<class_11555> min
      The field for the min record component.
    • max

      private final Optional<class_11555> max
      The field for the max record component.
    • format

      private final Optional<Integer> format
      The field for the format record component.
    • supported

      private final Optional<List<Integer>> supported
      The field for the supported record component.
    • field_61154

      static final com.mojang.serialization.MapCodec<class_11555.class_11556> field_61154
      Mappings:
      Namespace Name Mixin selector
      named field_61154 Lnet/minecraft/class_11555$class_11556;field_61154:Lcom/mojang/serialization/MapCodec;
      intermediary field_61154 Lnet/minecraft/class_11555$class_11556;field_61154:Lcom/mojang/serialization/MapCodec;
      official f Lawt$a;f:Lcom/mojang/serialization/MapCodec;
    • field_61153

      public static final com.mojang.serialization.MapCodec<class_11555.class_11556> field_61153
      Mappings:
      Namespace Name Mixin selector
      named field_61153 Lnet/minecraft/class_11555$class_11556;field_61153:Lcom/mojang/serialization/MapCodec;
      intermediary field_61153 Lnet/minecraft/class_11555$class_11556;field_61153:Lcom/mojang/serialization/MapCodec;
      official a Lawt$a;a:Lcom/mojang/serialization/MapCodec;
  • Constructor Details

  • Method Details

    • method_72334

      public static class_11555.class_11556 method_72334(Range<class_11555> range, int int2)
      Mappings:
      Namespace Name Mixin selector
      named method_72334 Lnet/minecraft/class_11555$class_11556;method_72334(Lnet/minecraft/util/dynamic/Range;I)Lnet/minecraft/class_11555$class_11556;
      intermediary method_72334 Lnet/minecraft/class_11555$class_11556;method_72334(Lnet/minecraft/class_6497;I)Lnet/minecraft/class_11555$class_11556;
      official a Lawt$a;a(Lbca;I)Lawt$a;
    • method_72330

      public int method_72330()
      Mappings:
      Namespace Name Mixin selector
      named method_72330 Lnet/minecraft/class_11555$class_11556;method_72330()I
      intermediary method_72330 Lnet/minecraft/class_11555$class_11556;method_72330()I
      official a Lawt$a;a()I
    • method_72333

      public com.mojang.serialization.DataResult<Range<class_11555>> method_72333(int int2, boolean bool, boolean bool2, String string, String string2)
      Mappings:
      Namespace Name Mixin selector
      named method_72333 Lnet/minecraft/class_11555$class_11556;method_72333(IZZLjava/lang/String;Ljava/lang/String;)Lcom/mojang/serialization/DataResult;
      intermediary method_72333 Lnet/minecraft/class_11555$class_11556;method_72333(IZZLjava/lang/String;Ljava/lang/String;)Lcom/mojang/serialization/DataResult;
      official a Lawt$a;a(IZZLjava/lang/String;Ljava/lang/String;)Lcom/mojang/serialization/DataResult;
    • method_72344

      private com.mojang.serialization.DataResult<Range<class_11555>> method_72344(int int2, boolean bool, boolean bool2, String string, String string2)
      Mappings:
      Namespace Name Mixin selector
      named method_72344 Lnet/minecraft/class_11555$class_11556;method_72344(IZZLjava/lang/String;Ljava/lang/String;)Lcom/mojang/serialization/DataResult;
      intermediary method_72344 Lnet/minecraft/class_11555$class_11556;method_72344(IZZLjava/lang/String;Ljava/lang/String;)Lcom/mojang/serialization/DataResult;
      official b Lawt$a;b(IZZLjava/lang/String;Ljava/lang/String;)Lcom/mojang/serialization/DataResult;
    • method_72332

      private com.mojang.serialization.DataResult<Range<class_11555>> method_72332(int int2, boolean bool, String string, String string2)
      Mappings:
      Namespace Name Mixin selector
      named method_72332 Lnet/minecraft/class_11555$class_11556;method_72332(IZLjava/lang/String;Ljava/lang/String;)Lcom/mojang/serialization/DataResult;
      intermediary method_72332 Lnet/minecraft/class_11555$class_11556;method_72332(IZLjava/lang/String;Ljava/lang/String;)Lcom/mojang/serialization/DataResult;
      official a Lawt$a;a(IZLjava/lang/String;Ljava/lang/String;)Lcom/mojang/serialization/DataResult;
    • method_72331

      private String method_72331(int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      named method_72331 Lnet/minecraft/class_11555$class_11556;method_72331(II)Ljava/lang/String;
      intermediary method_72331 Lnet/minecraft/class_11555$class_11556;method_72331(II)Ljava/lang/String;
      official a Lawt$a;a(II)Ljava/lang/String;
    • 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.
    • min

      public Optional<class_11555> min()
      Returns the value of the min record component.
      Returns:
      the value of the min record component
    • max

      public Optional<class_11555> max()
      Returns the value of the max record component.
      Returns:
      the value of the max record component
    • format

      public Optional<Integer> format()
      Returns the value of the format record component.
      Returns:
      the value of the format record component
    • supported

      public Optional<List<Integer>> supported()
      Returns the value of the supported record component.
      Returns:
      the value of the supported record component