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