Class NumberRange.FloatRange

java.lang.Object
net.minecraft.predicate.NumberRange<Double>
net.minecraft.predicate.NumberRange.FloatRange
Enclosing class:
NumberRange<T extends Number>

public static class NumberRange.FloatRange extends NumberRange<Double>
Mappings:
Namespace Name
official ch$c
intermediary net/minecraft/class_2096$class_2099
named net/minecraft/predicate/NumberRange$FloatRange
  • Field Details

    • ANY

      public static final NumberRange.FloatRange ANY
      Mappings:
      Namespace Name Mixin selector
      official e Lch$c;e:Lch$c;
      intermediary field_9705 Lnet/minecraft/class_2096$class_2099;field_9705:Lnet/minecraft/class_2096$class_2099;
      named ANY Lnet/minecraft/predicate/NumberRange$FloatRange;ANY:Lnet/minecraft/predicate/NumberRange$FloatRange;
    • squaredMin

      private final Double squaredMin
      Mappings:
      Namespace Name Mixin selector
      official f Lch$c;f:Ljava/lang/Double;
      intermediary field_9703 Lnet/minecraft/class_2096$class_2099;field_9703:Ljava/lang/Double;
      named squaredMin Lnet/minecraft/predicate/NumberRange$FloatRange;squaredMin:Ljava/lang/Double;
    • squaredMax

      private final Double squaredMax
      Mappings:
      Namespace Name Mixin selector
      official g Lch$c;g:Ljava/lang/Double;
      intermediary field_9704 Lnet/minecraft/class_2096$class_2099;field_9704:Ljava/lang/Double;
      named squaredMax Lnet/minecraft/predicate/NumberRange$FloatRange;squaredMax:Ljava/lang/Double;
  • Constructor Details

  • Method Details

    • create

      private static NumberRange.FloatRange create(com.mojang.brigadier.StringReader reader, @Nullable @Nullable Double double2, @Nullable @Nullable Double double3) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lch$c;a(Lcom/mojang/brigadier/StringReader;Ljava/lang/Double;Ljava/lang/Double;)Lch$c;
      intermediary method_9046 Lnet/minecraft/class_2096$class_2099;method_9046(Lcom/mojang/brigadier/StringReader;Ljava/lang/Double;Ljava/lang/Double;)Lnet/minecraft/class_2096$class_2099;
      named create Lnet/minecraft/predicate/NumberRange$FloatRange;create(Lcom/mojang/brigadier/StringReader;Ljava/lang/Double;Ljava/lang/Double;)Lnet/minecraft/predicate/NumberRange$FloatRange;
    • square

      @Nullable private static @Nullable Double square(@Nullable @Nullable Double double2)
      Mappings:
      Namespace Name Mixin selector
      official a Lch$c;a(Ljava/lang/Double;)Ljava/lang/Double;
      intermediary method_9044 Lnet/minecraft/class_2096$class_2099;method_9044(Ljava/lang/Double;)Ljava/lang/Double;
      named square Lnet/minecraft/predicate/NumberRange$FloatRange;square(Ljava/lang/Double;)Ljava/lang/Double;
    • exactly

      public static NumberRange.FloatRange exactly(double double2)
      Mappings:
      Namespace Name Mixin selector
      official a Lch$c;a(D)Lch$c;
      intermediary method_35284 Lnet/minecraft/class_2096$class_2099;method_35284(D)Lnet/minecraft/class_2096$class_2099;
      named exactly Lnet/minecraft/predicate/NumberRange$FloatRange;exactly(D)Lnet/minecraft/predicate/NumberRange$FloatRange;
    • between

      public static NumberRange.FloatRange between(double double2, double double3)
      Mappings:
      Namespace Name Mixin selector
      official a Lch$c;a(DD)Lch$c;
      intermediary method_35285 Lnet/minecraft/class_2096$class_2099;method_35285(DD)Lnet/minecraft/class_2096$class_2099;
      named between Lnet/minecraft/predicate/NumberRange$FloatRange;between(DD)Lnet/minecraft/predicate/NumberRange$FloatRange;
    • atLeast

      public static NumberRange.FloatRange atLeast(double double2)
      Mappings:
      Namespace Name Mixin selector
      official b Lch$c;b(D)Lch$c;
      intermediary method_9050 Lnet/minecraft/class_2096$class_2099;method_9050(D)Lnet/minecraft/class_2096$class_2099;
      named atLeast Lnet/minecraft/predicate/NumberRange$FloatRange;atLeast(D)Lnet/minecraft/predicate/NumberRange$FloatRange;
    • atMost

      public static NumberRange.FloatRange atMost(double double2)
      Mappings:
      Namespace Name Mixin selector
      official c Lch$c;c(D)Lch$c;
      intermediary method_35286 Lnet/minecraft/class_2096$class_2099;method_35286(D)Lnet/minecraft/class_2096$class_2099;
      named atMost Lnet/minecraft/predicate/NumberRange$FloatRange;atMost(D)Lnet/minecraft/predicate/NumberRange$FloatRange;
    • test

      public boolean test(double double2)
      Mappings:
      Namespace Name Mixin selector
      official d Lch$c;d(D)Z
      intermediary method_9047 Lnet/minecraft/class_2096$class_2099;method_9047(D)Z
      named test Lnet/minecraft/predicate/NumberRange$FloatRange;test(D)Z
    • testSqrt

      public boolean testSqrt(double value)
      Mappings:
      Namespace Name Mixin selector
      official e Lch$c;e(D)Z
      intermediary method_9045 Lnet/minecraft/class_2096$class_2099;method_9045(D)Z
      named testSqrt Lnet/minecraft/predicate/NumberRange$FloatRange;testSqrt(D)Z
    • fromJson

      public static NumberRange.FloatRange fromJson(@Nullable @Nullable JsonElement element)
      Mappings:
      Namespace Name Mixin selector
      official a Lch$c;a(Lcom/google/gson/JsonElement;)Lch$c;
      intermediary method_9051 Lnet/minecraft/class_2096$class_2099;method_9051(Lcom/google/gson/JsonElement;)Lnet/minecraft/class_2096$class_2099;
      named fromJson Lnet/minecraft/predicate/NumberRange$FloatRange;fromJson(Lcom/google/gson/JsonElement;)Lnet/minecraft/predicate/NumberRange$FloatRange;
    • parse

      public static NumberRange.FloatRange parse(com.mojang.brigadier.StringReader reader) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lch$c;a(Lcom/mojang/brigadier/StringReader;)Lch$c;
      intermediary method_9049 Lnet/minecraft/class_2096$class_2099;method_9049(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_2096$class_2099;
      named parse Lnet/minecraft/predicate/NumberRange$FloatRange;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/predicate/NumberRange$FloatRange;
    • parse

      public static NumberRange.FloatRange parse(com.mojang.brigadier.StringReader reader, Function<Double,Double> mapper) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lch$c;a(Lcom/mojang/brigadier/StringReader;Ljava/util/function/Function;)Lch$c;
      intermediary method_9048 Lnet/minecraft/class_2096$class_2099;method_9048(Lcom/mojang/brigadier/StringReader;Ljava/util/function/Function;)Lnet/minecraft/class_2096$class_2099;
      named parse Lnet/minecraft/predicate/NumberRange$FloatRange;parse(Lcom/mojang/brigadier/StringReader;Ljava/util/function/Function;)Lnet/minecraft/predicate/NumberRange$FloatRange;