Package net.minecraft.command
Class FloatRangeArgument
java.lang.Object
net.minecraft.command.FloatRangeArgument
- Mappings:
Namespace Name official cz
intermediary net/minecraft/class_2152
named net/minecraft/command/FloatRangeArgument
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic FloatRangeArgument
private Float
private Float
static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FloatRangeArgument
atLeast(float value)
static FloatRangeArgument
atMost(float value)
static FloatRangeArgument
between(float min, float max)
static FloatRangeArgument
exactly(float value)
getMax()
getMin()
boolean
isInRange(float value)
boolean
isInSquaredRange(double value)
static FloatRangeArgument
method_35403(@Nullable JsonElement jsonElement)
static FloatRangeArgument
method_35404(com.mojang.brigadier.StringReader stringReader, boolean bool)
static FloatRangeArgument
parse(com.mojang.brigadier.StringReader reader, boolean allowFloats, Function<Float,Float> transform)
parseFloat(com.mojang.brigadier.StringReader reader, boolean allowFloats)
private static boolean
peekDigit(com.mojang.brigadier.StringReader reader, boolean allowFloats)
-
Field Details
-
ANY
- Mappings:
Namespace Name Mixin selector official a
Lcz;a:Lcz;
intermediary field_9780
Lnet/minecraft/class_2152;field_9780:Lnet/minecraft/class_2152;
named ANY
Lnet/minecraft/command/FloatRangeArgument;ANY:Lnet/minecraft/command/FloatRangeArgument;
-
ONLY_INTS_EXCEPTION
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ONLY_INTS_EXCEPTION- Mappings:
Namespace Name Mixin selector official b
Lcz;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_9781
Lnet/minecraft/class_2152;field_9781:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named ONLY_INTS_EXCEPTION
Lnet/minecraft/command/FloatRangeArgument;ONLY_INTS_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
min
- Mappings:
Namespace Name Mixin selector official c
Lcz;c:Ljava/lang/Float;
intermediary field_9778
Lnet/minecraft/class_2152;field_9778:Ljava/lang/Float;
named min
Lnet/minecraft/command/FloatRangeArgument;min:Ljava/lang/Float;
-
max
- Mappings:
Namespace Name Mixin selector official d
Lcz;d:Ljava/lang/Float;
intermediary field_9779
Lnet/minecraft/class_2152;field_9779:Ljava/lang/Float;
named max
Lnet/minecraft/command/FloatRangeArgument;max:Ljava/lang/Float;
-
-
Constructor Details
-
FloatRangeArgument
- Mappings:
Namespace Name Mixin selector official <init>
Lcz;<init>(Ljava/lang/Float;Ljava/lang/Float;)V
intermediary <init>
Lnet/minecraft/class_2152;<init>(Ljava/lang/Float;Ljava/lang/Float;)V
named <init>
Lnet/minecraft/command/FloatRangeArgument;<init>(Ljava/lang/Float;Ljava/lang/Float;)V
-
-
Method Details
-
exactly
- Mappings:
Namespace Name Mixin selector official a
Lcz;a(F)Lcz;
intermediary method_35401
Lnet/minecraft/class_2152;method_35401(F)Lnet/minecraft/class_2152;
named exactly
Lnet/minecraft/command/FloatRangeArgument;exactly(F)Lnet/minecraft/command/FloatRangeArgument;
-
between
- Mappings:
Namespace Name Mixin selector official a
Lcz;a(FF)Lcz;
intermediary method_35402
Lnet/minecraft/class_2152;method_35402(FF)Lnet/minecraft/class_2152;
named between
Lnet/minecraft/command/FloatRangeArgument;between(FF)Lnet/minecraft/command/FloatRangeArgument;
-
atLeast
- Mappings:
Namespace Name Mixin selector official b
Lcz;b(F)Lcz;
intermediary method_35406
Lnet/minecraft/class_2152;method_35406(F)Lnet/minecraft/class_2152;
named atLeast
Lnet/minecraft/command/FloatRangeArgument;atLeast(F)Lnet/minecraft/command/FloatRangeArgument;
-
atMost
- Mappings:
Namespace Name Mixin selector official c
Lcz;c(F)Lcz;
intermediary method_35408
Lnet/minecraft/class_2152;method_35408(F)Lnet/minecraft/class_2152;
named atMost
Lnet/minecraft/command/FloatRangeArgument;atMost(F)Lnet/minecraft/command/FloatRangeArgument;
-
isInRange
public boolean isInRange(float value)- Mappings:
Namespace Name Mixin selector official d
Lcz;d(F)Z
intermediary method_35409
Lnet/minecraft/class_2152;method_35409(F)Z
named isInRange
Lnet/minecraft/command/FloatRangeArgument;isInRange(F)Z
-
isInSquaredRange
public boolean isInSquaredRange(double value)- Mappings:
Namespace Name Mixin selector official a
Lcz;a(D)Z
intermediary method_35400
Lnet/minecraft/class_2152;method_35400(D)Z
named isInSquaredRange
Lnet/minecraft/command/FloatRangeArgument;isInSquaredRange(D)Z
-
getMin
- Mappings:
Namespace Name Mixin selector official a
Lcz;a()Ljava/lang/Float;
intermediary method_9175
Lnet/minecraft/class_2152;method_9175()Ljava/lang/Float;
named getMin
Lnet/minecraft/command/FloatRangeArgument;getMin()Ljava/lang/Float;
-
getMax
- Mappings:
Namespace Name Mixin selector official b
Lcz;b()Ljava/lang/Float;
intermediary method_9177
Lnet/minecraft/class_2152;method_9177()Ljava/lang/Float;
named getMax
Lnet/minecraft/command/FloatRangeArgument;getMax()Ljava/lang/Float;
-
method_35407
- Mappings:
Namespace Name Mixin selector official c
Lcz;c()Lcom/google/gson/JsonElement;
intermediary method_35407
Lnet/minecraft/class_2152;method_35407()Lcom/google/gson/JsonElement;
named method_35407
Lnet/minecraft/command/FloatRangeArgument;method_35407()Lcom/google/gson/JsonElement;
-
method_35403
- Mappings:
Namespace Name Mixin selector official a
Lcz;a(Lcom/google/gson/JsonElement;)Lcz;
intermediary method_35403
Lnet/minecraft/class_2152;method_35403(Lcom/google/gson/JsonElement;)Lnet/minecraft/class_2152;
named method_35403
Lnet/minecraft/command/FloatRangeArgument;method_35403(Lcom/google/gson/JsonElement;)Lnet/minecraft/command/FloatRangeArgument;
-
method_35404
public static FloatRangeArgument method_35404(com.mojang.brigadier.StringReader stringReader, boolean bool) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lcz;a(Lcom/mojang/brigadier/StringReader;Z)Lcz;
intermediary method_35404
Lnet/minecraft/class_2152;method_35404(Lcom/mojang/brigadier/StringReader;Z)Lnet/minecraft/class_2152;
named method_35404
Lnet/minecraft/command/FloatRangeArgument;method_35404(Lcom/mojang/brigadier/StringReader;Z)Lnet/minecraft/command/FloatRangeArgument;
-
parse
public static FloatRangeArgument parse(com.mojang.brigadier.StringReader reader, boolean allowFloats, Function<Float,Float> transform) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lcz;a(Lcom/mojang/brigadier/StringReader;ZLjava/util/function/Function;)Lcz;
intermediary method_9172
Lnet/minecraft/class_2152;method_9172(Lcom/mojang/brigadier/StringReader;ZLjava/util/function/Function;)Lnet/minecraft/class_2152;
named parse
Lnet/minecraft/command/FloatRangeArgument;parse(Lcom/mojang/brigadier/StringReader;ZLjava/util/function/Function;)Lnet/minecraft/command/FloatRangeArgument;
-
parseFloat
@Nullable private static @Nullable Float parseFloat(com.mojang.brigadier.StringReader reader, boolean allowFloats) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official b
Lcz;b(Lcom/mojang/brigadier/StringReader;Z)Ljava/lang/Float;
intermediary method_9176
Lnet/minecraft/class_2152;method_9176(Lcom/mojang/brigadier/StringReader;Z)Ljava/lang/Float;
named parseFloat
Lnet/minecraft/command/FloatRangeArgument;parseFloat(Lcom/mojang/brigadier/StringReader;Z)Ljava/lang/Float;
-
peekDigit
private static boolean peekDigit(com.mojang.brigadier.StringReader reader, boolean allowFloats)- Mappings:
Namespace Name Mixin selector official c
Lcz;c(Lcom/mojang/brigadier/StringReader;Z)Z
intermediary method_9173
Lnet/minecraft/class_2152;method_9173(Lcom/mojang/brigadier/StringReader;Z)Z
named peekDigit
Lnet/minecraft/command/FloatRangeArgument;peekDigit(Lcom/mojang/brigadier/StringReader;Z)Z
-
mapFloat
@Nullable private static @Nullable Float mapFloat(@Nullable @Nullable Float float2, Function<Float,Float> function)- Mappings:
Namespace Name Mixin selector official a
Lcz;a(Ljava/lang/Float;Ljava/util/function/Function;)Ljava/lang/Float;
intermediary method_9174
Lnet/minecraft/class_2152;method_9174(Ljava/lang/Float;Ljava/util/function/Function;)Ljava/lang/Float;
named mapFloat
Lnet/minecraft/command/FloatRangeArgument;mapFloat(Ljava/lang/Float;Ljava/util/function/Function;)Ljava/lang/Float;
-