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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncom.mojang.brigadier.arguments.DoubleArgumentTypeinstantiate(CommandBuildContext p_235500_) ArgumentTypeInfo<com.mojang.brigadier.arguments.DoubleArgumentType, ?> type()
- 
Field Details- 
minfinal double min
- 
maxfinal double max
 
- 
- 
Constructor Details- 
TemplateTemplate(double p_235496_, double p_235497_) 
 
- 
- 
Method Details- 
instantiate- Specified by:
- instantiatein interface- ArgumentTypeInfo.Template<com.mojang.brigadier.arguments.DoubleArgumentType>
 
- 
type- Specified by:
- typein interface- ArgumentTypeInfo.Template<com.mojang.brigadier.arguments.DoubleArgumentType>
 
 
-