Package net.minecraft.command.arguments
Class IRangeArgument.FloatRange
java.lang.Object
net.minecraft.command.arguments.IRangeArgument.FloatRange
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<MinMaxBounds.FloatBound>
,IRangeArgument<MinMaxBounds.FloatBound>
- Enclosing interface:
- IRangeArgument<T extends MinMaxBounds<?>>
public static class IRangeArgument.FloatRange
extends Object
implements IRangeArgument<MinMaxBounds.FloatBound>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.command.arguments.IRangeArgument
IRangeArgument.FloatRange, IRangeArgument.IntRange
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.mojang.brigadier.arguments.ArgumentType
listSuggestions
-
Field Details
-
EXAMPLES
-
-
Constructor Details
-
FloatRange
public FloatRange()
-
-
Method Details
-
parse
public MinMaxBounds.FloatBound parse(com.mojang.brigadier.StringReader p_parse_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parse
in interfacecom.mojang.brigadier.arguments.ArgumentType<MinMaxBounds.FloatBound>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getExamples
- Specified by:
getExamples
in interfacecom.mojang.brigadier.arguments.ArgumentType<MinMaxBounds.FloatBound>
-