Package net.minecraft.commands.arguments
Interface RangeArgument<T extends MinMaxBounds<?>>
- All Superinterfaces:
com.mojang.brigadier.arguments.ArgumentType<T>
- All Known Implementing Classes:
RangeArgument.Floats
,RangeArgument.Ints
public interface RangeArgument<T extends MinMaxBounds<?>>
extends com.mojang.brigadier.arguments.ArgumentType<T>
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic RangeArgument.Floats
static RangeArgument.Ints
intRange()
Methods inherited from interface com.mojang.brigadier.arguments.ArgumentType
getExamples, listSuggestions, parse
-
Method Details
-
intRange
-
floatRange
-