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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.brigadier.arguments.DoubleArgumentTypeinstantiate(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:
 instantiatein interfaceArgumentTypeInfo.Template<com.mojang.brigadier.arguments.DoubleArgumentType>
 - 
type
- Specified by:
 typein interfaceArgumentTypeInfo.Template<com.mojang.brigadier.arguments.DoubleArgumentType>
 
 -