Record Class NumberRange.IntRange

java.lang.Object
java.lang.Record
net.minecraft.predicate.NumberRange.IntRange
Record Components:
min -
max -
minSquared -
maxSquared -
All Implemented Interfaces:
NumberRange<Integer>
Enclosing interface:
NumberRange<T extends Number>

public static record NumberRange.IntRange(Optional<Integer> min, Optional<Integer> max, Optional<Long> minSquared, Optional<Long> maxSquared) extends Record implements NumberRange<Integer>
Mappings:
Namespace Name
named net/minecraft/predicate/NumberRange$IntRange
intermediary net/minecraft/class_2096$class_2100
official dh$d
named min
intermediary comp_1805
official e
named max
intermediary comp_1806
official f
named minSquared
intermediary comp_1809
official g
named maxSquared
intermediary comp_1810
official h
  • Field Details

    • min

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

      private final Optional<Integer> max
      The field for the max record component.
    • minSquared

      private final Optional<Long> minSquared
      The field for the minSquared record component.
    • maxSquared

      private final Optional<Long> maxSquared
      The field for the maxSquared record component.
    • ANY

      public static final NumberRange.IntRange ANY
      Mappings:
      Namespace Name Mixin selector
      named ANY Lnet/minecraft/predicate/NumberRange$IntRange;ANY:Lnet/minecraft/predicate/NumberRange$IntRange;
      intermediary field_9708 Lnet/minecraft/class_2096$class_2100;field_9708:Lnet/minecraft/class_2096$class_2100;
      official c Ldh$d;c:Ldh$d;
    • CODEC

      public static final com.mojang.serialization.Codec<NumberRange.IntRange> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/predicate/NumberRange$IntRange;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_45763 Lnet/minecraft/class_2096$class_2100;field_45763:Lcom/mojang/serialization/Codec;
      official d Ldh$d;d:Lcom/mojang/serialization/Codec;
  • Constructor Details

    • IntRange

      private IntRange(Optional<Integer> min, Optional<Integer> max)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/predicate/NumberRange$IntRange;<init>(Ljava/util/Optional;Ljava/util/Optional;)V
      intermediary <init> Lnet/minecraft/class_2096$class_2100;<init>(Ljava/util/Optional;Ljava/util/Optional;)V
      official <init> Ldh$d;<init>(Ljava/util/Optional;Ljava/util/Optional;)V
    • IntRange

      public IntRange(Optional<Integer> optional, Optional<Integer> optional2, Optional<Long> optional3, Optional<Long> optional4)
  • Method Details

    • parse

      private static NumberRange.IntRange parse(com.mojang.brigadier.StringReader reader, Optional<Integer> min, Optional<Integer> max) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      named parse Lnet/minecraft/predicate/NumberRange$IntRange;parse(Lcom/mojang/brigadier/StringReader;Ljava/util/Optional;Ljava/util/Optional;)Lnet/minecraft/predicate/NumberRange$IntRange;
      intermediary method_9055 Lnet/minecraft/class_2096$class_2100;method_9055(Lcom/mojang/brigadier/StringReader;Ljava/util/Optional;Ljava/util/Optional;)Lnet/minecraft/class_2096$class_2100;
      official a Ldh$d;a(Lcom/mojang/brigadier/StringReader;Ljava/util/Optional;Ljava/util/Optional;)Ldh$d;
    • square

      private static Optional<Long> square(Optional<Integer> value)
      Mappings:
      Namespace Name Mixin selector
      named square Lnet/minecraft/predicate/NumberRange$IntRange;square(Ljava/util/Optional;)Ljava/util/Optional;
      intermediary method_9059 Lnet/minecraft/class_2096$class_2100;method_9059(Ljava/util/Optional;)Ljava/util/Optional;
      official a Ldh$d;a(Ljava/util/Optional;)Ljava/util/Optional;
    • exactly

      public static NumberRange.IntRange exactly(int value)
      Mappings:
      Namespace Name Mixin selector
      named exactly Lnet/minecraft/predicate/NumberRange$IntRange;exactly(I)Lnet/minecraft/predicate/NumberRange$IntRange;
      intermediary method_9058 Lnet/minecraft/class_2096$class_2100;method_9058(I)Lnet/minecraft/class_2096$class_2100;
      official a Ldh$d;a(I)Ldh$d;
    • between

      public static NumberRange.IntRange between(int min, int max)
      Mappings:
      Namespace Name Mixin selector
      named between Lnet/minecraft/predicate/NumberRange$IntRange;between(II)Lnet/minecraft/predicate/NumberRange$IntRange;
      intermediary method_35287 Lnet/minecraft/class_2096$class_2100;method_35287(II)Lnet/minecraft/class_2096$class_2100;
      official a Ldh$d;a(II)Ldh$d;
    • atLeast

      public static NumberRange.IntRange atLeast(int value)
      Mappings:
      Namespace Name Mixin selector
      named atLeast Lnet/minecraft/predicate/NumberRange$IntRange;atLeast(I)Lnet/minecraft/predicate/NumberRange$IntRange;
      intermediary method_9053 Lnet/minecraft/class_2096$class_2100;method_9053(I)Lnet/minecraft/class_2096$class_2100;
      official b Ldh$d;b(I)Ldh$d;
    • atMost

      public static NumberRange.IntRange atMost(int value)
      Mappings:
      Namespace Name Mixin selector
      named atMost Lnet/minecraft/predicate/NumberRange$IntRange;atMost(I)Lnet/minecraft/predicate/NumberRange$IntRange;
      intermediary method_35289 Lnet/minecraft/class_2096$class_2100;method_35289(I)Lnet/minecraft/class_2096$class_2100;
      official c Ldh$d;c(I)Ldh$d;
    • test

      public boolean test(int value)
      Mappings:
      Namespace Name Mixin selector
      named test Lnet/minecraft/predicate/NumberRange$IntRange;test(I)Z
      intermediary method_9054 Lnet/minecraft/class_2096$class_2100;method_9054(I)Z
      official d Ldh$d;d(I)Z
    • testSqrt

      public boolean testSqrt(long value)
      Mappings:
      Namespace Name Mixin selector
      named testSqrt Lnet/minecraft/predicate/NumberRange$IntRange;testSqrt(J)Z
      intermediary method_35288 Lnet/minecraft/class_2096$class_2100;method_35288(J)Z
      official a Ldh$d;a(J)Z
    • parse

      public static NumberRange.IntRange parse(com.mojang.brigadier.StringReader reader) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      named parse Lnet/minecraft/predicate/NumberRange$IntRange;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/predicate/NumberRange$IntRange;
      intermediary method_9060 Lnet/minecraft/class_2096$class_2100;method_9060(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_2096$class_2100;
      official a Ldh$d;a(Lcom/mojang/brigadier/StringReader;)Ldh$d;
    • fromStringReader

      public static NumberRange.IntRange fromStringReader(com.mojang.brigadier.StringReader reader, Function<Integer,Integer> converter) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      named fromStringReader Lnet/minecraft/predicate/NumberRange$IntRange;fromStringReader(Lcom/mojang/brigadier/StringReader;Ljava/util/function/Function;)Lnet/minecraft/predicate/NumberRange$IntRange;
      intermediary method_9057 Lnet/minecraft/class_2096$class_2100;method_9057(Lcom/mojang/brigadier/StringReader;Ljava/util/function/Function;)Lnet/minecraft/class_2096$class_2100;
      official a Ldh$d;a(Lcom/mojang/brigadier/StringReader;Ljava/util/function/Function;)Ldh$d;
    • 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<Integer> min()
      Returns the value of the min record component.
      Specified by:
      min in interface NumberRange<Integer>
      Returns:
      the value of the min record component
    • max

      public Optional<Integer> max()
      Returns the value of the max record component.
      Specified by:
      max in interface NumberRange<Integer>
      Returns:
      the value of the max record component
    • minSquared

      public Optional<Long> minSquared()
      Returns the value of the minSquared record component.
      Returns:
      the value of the minSquared record component
    • maxSquared

      public Optional<Long> maxSquared()
      Returns the value of the maxSquared record component.
      Returns:
      the value of the maxSquared record component