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