Package org.moddingx.libx.command
Class EnumArgument2.Info.Template
java.lang.Object
org.moddingx.libx.command.EnumArgument2.Info.Template
- All Implemented Interfaces:
net.minecraft.commands.synchronization.ArgumentTypeInfo.Template<EnumArgument2<?>>
- Enclosing class:
- EnumArgument2.Info
public class EnumArgument2.Info.Template
extends Object
implements net.minecraft.commands.synchronization.ArgumentTypeInfo.Template<EnumArgument2<?>>
-
Method Summary
Modifier and TypeMethodDescriptioninstantiate
(net.minecraft.commands.CommandBuildContext ctx) net.minecraft.commands.synchronization.ArgumentTypeInfo<EnumArgument2<?>,
?> type()
-
Method Details
-
instantiate
@Nonnull public EnumArgument2<?> instantiate(@Nonnull net.minecraft.commands.CommandBuildContext ctx) - Specified by:
instantiate
in interfacenet.minecraft.commands.synchronization.ArgumentTypeInfo.Template<EnumArgument2<?>>
-
type
- Specified by:
type
in interfacenet.minecraft.commands.synchronization.ArgumentTypeInfo.Template<EnumArgument2<?>>
-