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 Details

    • instantiate

      @Nonnull public EnumArgument2<?> instantiate(@Nonnull net.minecraft.commands.CommandBuildContext ctx)
      Specified by:
      instantiate in interface net.minecraft.commands.synchronization.ArgumentTypeInfo.Template<EnumArgument2<?>>
    • type

      @Nonnull public net.minecraft.commands.synchronization.ArgumentTypeInfo<EnumArgument2<?>,?> type()
      Specified by:
      type in interface net.minecraft.commands.synchronization.ArgumentTypeInfo.Template<EnumArgument2<?>>