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 Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.brigadier.arguments.IntegerArgumentTypeinstantiate(CommandBuildContext p_235566_) ArgumentTypeInfo<com.mojang.brigadier.arguments.IntegerArgumentType,?> type() 
- 
Field Details
- 
min
final int min - 
max
final int max 
 - 
 - 
Constructor Details
- 
Template
Template(int p_235562_, int p_235563_)  
 - 
 - 
Method Details
- 
instantiate
public com.mojang.brigadier.arguments.IntegerArgumentType instantiate(CommandBuildContext p_235566_) - Specified by:
 instantiatein interfaceArgumentTypeInfo.Template<com.mojang.brigadier.arguments.IntegerArgumentType>
 - 
type
- Specified by:
 typein interfaceArgumentTypeInfo.Template<com.mojang.brigadier.arguments.IntegerArgumentType>
 
 -