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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
constructorprivate final Function<CommandBuildContext,A extends com.mojang.brigadier.arguments.ArgumentType<?>> constructor
 
- 
- 
Constructor Details- 
Template
 
- 
- 
Method Details- 
instantiate- Specified by:
- instantiatein interface- ArgumentTypeInfo.Template<A extends com.mojang.brigadier.arguments.ArgumentType<?>>
 
- 
type- Specified by:
- typein interface- ArgumentTypeInfo.Template<A extends com.mojang.brigadier.arguments.ArgumentType<?>>
 
 
-