Class EnumArgument.Info.Template
java.lang.Object
net.neoforged.neoforge.server.command.EnumArgument.Info.Template
- All Implemented Interfaces:
net.minecraft.commands.synchronization.ArgumentTypeInfo.Template<EnumArgument<T>>
- Enclosing class:
EnumArgument.Info<T extends Enum<T>>
public class EnumArgument.Info.Template
extends Object
implements net.minecraft.commands.synchronization.ArgumentTypeInfo.Template<EnumArgument<T>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninstantiate
(net.minecraft.commands.CommandBuildContext p_223435_) net.minecraft.commands.synchronization.ArgumentTypeInfo
<EnumArgument<T>, ?> type()
-
Field Details
-
enumClass
-
-
Constructor Details
-
Template
-
-
Method Details
-
instantiate
- Specified by:
instantiate
in interfacenet.minecraft.commands.synchronization.ArgumentTypeInfo.Template<EnumArgument<T extends Enum<T>>>
-
type
- Specified by:
type
in interfacenet.minecraft.commands.synchronization.ArgumentTypeInfo.Template<EnumArgument<T extends Enum<T>>>
-