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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.brigadier.arguments.IntegerArgumentType
instantiate
(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:
instantiate
in interfaceArgumentTypeInfo.Template<com.mojang.brigadier.arguments.IntegerArgumentType>
-
type
- Specified by:
type
in interfaceArgumentTypeInfo.Template<com.mojang.brigadier.arguments.IntegerArgumentType>
-