public static BitFieldSubCommands create() { return new BitFieldSubCommands(Collections.emptyList()); } /** * Creates a new {@link BitFieldSubCommands} with Multiple BitFieldSubCommand. * * @return * @since 2.5.2 */ public static BitFieldSubCommands create(BitFieldSubCommand... subCommands...