Package org.moddingx.libx.command


package org.moddingx.libx.command
  • Classes
    Class
    Description
    Utilities for commands.
    EnumArgument2<T extends Enum<T>>
    As the EnumArgument is sometimes a bit buggy because when the entered value is lowercase but the actual enum value is uppercase and it also does not sync properly, here's a variant that solves these issues.