Class EnumArgument.Info.Template
java.lang.Object
io.github.vampirestudios.vampirelib.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>>
-
Method Summary
Modifier and TypeMethodDescriptioninstantiate(net.minecraft.commands.CommandBuildContext p_223435_) net.minecraft.commands.synchronization.ArgumentTypeInfo<EnumArgument<T>,?> type()
-
Method Details
-
instantiate
- Specified by:
instantiatein interfacenet.minecraft.commands.synchronization.ArgumentTypeInfo.Template<EnumArgument<T extends Enum<T>>>
-
type
- Specified by:
typein interfacenet.minecraft.commands.synchronization.ArgumentTypeInfo.Template<EnumArgument<T extends Enum<T>>>
-