Class DoubleArgumentInfo.Template
java.lang.Object
net.minecraft.commands.synchronization.brigadier.DoubleArgumentInfo.Template
- All Implemented Interfaces:
ArgumentTypeInfo.Template<com.mojang.brigadier.arguments.DoubleArgumentType>
- Enclosing class:
- DoubleArgumentInfo
public final class DoubleArgumentInfo.Template
extends Object
implements ArgumentTypeInfo.Template<com.mojang.brigadier.arguments.DoubleArgumentType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.brigadier.arguments.DoubleArgumentType
instantiate
(CommandBuildContext p_235500_) ArgumentTypeInfo<com.mojang.brigadier.arguments.DoubleArgumentType,
?> type()
-
Field Details
-
min
final double min -
max
final double max
-
-
Constructor Details
-
Template
Template(double p_235496_, double p_235497_)
-
-
Method Details
-
instantiate
- Specified by:
instantiate
in interfaceArgumentTypeInfo.Template<com.mojang.brigadier.arguments.DoubleArgumentType>
-
type
- Specified by:
type
in interfaceArgumentTypeInfo.Template<com.mojang.brigadier.arguments.DoubleArgumentType>
-