Package net.minecraft.commands.arguments
Class RangeArgument.Floats
java.lang.Object
net.minecraft.commands.arguments.RangeArgument.Floats
- All Implemented Interfaces:
- com.mojang.brigadier.arguments.ArgumentType<MinMaxBounds.Doubles>,- RangeArgument<MinMaxBounds.Doubles>
- Enclosing interface:
- RangeArgument<T extends MinMaxBounds<?>>
public static class RangeArgument.Floats
extends Object
implements RangeArgument<MinMaxBounds.Doubles>
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.commands.arguments.RangeArgumentRangeArgument.Floats, RangeArgument.Ints
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic MinMaxBounds.DoublesgetRange(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_170805_, String p_170806_) parse(com.mojang.brigadier.StringReader p_170803_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mojang.brigadier.arguments.ArgumentTypelistSuggestions
- 
Field Details- 
EXAMPLES
 
- 
- 
Constructor Details- 
Floatspublic Floats()
 
- 
- 
Method Details- 
getRangepublic static MinMaxBounds.Doubles getRange(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_170805_, String p_170806_) 
- 
parsepublic MinMaxBounds.Doubles parse(com.mojang.brigadier.StringReader p_170803_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
- parsein interface- com.mojang.brigadier.arguments.ArgumentType<MinMaxBounds.Doubles>
- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
getExamples- Specified by:
- getExamplesin interface- com.mojang.brigadier.arguments.ArgumentType<MinMaxBounds.Doubles>
 
 
-