注释类型 MParameter

    • 元素详细资料

      • name

        String name
        返回:
        The name of this option.
      • require

        boolean require
        Mark this parameter must exists
        返回:
        Must exists
        默认值:
        false
      • hasParameter

        boolean hasParameter
        This attribute only for field type boolean
        返回:
        If this parameter was more parameter
        默认值:
        false
      • description

        String description
        默认值:
        ""
      • parser

        Class<? extends CommandParamParser> parser
        The param parser
        返回:
        The parser of this parameter.
        默认值:
        cn.mcres.karlatemp.mxlib.command.internal.DefaultParameterParser.class