Class IntegerArgumentInfo.Template
java.lang.Object
net.minecraft.commands.synchronization.brigadier.IntegerArgumentInfo.Template
- All Implemented Interfaces:
- ArgumentTypeInfo.Template<com.mojang.brigadier.arguments.IntegerArgumentType>
- Enclosing class:
- IntegerArgumentInfo
public final class IntegerArgumentInfo.Template
extends Object
implements ArgumentTypeInfo.Template<com.mojang.brigadier.arguments.IntegerArgumentType>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncom.mojang.brigadier.arguments.IntegerArgumentTypeinstantiate(CommandBuildContext p_235566_) ArgumentTypeInfo<com.mojang.brigadier.arguments.IntegerArgumentType,?> type()
- 
Field Details- 
minfinal int min
- 
maxfinal int max
 
- 
- 
Constructor Details- 
TemplateTemplate(int p_235562_, int p_235563_) 
 
- 
- 
Method Details- 
instantiatepublic com.mojang.brigadier.arguments.IntegerArgumentType instantiate(CommandBuildContext p_235566_) - Specified by:
- instantiatein interface- ArgumentTypeInfo.Template<com.mojang.brigadier.arguments.IntegerArgumentType>
 
- 
type- Specified by:
- typein interface- ArgumentTypeInfo.Template<com.mojang.brigadier.arguments.IntegerArgumentType>
 
 
-