Class SingletonArgumentInfo.Template
java.lang.Object
net.minecraft.commands.synchronization.SingletonArgumentInfo.Template
- All Implemented Interfaces:
 ArgumentTypeInfo.Template<A>
- Enclosing class:
 - SingletonArgumentInfo<A extends com.mojang.brigadier.arguments.ArgumentType<?>>
 
public final class SingletonArgumentInfo.Template
extends Object
implements ArgumentTypeInfo.Template<A>
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
constructor
private final Function<CommandBuildContext,A extends com.mojang.brigadier.arguments.ArgumentType<?>> constructor 
 - 
 - 
Constructor Details
- 
Template
 
 - 
 - 
Method Details
- 
instantiate
- Specified by:
 instantiatein interfaceArgumentTypeInfo.Template<A extends com.mojang.brigadier.arguments.ArgumentType<?>>
 - 
type
- Specified by:
 typein interfaceArgumentTypeInfo.Template<A extends com.mojang.brigadier.arguments.ArgumentType<?>>
 
 -