类 IntegerArgumentInfo.Template
java.lang.Object
net.minecraft.commands.synchronization.brigadier.IntegerArgumentInfo.Template
- 所有已实现的接口:
ArgumentTypeInfo.Template<com.mojang.brigadier.arguments.IntegerArgumentType>
- 封闭类:
IntegerArgumentInfo
public final class IntegerArgumentInfo.Template
extends Object
implements ArgumentTypeInfo.Template<com.mojang.brigadier.arguments.IntegerArgumentType>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明com.mojang.brigadier.arguments.IntegerArgumentType
instantiate
(CommandBuildContext p_235566_) ArgumentTypeInfo
<com.mojang.brigadier.arguments.IntegerArgumentType, ?> type()
-
字段详细资料
-
min
final int min -
max
final int max
-
-
构造器详细资料
-
Template
Template(int p_235562_, int p_235563_)
-
-
方法详细资料
-
instantiate
public com.mojang.brigadier.arguments.IntegerArgumentType instantiate(CommandBuildContext p_235566_) - 指定者:
instantiate
在接口中ArgumentTypeInfo.Template<com.mojang.brigadier.arguments.IntegerArgumentType>
-
type
- 指定者:
type
在接口中ArgumentTypeInfo.Template<com.mojang.brigadier.arguments.IntegerArgumentType>
-