Class LongArgumentInfo.Template
java.lang.Object
net.minecraft.commands.synchronization.brigadier.LongArgumentInfo.Template
- All Implemented Interfaces:
ArgumentTypeInfo.Template<LongArgumentType>
- Enclosing class:
LongArgumentInfo
public final class LongArgumentInfo.Template
extends Object
implements ArgumentTypeInfo.Template<LongArgumentType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
min
private final long min -
max
private final long max
-
-
Constructor Details
-
Template
private Template(long min, long max)
-
-
Method Details
-
instantiate
- Specified by:
instantiatein interfaceArgumentTypeInfo.Template<LongArgumentType>
-
type
- Specified by:
typein interfaceArgumentTypeInfo.Template<LongArgumentType>
-